Section 26.3. Running Fit on HTML Files


26.3. Running Fit on HTML Files

You can instead use FileRunner to run Fit on a single HTML file. For example, here's a command to run the tests within a file Test.html to produce a report in Report.html:

java -classpath fit.jar;. fit.FileRunner Test.html Report.html 

The eg.AllFiles fixture provides another way to run selected HTML test files. For example, it may be useful to run some tests to quickly check that nothing major has been broken after a change has been made to the system under test. See the Fit Web site for details.



    Fit for Developing Software. Framework for Integrated Tests
    Fit for Developing Software: Framework for Integrated Tests
    ISBN: 0321269349
    EAN: 2147483647
    Year: 2005
    Pages: 331

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net