Recently the project team has a separate function module needs to write automation, because it is the test interface, I originally wanted to use the previous project group used robot Framework+python, but, the project team leader felt that the current project development language is Java, the corresponding automation also use Java better, What difficulties are encountered in automating the journey, it is better to ask for help. So I chose the java+fitnesse.
I. Installation of FitNesse
(Windows)
1. Install the JDK (used in Java should be clear how to get, skip)
2. Public network download FitNesse jar package.
3. Open the Command window, go to the FitNesse directory, execute command java-jar fitnesse.jar-p 8089 (because my default 80 port is already occupied, so specify 8089)
4. In the browser input: http://localhost:8089, you can enter the FitNesse interface
Linux:
Public network Download Fitnesse20090513.zip (amount: This is actually the latest version of the
Decompression: Unzip Fitnesse20090513.zip
Enter FitNesse directory, open service: SH fitnesse/run.sh-p 8010
Shown below, the installation is successful
Specific use next time to say more
Installation of FitNesse