testSuite.__init__() ==================== This is the constructor of the testSuite class. **Parameter** * testSuiteName : str - Name of the test suite. **Usage** .. code-block:: python newTestSuite = testSuite("newSuite")