title | page_title | description | publish | slug | position |
---|---|---|---|---|---|
Quick Execution |
Quick Execution |
Quick Execution |
true |
ms-quick-execution |
0 |
#Playback a Test
-
Open your project in Test Studio Mobile.
-
To playback a test, it must be open in the Test Studio test explorer (double-click a test to open it in the test explorer). Clicking on the Playback button starts the test execution.
##Test Results
When the test is executed the passed steps are marked with green color
and the failed steps are marked with red color
The Error Details view collects all the information related to a single failed test step. Select the failed step and click Error Details button.
###Execution log
The execution log or test log is a log available after test execution in the test view. You can pull it out by clicking View Log button.
The execution log is a record of the steps executed in the test, whether they passed or failed. It records what actions a step takes and what elements it acts upon. It lists all steps in one sequence and provides details for failed steps if any.
###See Also
- [Run Demo Web Tests]({% slug ms-run-demos-web%})
- [Run Native/Hybrid Demo Tests]({% slug ms-run-demos%})