Install BuildWise Server on Windows
BuildWise
User Guide
by Zhimin Zhan
2017-12-18
BuildWise server runs on Mac OS X, Linux and Windows. The article shows the installation instructions for Windows, the process is qutie similar for Linux and Mac.
Software
- RubyShell, http://testwisely.com/testwise/downloads
RubyShell packages ruby and gems required for running BuildWise and Selenium tests. If you are using standard Ruby, refergem-install.sh
for installing the gems. - Git Windows, https://git-scm.com/downloads
- MySQL Server Community Edition, https://dev.mysql.com/downloads/mysql/ (The version used: 5.7.11)
Remember the password for root
Also you may be required to install Visual C++ 2013 redistribution package for Windows server editions. In this case, google the package and install the 32-bit version.
- Sample test projects in Git, https://github.com/testwisely/agiletravel-ui-tests
- BuildWise server, http://testwisely.com/buildwise/downloads
Create database for BuildWise
C:\work>"C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqladmin.exe" -uroot -p create buildwise_production
Enter password: *********
Clone test project locally
cd c:\work
git clone https://github.com/testwisely/agiletravel-ui-tests.git
Set database password in config/database.yml
Make sure putting a space afer :
Change port number start-up.bat
By default, the port is set to 3618
. You can change it in start-up.bat