fitnesse
How do I add fitnesse pages to version-control?
Use the -d switch (which is surprisingly low profile on a google search) Fitnesse20081201>run -p 8080 -d c:/projects/MyProjectNeedsAcceptanceTests This will create a subfolder in the specified folder called FitnesseRoot if it doesn’t already exist, with all the stuff it needs to run. Fitnesse should be up. Switch to your browser. Go ahead and create your … Read more
Are BDD tests acceptance tests?
BDD “tests” exist at multiple different levels of granularity, all the way up to the initial project vision. Most people know about the scenarios. A few people remember that BDD started off with the word “should” as a replacement for JUnit’s “test” – as a replacement for TDD. The reason I put “tests” in quotes … Read more