Trace: » start_using
Start using FitNesse
- download the main package and start run.bat or run.sh, depending on your operating system.
- FitNesse is a web server and it will try to take port 80 by default. If you see an error message, open the bat or sh file and add option -p 8080 to start it on port 8080.
- Open the FitNesse page in your browser (if you started it on port 80, just open http://localhost. If you started it on port 8080, then open http://localhost:8080/)
A good introduction for Java testing is in the Wiki site you just started. See the Two Minute Example (open http://localhost:8080/FitNesse.TwoMinuteExample in your browser).
If you want to use FitNesse to test .NET code, you will have to download and install the .NET test runner separately. See http://gojko.net/fitnesse/gettingfit/ for a quick guide on FitNesse and .NET.
After you master the basics, learn how to use the most popular fixture types in the Fixture Gallery.
