Versions Compared

Key

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

...

You can update and delete test cases for a given scenario.

 🔄Update

  1. Login to QAS - Client.

  2. Access Develop from left navigation to view Test Explorer screen.

    1. On the Explorer section, you can view existing Test Scenarios.

  3. Click the Expand option on a test scenario, where you can view all its test cases.

  4. By hovering mouse over a test case, you can view an Edit option.

  5. Click the Pencil icon.

    1. Alternatively, you can select a test case from the tabular section where you will see a list of test cases and click Pencil icon from the top left corner of the section to edit.

  6. Clicking the Pencil icon, a new window appears where you are prompted to update:

    1. Name: Update a name of the test case.

      1. Maximum length permitted is 300 characters including spaces.

    2. Scenario:  This is a dropdown and a searchable field. You can change or update the scenario from the list of already present scenarios if you don’t want to continue with the one under which the Test Case was initially created. 

    3. Description: A brief description of the test case.

    4. Manual Test Case ID. Based on the naming conventions your organization follows, provide a unique manual test case ID.

      1. Note: If an ID already exists, you cannot use the same ID.

  7. Click Save to update the test case; otherwise, click Discard

...

  1. Login to QAS - Client.

  2. Access Develop from left navigation to view Test Explorer screen.

    1. On the Explorer section, you can view existing Test Scenarios.

  3. Click the Expand option on a test scenario, where you can view all its test cases.

  4. You can select the test case from the tabular section and click the Bin icon to delete.

  5. Clicking Delete will open a new window titled Test Case Deletion with a message Are you sure you want to delete the Test Case?

  6. Click Yes, Delete to continue; otherwise, click Cancel.

  7. You will receive a message Test Case deleted successfully.

⏭️ Skip Step at Test Case Level

QAS allows you to skip a step at test case level. This feature has been introduced and is useful in cases where a task has been used in multiple test cases.

For example, if task1 is used in 100 test case but there are some selected test cases, maybe 1 or 2, where you don’t want to include a step from task1. You can skip that step in a single test case without affecting the others by using skip at test case level option.

Follow the below steps to skip a step at test case level:

  1. Login to QAS - Client.

  2. Access Develop from left navigation to view Test Explorer screen.

    1. On the Explorer section, you can view existing Test Scenarios.

  3. Click the Expand option on a test scenario, where you can view all its test cases.

  4. Click the test case from the tabular section to open the Test Case Editor screen.

  5. Select the step you want to skip by clicking on it.

  6. Right click on the selected step and go to Skip. You will see two options:

    • Skip at testCase level: Selecting this option skips the step for the selected test case only. It works on test case level.

    • Skip at task level: Selecting this option skips the step for the selected test case as well as for the other test cases where the task is used. It works on task level.

    image-20240905-094458.pngImage Added
  7. Select Skip at testCase level to skip the step for the selected test case.

This option is only available on Test Case Editor.

Disable Screenshot at Step Level

QAS now allows you to disable the screenshot at test case step level. This feature has been introduced to reduce the execution time.

Follow the below-mentioned steps to disable the screenshot:

  1. Login to QAS - Client.

  2. Access Develop from left navigation to view Test Explorer screen.

    1. On the Explorer section, you can view existing Test Scenarios.

  3. Click the Expand option on a test scenario, where you can view all its test cases.

  4. Click the test case from the tabular section to open the Test Case Editor screen.

  5. Go to a task and hover over the step, for which you want to disable the screenshot, to see the Settings icon.

  6. Click the Settings icon at the right corner to open Change Settings.

  7. Select Disable screenshot to disable the screenshot.

...

The Disable screenshot settings can be updated only from the Test Case editor.

Disable Screenshot at Action Level

To disable screenshot for an action, follow the below steps:

  1. Go to the Edit Profile window.

  2. Click Execution Configuration under Local Profile.

  3. Select the action for which you want to disable the screenshot from Exclude Actions From Screenshot Capture field.

    image-20240909-053208.pngImage Added
  4. For the selected action the screenshot will not get captured in the entire project, wherever the action is used in test case or task.

OR

  1. Access Execute from left navigation of your QAS - Client to view Test Suite Explorer screen.

  2. Go to the Execution Profile tab.

  3. Select the default profile and click the Pencil icon to open Edit Profiles window.

  4. On the Select the action for which you want to disable the screenshot from Exclude Actions From Screenshot Capture field.

Info

You can search action and select it.

💡 Golden Nuggets: Best Practices for Test Scenario Management

...