Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A task is a collection of steps that you can reuse in multiple test cases. You can add tasks that are part of testing multiple scenarios. For example, you can create a task that automates to login into the application.

...

  1. From the Expand Menu, click Develop.
  2. Click the Tasks tab.
    The Task Editor screen opens as shown in the following:
    Image RemovedImage Added
  3. On the left pane, click the Add Task button ().
  4. Enter the details in the following fields:
    • Task name
    • Description of the Task,
    • File Name

      Info

      The task name must not contain the special characters:/, \, :, *, ", <, >, |, %, and #.
      The File Name field is not editable after the task is saved. The task file is saved with .xml extension in the QualitiaProjectPath\<projectname>\Tasks folder.


  5. Click Save
  6. Click the Add Step button ().
    A new row is added to the task grid.
    Do the following in the order listed:
    1. If it is an object-based action, select the required object by clicking Object field.
    2. Select the relevant Actions for the selected objects clicking Actions field.
      Depending upon the Action selected, the Parameter fields get populated with the default parameter name.
      Note: The Parameter fields are blank for the Actions that do not require any parameters.
      Similarly, you can add more steps in the below rows. 
      Qualitia recommends clicking the Save button () regularly to save the updates that you have made in the task. After a task is created, you can import it when creating or editing test cases from the Test Case Editor screen. 

...

Viewing Test Cases Associated with a Task

Qualitia allows you to view test cases associated with a task. You can view the associated test case names, their manual test case IDs, and descriptions.

To view the test case associated with a task:

  1. From the Expand Menu, click Develop.
  2. Click the Tasks tab.
  3. On the left pane, right-click the task that you want to delete, and then select View Test Cases.

...