public interface TestSuiteContext
Provides some related information of the current executed test suite. System will automatically inject an instance of TestSuiteContext as a parameter in BeforeTestSuite methods, AfterTestSuite methods. Test listener execution flow:
Invoke all BeforeTestSuite methods
Invoke all Test Suite's SetUp methods
Each Test Case
Invoke all BeforeTestCase methods
Invoke all Test Case's SetUp methods
Execute Test Case's Script
Invoke all Test Case's TearDown methods
Invoke all AfterTestCase methods
Invoke all Test Suite's TearDown methods
Invoke all AfterTestSuite methods
For more details, please check our document page via
https://api-docs.katalon.com/com/kms/katalon/core/context/TestSuiteContext.html
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
getStatus()
|
|
public String |
getTestSuiteId()
|