I want to use agentic AI to automate the end to end flow for from evaluating the requirements to analysis of execution using Agents.
- Agent which will evaluate the requriements and post the results in one of tha app for human evaluation.
- As soon as the requirements are added, the second agent will trigger which will ask for prompts and documents (both optional) to generate the test cases and will trigger an escalation for human evaluation of the generated testcases.
- After these two steps are complete, the next agent should automatically trigger for the automation script (Not sure how the agent will connect to the IDE, connections to be made with test manager and the project). Human escalation will be triggered to review the code and add snippets if necessary.
- Generation of test data based on the automation script (arguments) through the prompts which has been provided.
- Once the test data is generated the next agent will trigger the execution of the automation using test manager (Do we have to link the automation manually, or an agent can do that) and gather the execution results.
- Once the execution results are available, analysis of those results and provide the insights related to failiures.