> 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/hallway-testing.md).

# Hallway Testing

Hallway testing is an informal and spontaneous usability method used to get quick feedback on a design by asking nearby colleagues who are not involved in the project to try it out. The name comes from the idea of literally stopping someone walking down the hallway to ask for five or ten minutes of their time. It is a highly effective way to find obvious flaws or confusing labels without the need for a formal laboratory setup or a long recruitment process for outside participants.

The main advantage of this approach is its speed and lack of cost. Because the testers are often just a few desks away, a designer can test a new idea or a specific button placement several times in a single afternoon. While these colleagues might work for the same company, if they are not part of the immediate design or development team, they can still provide a fresh perspective. They can quickly point out if a sentence is hard to read or if a navigation menu does not lead where they expected it to.

This method is particularly useful during the middle stages of a project when you need a "sanity check" on a specific feature. It helps the team stay grounded and ensures that the interface is not becoming too complex for a general user to understand. By catching simple mistakes early through these quick interactions, the team can refine the product continuously, making the eventual formal testing with real customers much more productive and focused on deeper issues.

#### Further Reading

{% embed url="<https://www.dashly.io/blog/detailed-guide-on-hallway-testing/>" %}

{% embed url="<https://medium.com/agile-pies/hallway-tests-quick-feedback-on-your-prototype-8f090b4d6a0d>" %}

{% embed url="<https://www.boldare.com/blog/hallway-testing-tips/>" %}

#### Further Viewing

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

{% embed url="<https://www.youtube.com/watch?v=UojJKL3ENrE&t=260s>" %}


---

# 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/hallway-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.
