Screen Coordinates for QA Testing

QA teams often need more than a screenshot to file a useful bug report. Screen coordinates make issues easier to reproduce because they show exactly where a visual problem, click target failure, or alignment bug appears.

When coordinates are included in a ticket, developers can compare what QA saw against the same location on their own device, which speeds up reproduction and reduces ambiguity.

How Coordinates Improve Bug Reports

Recommended QA Workflow

  1. Capture a screenshot when the bug is visible.
  2. Paste it into the tool.
  3. Record the coordinate values of the problem area.
  4. Add the values to your ticket along with device, browser, and scaling details.

FAQ

What kinds of bugs benefit most from coordinate data?

Coordinate-based reports are especially useful for spacing issues, overlap bugs, off-screen popovers, automation failures, and pointer-related regressions.

Should I report scaling details too?

Yes. Device type, browser, zoom level, and DPI scaling often explain why a bug is hard to reproduce on another machine.

Open the tool | Windows workflow | DPI scaling guide