AI assistant
AI assistant
The AI assistant workflows help you prepare structured drafts with your own model and import them into ComplexQA. ComplexQA does not host or run a language model. You copy a format prompt, run it outside the product, then paste JSON back for validation and import.
Use this section when you want draft test cases or autotests from a description or from an object-repository page. Manual create and JSON import without the assistant cards live under Test cases and Autotests.
Boundaries
- Import creates items in the current project. Typical drafts start with status
PENDINGand may receive the tagAI_GENERATEDwhen that path applies. - One import accepts at most 50 cases. The payload must be a JSON array only (no markdown fences).
- Suite context on the test-case listing imports into that suite. Some entry points can link drafts to a bug when opened from the bug page.
- The prompt is a format contract, not a product specification for your application under test.
In this section
| Page | Purpose |
|---|---|
| Test case generation | Draft and import manual test cases from a description |
| Autotest generation from a page | Draft and import autotest steps from an object-repository page |
What to read next
- Manual cases from a task description: Test case generation.
- Autotest drafts from a page: Autotest generation from a page.
- Plain JSON import without the assistant cards: Test case import.
Did this page help?