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
Script table must start with "Script" as keyword followed by Class name. Before that you need to define the test as Slim
Syntax: !define TEST_SYSTEM {slim}