views:

40

answers:

1

Hi, I am trying to build few tests using the FitNesse framework in Java. For some reason, I get an error "Could not find fixture: script" when I try to use the script table. I am sure I have all the libraries configured in my classpath.

Searching in Google doesn't have much information.

Any pointers would be very helpful

Thanks, Javid

+1  A: 

hope you have indicated the test system to use is Slim and make sure you have fitnesse.jar in the path. Example

!define TEST_SYSTEM {slim}
!path fitnesse.jar

http://fitnesse.org/FitNesse.UserGuide.DebugingFixtureCode could help debug

Siri