Open
Description
This is a generalized version of the work to allow running the test suite with multiple adapters. It relates to removing all use of globals in test cases, by providing a dictionary of test parameters.
A test driver can set parameters with jones_test.driver.setParameter(); an individual test case, instantiated from e.g. new SmokeTest(), could retrieve them via test.getParameter().
In a single test run, it should be possible to run a test suite multiple times with different sets of parameters.
Metadata
Metadata
Assignees
Labels
No labels