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** .. code-block:: python newTestSuite.executeTestSuite()