Class | Description |
---|---|
AbstractTest |
Class encapsulates common logic connected with test initialization and
finalization used both for UI and API tests.
|
APITest |
Base test class for API tests that do not use WebDriver.
|
PerformanceTest |
Base test class for performance test scripts, designed to be executed in
multiple threads to emulate load testing.
|
UITest |
Base class for UI tests that use WebDriver.
|