Every repository has some test cases are perfect for automation — they’re stable, repetitive, and save a huge amount of time when automated.
Test Advisor analyzes your existing test cases and identifies which ones are good candidates for automation, saving you from manually triaging hundreds of tests to decide where to invest automation effort.
It evaluates your test cases based on their structure, clarity, and complexity, then assigns each one an automation readiness score.
How to use it
In the project repository, under the Suite or Folder view, select the suites, folders, or individual test cases you want to analyze and click Run Advisor.
The analysis runs in the background, and AIDEN will notify you with a summary once it’s complete.
What it produces
Each test case receives a color-coded rating:
Rating | Meaning |
Green | Ready to automate with minimal or no changes. Steps are clear and actionable. |
Yellow | Good automation potential, but may be missing information — incomplete steps, vague expected results, or ambiguous preconditions. |
Red | Lacks essential detail or involves complex logic that makes automation challenging without rewriting. |
Iterating on results
Run the analysis on a batch of test cases.
Review the yellow and red results.
Edit those test cases to add missing steps, clarify actions, or simplify complex logic.
Click Reanalyse to re-score the updated cases.
What to do next
Once you have a set of green rated test cases, you're ready to convert them to automated scripts with QA Architect.
Limitations and tips
Test Advisor evaluates test case structure, not business logic.
For best results, ensure your test cases have explicit steps and expected results.
Large analyses (hundreds of test cases) may take several minutes.
Credits cost
Each analysis request consumes credits from your workspace's monthly allowance.
Cost depends on the number and complexity of the test cases analyzed.




