All Nexus AI Agent features are experimental, and available only to customers whose contract includes the 'Nexus AI Agent' option.
Autify Nexus is equipped with an AI Agent that can be used in various situations, such as test case generation, scenario creation, and scenario maintenance.
We will now go through each of these feature in details.
Test case generation
You can use the AI Agent to automatically generate test cases from an input text (eg. product specifications or ticket) given as plain text or a file.
How to generate test cases
To generate test cases, follow the steps below:
Open the Scenarios page, click the Generate with AI button, and select Generate Test Cases from the displayed dropdown menu.

In the AI Agent window, enter the specifications of the feature that you want to generate test cases for.
You can upload files such as PDF or CSV by clicking the paper clip icon
at the bottom of the window. (Check here for other supported file formats.)You can also directly enter the requirements into the text area.
Example instruction for Generate Test Cases: Generate only the happy path test cases from the user stories within the attached specification.
Enter instructions for test case generation, and click the Send button (
).
The AI Agent automatically generates the test cases and saves them as a CSV file in your Download folder.
The time required for generation will vary depending on the size and content of the uploaded file.
Open the downloaded CSV file and verify the generated content.
If the requirements are not met or if additional test cases are needed, you can re-enter instructions and regenerate them.
Sending a regeneration instruction will generate new test cases and save them as a separate CSV file.
Scenario creation
The AI Agent can automatically record each step of a scenario based on test cases or instructions in natural language.
You can launch the AI Agent in the scenario creation screen by clicking AI Agent in the recorder toolbar. Enter your test cases or test details and then start recording.
Creating scenarios from test cases
The AI Agent can record a scenario based on the test cases generated with the Test case generation feature.
Just upload the CSV file generated at the previous step using the paper clip icon
.
The CSV file generated by the Test case generation feature contains multiple test cases.
If you want the AI Agent to create a scenario based on a selection of test cases, provide instructions that clearly identify the test cases inside the file.
Creating scenarios with natural language instructions
You can record a scenario just by describing what you want to test in natural language to the AI Agent.
For example:
I want to confirm that when I click the lowest priced product on the product page and add it to the cart, that product is correctly added to the cart.
For more details, refer to the Natural language step article.
Scenario maintenance
The AI Agent can analyze the cause of an error that occurred during test execution, and then suggest and apply a fix.
Open the test result, click the Fix with AI button on the failed step, and launch the AI Agent. After the AI Agent applies the fix, re-execute the scenario to confirm the changes.
FAQ
What file formats are supported for upload?
We support text files (such as TXT, CSV and Markdown) and PDF files.