TestCaseScenario
Provides test case scenario.
Contents
- failure
-
Provides test case scenario failure result.
Type: String
Required: No
- status
-
Provides the test case scenario status. Status is one of the following:
-
PASS
: Test passed. -
FAIL
: Test failed. -
PENDING
: Test has not started running but is scheduled. -
RUNNING
: Test is running. -
STOPPING
: Test is performing cleanup steps. You will see this status only if you stop a suite run. -
STOPPED
Test is stopped. You will see this status only if you stop a suite run. -
PASS_WITH_WARNINGS
: Test passed with warnings. -
ERORR
: Test faced an error when running due to an internal issue.
Type: String
Valid Values:
PASS | FAIL | CANCELED | PENDING | RUNNING | STOPPING | STOPPED | PASS_WITH_WARNINGS | ERROR
Required: No
-
- systemMessage
-
Provides test case scenario system messages if any.
Type: String
Required: No
- testCaseScenarioId
-
Provides test case scenario ID.
Type: String
Required: No
- testCaseScenarioType
-
Provides test case scenario type. Type is one of the following:
-
Advanced
-
Basic
Type: String
Valid Values:
Advanced | Basic
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: