> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bluegenai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Testing

## Testing against Acceptance Criteria

Acceptance criteria in the CAB cover error and edge paths as well as the happy path, which is what makes them usable as a test basis rather than a summary.

After a build, the testing agent opens the application in a browser and works through it. It writes its own scenarios, each a complete user journey starting from navigation, and **every scenario runs in a fresh browser session** so that one cannot leave state behind that affects another. Only the pass or fail summary returns to your conversation.

A build runs at most five test rounds. That caps repeated attempts within one request; it is not a limit on how often you can ask for testing.


## Related topics

- [App Testing and Testing Context](/web-apps/app-testing.md)
- [Overview](/web-apps/build-mode/overview.md)
- [Weekly release notes](/changelog/weekly-release-notes.md)
- [Build Agent Guide](/web-apps/build-mode/build-agent-guide.md)
- [MCP Integrations](/web-apps/mcp-integrations.md)
