class
IScriptTestSeriesObject.
IScriptTestSeriesObject
Bases: object
Class provides methods for manipulating test series objects.
referenced_tests
Retrieves referenced tests (test cases and test series)
List of string
run
application=None
Starts executing the TestSeries on the active application. The started tests are executed asynchronously. Verify IScriptTestResult.result to determine if the execution is finished or is still running.
application (IExtendedObject<IScriptObject>) -- The application object to use. If this parameter is omitted, the active application is used. (optional)
The result of the test run.
Elau.Epas5.PacUnitTest.Exceptions.TestStartImpossibleException -- Reported when test execution could not be started. This can have several reasons (not logged in, object to test cannot be executed, no task referencing the test suite, ...)
When a Elau.Epas5.PacUnitTest.Exceptions.TestStartImpossibleException is reported, no test result has been created.