When you run a mobile test in the cloud, mabl collects logs and presents that information on the test output page. This article offers ways to review output for a mobile test run:
Review step output
Step details on the left indicate what action each step performed, whether it passed or failed, and how long it took to execute. Click on a step to review the screenshots and logs for a given step:
- Screenshots show the state of the UI before mabl executed the step
- Logs provide more details about what mabl did during the step
Viewing output for a step
If your test failed, review steps before the failing step to determine whether the test started diverging from the expected behavior before the failed step. Investigating prior steps can help you isolate the issue.
Compare to other test runs
If the test has run multiple times, you can switch between runs with the Time of run dropdown. Comparing a test run to other test runs is helpful if you are reviewing a failing test that previously passed, or if your test intermittently fails.
Comparing the test to other runs
Replay in the Trainer
If the result of the mobile test run is unexpected and you want to get a better understanding of how the test is executed, replay the test in the Trainer:
- Click on the Edit test button.
- Select "Launch Trainer." If the test failed, you may also select "Launch and replay to failed step."
Replaying a failed test in the mabl Trainer
Next steps
Depending on the situation, consider one of the following next steps:
- Adding a failure reason
- Creating or linking to a Jira issue