IScriptTestSeriesObject

class

IScriptTestSeriesObject.

IScriptTestSeriesObject

Bases: object

Class provides methods for manipulating test series objects.

referenced_tests

Retrieves referenced tests (test cases and test series)

Type

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.

Parameters

application (IExtendedObject<IScriptObject>) -- The application object to use. If this parameter is omitted, the active application is used. (optional)

Returns

The result of the test run.

Return type
Reports

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, ...)

Note

When a Elau.Epas5.PacUnitTest.Exceptions.TestStartImpossibleException is reported, no test result has been created.