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.

💡 Golden Nuggets: Best Practices for Test Scenario Management

...