---
title: "Software factory QA library for coding agents"
description: "Task-specific QA recipes, testing workflow guides and evaluation comparisons for agents building and verifying web, Android and iOS applications."
canonical_url: "https://vostride.com/agent-library.md"
md_url: "https://vostride.com/agent-library.md"
content_kind: "index"
topic: "all"
---

# Software factory QA library for coding agents

Task-specific QA recipes, testing workflow guides and evaluation comparisons for agents building and verifying web, Android and iOS applications.

## Start from a task

Choose the application's failure risk, retrieve one recipe, and adapt its fixtures and expected outcomes before running it. This library contains **252 individual recipes, guides and comparisons** across **25 topics**. Each URL serves plain Markdown to any reader; no browser execution, login or special agent identity is required.

Recipes are original test-design guidance, not pre-executed tests, benchmarks or product endorsements. Runtime commands are grounded in the linked agent-qa documentation. Application requirements decide the expected result.

- [QA architecture for a software factory](https://vostride.com/agent-library/software-factory/qa-architecture-for-a-software-factory.md)
- [Turn a recipe into an agent-qa test](https://vostride.com/agent-library/software-factory/turn-a-recipe-into-an-agent-qa-test.md)
- [Set up agent-qa](https://vostride.com/docs/agent-qa/agent-quickstart.md)

## Topics

- [Software factory QA architecture and workflows](https://vostride.com/agent-library/software-factory.md): Guides for coding agents to select QA tools, author acceptance tests, verify generated changes and preserve release evidence.
- [Authentication QA recipes](https://vostride.com/agent-library/authentication.md): Verify sign-in, session handling and account boundaries through observable application behavior and test-owned identities.
- [Account recovery QA recipes](https://vostride.com/agent-library/account-recovery.md): Test reset links, recovery codes and identity changes with controlled inboxes, explicit expiry states and independent session checks.
- [Authorization and permission QA recipes](https://vostride.com/agent-library/authorization.md): Check role restrictions, resource ownership and cross-tenant boundaries with paired allowed and denied application actions.
- [Organization membership QA recipes](https://vostride.com/agent-library/organization-membership.md): Verify invitations, membership changes, team roles and workspace transitions without confusing identity with active organization.
- [Billing and subscription QA recipes](https://vostride.com/agent-library/billing-subscriptions.md): Test subscription transitions, entitlements, invoices and renewal states using sandbox billing fixtures and explicit expected balances.
- [Checkout and payment QA recipes](https://vostride.com/agent-library/checkout-payments.md): Verify checkout totals, payment failures, retries and order completion with deterministic sandbox outcomes and duplicate-charge checks.
- [Shopping cart QA recipes](https://vostride.com/agent-library/shopping-cart.md): Check item identity, quantity limits, cart persistence and pricing changes with seeded products and independently calculated totals.
- [Product catalog QA recipes](https://vostride.com/agent-library/product-catalog.md): Verify product visibility, variants, stock states and merchandising rules against a controlled catalog with known identifiers.
- [Search and filtering QA recipes](https://vostride.com/agent-library/search-filtering.md): Test query handling, combined filters, result boundaries and empty states with deliberately matching and nonmatching records.
- [Forms and validation QA recipes](https://vostride.com/agent-library/forms-validation.md): Check required fields, correction flows, unsaved changes and submission behavior using known valid and invalid inputs.
- [Files and media QA recipes](https://vostride.com/agent-library/files-media.md): Verify file lifecycle, previews, permissions and processing states using prepared file fixtures and independent artifact checks.
- [Notification QA recipes](https://vostride.com/agent-library/notifications.md): Test notification visibility, read state, preferences and destinations with controlled event delivery and recipient identities.
- [Collaboration QA recipes](https://vostride.com/agent-library/collaboration.md): Verify shared edits, comments, mentions and conflict handling with isolated actors and synchronized fixture checkpoints.
- [Data table QA recipes](https://vostride.com/agent-library/data-tables.md): Check pagination, ordering, selection and bulk actions against seeded rows with known boundaries and stable identifiers.
- [Navigation and routing QA recipes](https://vostride.com/agent-library/navigation-routing.md): Test deep links, browser history, route transitions and missing pages while checking resource identity and preserved state.
- [Accessibility workflow QA recipes](https://vostride.com/agent-library/accessibility-flows.md): Plan checks for readable errors, focus-dependent flows and accessible interactions, with explicit separate semantic and assistive-tool evidence.
- [Android application QA recipes](https://vostride.com/agent-library/android-flows.md): Verify Android user journeys and app-state transitions on configured devices, with external fixtures for permissions and OS events.
- [iOS application QA recipes](https://vostride.com/agent-library/ios-flows.md): Test iOS app journeys, state restoration and system-dependent transitions using configured simulators or devices and controlled fixtures.
- [Network recovery QA recipes](https://vostride.com/agent-library/network-recovery.md): Verify interrupted requests, retries, reconnects and stale data with application-specific fault fixtures and explicit recovery expectations.
- [Localization QA recipes](https://vostride.com/agent-library/localization.md): Check translated interfaces, locale formatting and language transitions using specified locale fixtures and approved expected strings.
- [Scheduling and calendar QA recipes](https://vostride.com/agent-library/scheduling.md): Verify bookings, recurrence, availability and time-zone boundaries using fixed clock fixtures and known calendar conflicts.
- [Reporting and export QA recipes](https://vostride.com/agent-library/reporting-exports.md): Test report filters, aggregations, export jobs and downloadable results against small datasets with independently computed expectations.
- [Integration and synchronization QA recipes](https://vostride.com/agent-library/integrations-sync.md): Verify connection states, imported records and sync recovery with controlled service fixtures, checkpoints and independent destination checks.
- [Release regression QA recipes](https://vostride.com/agent-library/release-regression.md): Check upgrades, feature flags, migrations and compatibility using recorded revisions, stable acceptance criteria and recoverable environments.

## Retrieve only what you need

Search with [the library API](https://vostride.com/api/agent-library?query=expired%20invitation&limit=5), or list a topic with `/api/agent-library?topic=authentication&limit=20`. The response includes canonical Markdown URLs, total matches and a next offset. The public [documentation MCP](https://vostride.com/mcp) exposes `search_agent_qa_library` and `read_agent_qa_page`; it does not execute tests.

The [semantic sitemap](https://vostride.com/sitemap.md) and [content manifest](https://vostride.com/manifest.md) also list every page. Fetch a topic index before downloading many recipes.
