Represents a test suite.
| C# | Visual Basic | Visual C++ |
public interface ITestSuite
Public Interface ITestSuite
public interface class ITestSuite
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| DataConnectorCaches |
Gets the data connectors of the test suite.
| |
| GetTestCase(String) |
Gets the test case with the specified name from the test suite.
| |
| Name |
Gets the name of the test suite.
| |
| Parameters |
Gets the parameters of the test suite.
| |
| PlaceScreenshotsInFolder |
Set to place all screenshots in a single folder instead of root report directory.
| |
| RunConfigurations |
Gets the run configurations of the test suite.
| |
| RunLabel |
Gets the run label of the test suite.
| |
| SelectedRunConfig |
Gets the selected run configuration of the test suite.
|
