Feature Testing Records

Learn how to use Full Page Screenshot to document detailed testing processes and create essential visual evidence for your QA workflow.

Use Case: Creating Detailed Feature Testing Records

For QA engineers and testers, test records are more than just text. Screenshots with clear annotations are the most powerful evidence to prove test coverage, demonstrate bug reproduction paths, and communicate test results. Full Page Screenshot is a valuable assistant in your testing toolkit.

The Value of Screenshots in Testing

  • Visual Evidence: A picture is worth a thousand words, visually demonstrating the actual state of the UI at a specific step.
  • Step-by-Step Documentation: Attach a screenshot to each step of your test case to form a complete, visual execution record.
  • Regression Testing: During regression testing, you can quickly spot unintended UI changes by comparing new and old screenshots.

Step-by-Step Guide

Step 1: Execute and Capture According to Test Cases

Follow the test case and capture each important state. Full-page capture is useful for long pages, but multi-step interactions still need a separate screenshot at every critical state.

Step 2: Annotate Key Test Information

In the editor, add necessary context to your test screenshots:

  1. Use the Text Tool: Annotate the current test case ID, a description of the action step, or the expected result.
  2. Use the Arrow and Rectangle Tools: Highlight the UI element you are interacting with or mark results that do not match expectations.
  3. Record Context: The extension provides URL, capture time, viewport, mode, and image dimensions. Add browser version, operating system, and physical screen resolution manually.

Step 3: Integrate into Test Reports

Export the annotated screenshots and insert them into your test management platform (like TestRail, Zephyr) or test report documents.

Associate the screenshots with the corresponding test steps. This way, when other team members (like developers or product managers) review the report, they can clearly see the execution and final result of each step, greatly improving communication efficiency.

Best Practices

Tip: Establish a standardized naming convention for your screenshots, such as [TestCaseID]_[StepNumber]_[Date].png. This will make your test asset management more organized and easier to trace and audit in the future.