...
Login to QAS - Client.
Access Develop from left navigation to view Test Explorer screen.
On the Explorer section, you can view existing Test Scenarios.
Click the Expand option on a test scenario, where you can view all its test cases.
Open the test case in which you want to add test data or edit its existing test data.
In the test case, under the Parameter columns, for the data you want to parameterize, replace the existing values with a unique value without enclosing in double-quotes.
Click Test Data at the bottom left corner of the Test Explorer screen.
Clicking Test Data will open the Test Data explorer.
To add a test case iteration, click + Add TC Iteration. It will insert a blank row below the selected iteration and auto generate the Itr. N.
DataSetTag: Enter a unique value for a data set test case iteration. DataSetTag simplifies finding a test case iteration in the test case execution report.
Toggle: Toggle on the iteration to enable the execution for the test case iteration or toggle off the iteration to disable the execution for the test case iteration. You must enable at least one test case iteration to execute the test case.
Enter the values in their relevant formats for each parameterized data.
Enter $NULL$ in the cell where you want to have a blank value by clicking Add $NULL$ in blank from the More Options.
You can move and resize the Test Data explorer.
You can import test data for a test case from an excel file and also export it as an excel file.
The Total TC Iteration shows the total number of iterations in test data.
If the test case contains tasks, the first row displays the task names. Each task covers its associated parameterized data in the second row.
Click + Add task Iteration to add a task iteration within a test case iteration.
Clicking + Add task Iteration will insert a blank row after the test case iteration.
Enter the values in their associated format for the task parameters.
The values added for parameters of a task are not duplicated in the same tasks that are present in other test cases.
You do not need to enter the values for the parameters that are not associated with task iterations as they are not considered in the task iteration executions.
After adding or editing all the required data, click the Save button on the Test Case Editor screen.
Click the Test Data button present in the test case editor screen to close the Test Data explorer.
You can now Dry run the test case to verify whether the test data meets the test requirements.
...
Toggle - Toggle on or off the test case iteration. Using master toggle, we can mark or unmark all the iterations.
Error Navigator - If there are any errors in our data, we can navigate to that particular error using error navigator.
Delete - Delete the task iteration or the test case iteration.
Note: If you select a task iteration, Delete Test Iteration option will be enabled. Similarly, if you select a test case iteration, Delete Test Case Iteration option will be enabled.More Options - Add $NULL$ to all the blank rows by clicking on more options.
Search - Search the values using the search field.
Expand All - Expand all the iterations.
Collapse All - Collapse all the iterations.
Hide ‘Skipped or unmarked’ Data - This will hide/unhide the skipped columns/rows in test data. Select Hide Unmarked Rows to hide the rows that are not marked and select Hide Unmarked Columns to hide the columns where the step is skipped in test case having dynamic parameter.
Import - Test Data can be imported using an Excel file.
Export - Export test data in an Excel.
Maximize
Undo
Redo
Refresh
In case of multi-user, if user1 made changes then user2 will be notified by a Red Dot near the Refresh button. If you want to apply the changes made by user1, click Refresh.
Also, if user1 is making changes to a test case or a task, it will be locked for user2 (or any other users) and you will not be able to update or edit it. This again will be notified to user2 with a Red Dot near Refresh icon.
Popout
...
Adding multiple iterations: We are restricted to add one iteration at a time, and this can be time consuming. In order to save time and add multiple iterations at a time, QAS allows you to export data to the local and reuse it by just a drag and drop method to add multiple iterations. You can add multiple iterations using the Excel and import it again.
Getting errors in Test Data: You might get errors during execution and would not understand Why? This might be due to the blank cells in the test data. To avoid it, enter $NULL$ in the cell where you want to have a blank value by clicking on Add $NULL$ in blank from the More Options. This will add $NULL$ to all the blank cells and you can avoid the errors.
🔧 Got a problem? Let’s fix!
...