Versions Compared

Key

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

...

You need to add steps of a test case manually when Qualitia Automation Recorder does not support certain actions associated with the objects. Also, to add certain required due to the following reasons, but not limited to them:

  • To add certain actions that are not supported by Qualitia Automation Recorder

  • To add certain General Web Actions and Mobile General Actions

  • To define conditional statements at the appropriate places.

  • To add custom actions

To add a test case manually:

  1. Open an existing Scenario or create a scenario. For more details, refer to Working with Scenarios.

  2. Do the following in the order listed:

    1. On the right pane, click the New Test Case.

    2. Enter the Test Case NameDescription, Manual TC ID, and file name.

    3. Click OK.
      The Test Case Editor Screen opens.

  3. To add a step, do the following in the order listed:

    1. Click Add Step to add a blank step in the Test Case Editor screen.

    2. (Optional), Double-click the Object cell to open the Object Repository hierarchy. Select an object. For more information on objects, refer to Working with Objects.
      Note: You can edit the properties

    3. Double-click the Action cell and click the arrow button to select an Action.

      Note: As per the selected object, only the relevant actions are displayed. For more information, refer to Qualitia Actions.

      Some Generic Actions do not require an object such as OpenURL, Maximize Browser, and so on.
      As per the selected action, the associated parameters in single or multiple parameter cells are automatically displayed.

    4. Enter the relevant values in parameters. For more information, refer to Quailtia Actions.
      Similarly , you can add more steps.

  4. To add a task, select the steps that you want to add to a new group, right-click and select Add New Task, enter a name and description and then click OK.
    To add steps for the added task, refer to the above step 3.

  5. To import a task, select a step from where you want to insert the task, click Import task from the test case editor screen.
    You can To edit the steps for the task by referring , refer to the above step 3.

  6. To move a task or step to its appropriate place, select the task or step, and then click Move Up Or Move Down button.

  7. After adding all the appropriate tasks and steps, click Save to save the test case.

...