Viewing screenshots
QAlity captures screenshots during test runs for both Browser Execution and Cloud Execution. Screenshots are attached to step results and stored in Execution History, so you can see what the application looked like at each captured step.
In Run Configuration → Advanced Settings, Capture Screenshots controls when images are taken — for example All Steps or Failed Steps.
After a failure, see Re-running failed tests, PDF reports, and Dashboard overview.
How it worksHow it works
Screenshot retention and availability depend on your workspace plan and history retention window. Older execution records may be removed based on retention rules.
Viewing screenshotsViewing screenshots
Open the Execution History tab for the test case, suite, or plan.
Select the run you want to inspect.
Open the step list for that run.
Click any step to view its screenshot when one was captured for that step.
Move between steps to trace how the UI changed from one step to the next.
On failed runs, start with the failed step, then check the previous steps to understand what state led to the failure.
Review screenshots in sequence instead of checking a single failed step in isolation. Context from earlier steps often explains the failure quickly.
Downloading screenshotsDownloading screenshots
After opening a step screenshot in a run:
Use the available download action for that screenshot.
Save the image locally for investigation or sharing. Downloaded images are useful as evidence in bug reports and release validation.
Using screenshots to debugUsing screenshots to debug
Wrong page displayedWrong page displayed
If a step screenshot shows an unexpected page, check navigation and prerequisite setup earlier in the run.
Element not foundElement not found
If a run reports that an element was not found, use the screenshot to confirm whether the element was actually visible.
Assertion failedAssertion failed
When an assertion fails, the screenshot helps validate what the test observed at that moment.
Flaky testsFlaky tests
For intermittent failures, compare screenshots for the same step across multiple runs.
Do not rely on screenshots alone for root-cause analysis. Always combine screenshot evidence with execution logs and error details.
TipsTips
Using screenshots together with logs and step results provides the fastest, most reliable debugging workflow.