> For the complete documentation index, see [llms.txt](https://www.designreference.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.designreference.xyz/ux-methods/testing/prototype-testing.md).

# Prototype Testing

<figure><img src="/files/R5pHAUJpD67rUIALexvR" alt=""><figcaption><p>Image by <a href="https://martha-eierdanz.com/">Martha Eierdanz</a></p></figcaption></figure>

Prototype testing is the practice of sharing a preliminary version of a design with real people to see how they interact with it before the final product is built. By using a simplified model, such as a clickable series of screens or a paper mockup, you can observe where users get stuck or confused. This method allows you to identify flaws in the navigation or layout early on, which is much cheaper and faster than trying to fix those same issues once the software has been fully coded.

During a testing session, you typically give a participant a specific task to complete while you watch and listen to their feedback. The focus is not on whether the user is "correct" but on whether the design is intuitive enough to guide them to their goal. These insights help the team understand if the current direction is working or if they need to rethink certain features. It is a vital step for refining the user experience because it replaces assumptions with actual evidence of human behaviour.

Ultimately, prototype testing reduces the risk of launching a product that fails to meet user needs. It creates a feedback loop where you can quickly make changes, test them again, and ensure the final result is polished and effective. This process gives the entire team more confidence that the design will succeed in the real world because it has already been proven to work in a controlled setting.

#### Further Reading

{% embed url="<https://www.interaction-design.org/literature/article/test-your-prototypes-how-to-gather-feedback-and-maximise-learning?srsltid=AfmBOoqHzmvlnM5Pc-rcObnlfiYgHed9Z8Mrm0U_5eyl2kDdXxiWgm7m>" %}

{% embed url="<https://www.optimalworkshop.com/product/prototype-testing>" %}

{% embed url="<https://www.uxpin.com/studio/blog/prototype-testing/>" %}

{% embed url="<https://www.geeksforgeeks.org/software-testing/prototpye-testing-in-software-testing/>" %}

{% embed url="<https://blog.uxtweak.com/prototype-testing/>" %}

{% embed url="<https://help.usertesting.com/hc/en-us/articles/11880432111133-What-is-prototype-testing>" %}

{% embed url="<https://trymata.com/blog/what-is-prototype-testing/>" %}

{% embed url="<https://maze.co/guides/prototype-testing/>" %}

{% embed url="<https://www.mockplus.com/learn/prototype/prototype-testing>" %}

#### Further Viewing

{% embed url="<https://www.youtube.com/watch?v=yh3GcHkbZcw>" %}

{% embed url="<https://www.youtube.com/watch?v=ouqNCmUlnWg>" %}

{% embed url="<https://www.youtube.com/watch?v=VeRCOCrntQU>" %}

{% embed url="<https://www.youtube.com/watch?v=yafaGNFu8Eg>" %}

{% embed url="<https://www.youtube.com/watch?v=1ZvPhQt9wKE>" %}

{% embed url="<https://www.youtube.com/watch?v=0VRCtguXc2E>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://www.designreference.xyz/ux-methods/testing/prototype-testing.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.
