testSuite.executeTestSuite()
Executes all tests in the testSuite.testList and logs the results.
Return
This function returns a tuple (if test suite was successful, number of failed tests) (bool, int).
Usage
newTestSuite.executeTestSuite()
Executes all tests in the testSuite.testList and logs the results.
Return
This function returns a tuple (if test suite was successful, number of failed tests) (bool, int).
Usage
newTestSuite.executeTestSuite()