FitNesse Error: Could not find fixture

user320587 picture user320587 · Sep 29, 2010 · Viewed 11.8k times · Source

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

Answer

lalithasri picture lalithasri · Dec 8, 2010

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}