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 2 Current »

Test data is the information used during the test case development. Qualitia comes with a built-in Test Data explorer for adding/updating test data. When developing test cases in Qualitia, you can provide data in 2 ways:

Static Data

As the name suggests, static data has a single static value to be used when executing test cases. Static data is given in the parameter section against each action in Qualitia. This data should be enclosed in double quotes ("").

Parameterized Data

Qualitia gives you provision to add multiple sets of data to be used when executing test cases. This allows executing multiple iterations of the single test case in one go with different details. This test data ensures effective time management and maximum test coverage with minimum updates to the test case.

You can use Qualitia's Test Data explorer to add or update test data. When you click the test data button from the Test Cases or Requirements screen, Qualitia opens a spreadsheet which allows adding or updating Test Data to use when executing the test case.

To add/ update Test Data:

  1. Select a test case name under the Scenarios tree structure.
  2. Click the Test Data button in the right pane.
    The test data explorer 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.
    (info) 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.
  5. Click the save icon () once all the data is added for the test case execution.
  • No labels