Modifying Existing Tests
How to Update Test Cases in ContextQA
Keeping your test cases up to date is essential for smooth and accurate testing. In this guide, we’ll walk through how to update steps, edit details, and reorder actions within an existing test case using ContextQA.
Introduction
ContextQA makes it easy to manage your test cases through a visual and intuitive interface. Follow these steps to add, edit, and rearrange steps in your test scenarios so your tests always reflect the latest requirements.
Open the Test Development section in ContextQA and select the test case you want to update. This brings you to the list of steps for your chosen test case.
To add a step below an existing step, hover over the target step. A set of action buttons appears.
Click the Add button to see options for inserting steps. You'll notice choices to add a step above or below the selected step.
Choose whether to insert the step above or below. Search for the NLP template you want—such as "click one label"—and select it for the new step.
After selecting your NLP template, click the three-dot icon to configure the step. Enter the web element if applicable, label information, and add metadata (or "N/A" if not needed).
Once your details are filled out, click Login and Create to save your step.
The new step now appears in your test case. If you want to add more steps, repeat the process: hover over any step, click the plus icon, and select an NLP template.
To edit an existing step, hover over it and click the Edit icon (pencil). Tap the three dots to make changes to the element, label, metadata, locator, or other details as needed.
To rearrange the order of your steps, use the Reorder button. Simply move steps up or down as required, then click the Update button to save your new step sequence.
Your changes are now reflected immediately in your ContextQA test case.
Updating and arranging your test steps in ContextQA keeps your automated testing process organized and effective. Regularly review and revise your test scenarios to ensure your quality assurance stays top-notch!
Last updated