A new version of Qualitia Automation Studio for Web and Mobile 7.2.x is now available. We highly recommend you upgrade. Find more details here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Test data can be any type of input to an application. The preparation of suitable test data is very important for testing environment. Usually, test data is prepared for both valid and invalid inputs.

Adding/Removing Test Data

You can add test data by entering values for the required parameter corresponding to an action. You can enter the values for test data after you add tasks to the test case. You can provide test data against the steps depending on the action selected. You can either parameterize the data or set the data as static data.

Static test data should be specified in double quotes. As the name suggests, static data will have a single static value. Any test data that is not in double quotes can be parameterized in a spreadsheet.


 To add or remove the Test Data:
  1. Select a test case name under the Scenarios tree structure and enter test data for the actions requiring parameters.
  2. Click the Test Data button in the right pane.
    The spreadsheet opens with the iteration columns, Selection, Dataset tag, Task name, and the parameterized data (which is considered as a column name and not the actual data).
  3. Parameterize the test data for a test case iteration as well as task iteration. Test case iteration can contain one or more task iterations.
  4. Enable or disable test case iterations by specifying True or False in the Selection column respectively.
  • No labels