Saving Tests

 

The Harness class provides save() and load() methods to save and load test configurations, generated test cases and the test data so that it can be reused later.

# Save test cases, test configuration, test data  
h.save("path/to/saved_test_folder")
Last updated