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.
...
- From the Expand Menu, click Develop.
- Click the Tasks tab.
The Task Editor screen opens as shown in the following: - On In the left pane, click the Add Task button ( ).
- Enter the following 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.
- Click Save.
- Click the Add Step button (
A new row is added to the task grid.
Do the following in the order listed:- If it is an object-based action, select the required object by clicking Object field.
- 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.
).
...
- From the Expand Menu, click Develop.
- Click the Tasks tab.
- On In the left pane, right-click the task that you want to edit, and then select Edit Task.
To know how to edit a task, refer to Adding a Task.
Qualitia recommends clicking the Save button () regularly to save the updates that you have made in the task.
...
- From the Expand Menu, click Develop.
- Click the Tasks tab.
- On In the left pane, right-click the task that you want to delete, and then select Remove Task.
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:
- From the Expand Menu, click Develop.
- Click the Tasks tab.
- On In the left pane, right-click the task that you want to delete, and then select View Test Cases.
...