# Screenshots in Transaction Test Views

Only the last three screenshots are visible in ThousandEyes test results, assuming that the transaction test completes successfully.

There is no limit to the number of screenshots that can be captured during a transaction. However, only the last three screenshots are shown in the test results on the ThousandEyes platform: the last 3 scripted screenshots, and an additional courtesy screenshot taken when the browser is closed after the error. The other screenshots are considered interim, and are discarded if the test completes successfully.

![](/files/RhefpmQluNAkhQJav7JZ)

What happens to the other screenshots? Why bother taking them if they aren’t saved? The reason is that interim screenshots can be very useful if your test encounters an error that stops the test from completing.

It can still be useful to specify additional captures in your transaction test script – because if the script encounters an error, you can inspect the state of the webpage leading up to the error. One screenshot will be automatically captured at the time the error occurs. If you had specified additional screenshots prior to the error point, those screenshots will also be available for inspection in the test results.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.thousandeyes.com/product-documentation/browser-synthetics/transaction-tests/getting-started/screenshots-in-transaction-test-views.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
