...
User should have the below privileges to:
Import FeatureArtifacts: Import test cases or other project elementsartifacts from another project.
Manage Custom Action Code: Oversee the custom action scripts in projects: Add, edit, delete and develop custom actions.
Manage Objects: Control (add, edit, and delete) the objects within the your testing environment.
Manage Scenarios: Control (add, edit, and delete) the scenarios within your test suites.
Synchronize Objects: Keep test objects synchronizedImport and export objects from TSR (Desktop Projects Only).
Test Development: Create, update, and update record test cases and tasks.
👁️View Test Cases
Login to QAS - Client.
Access Develop from left navigation to view Test Explorer screen.
On the Explorer section, you can view existing Test Scenarios.
Click the Expand option on a test scenario, where you can view all its test cases.
Use the Search bar to search for existing test cases.
Use the Find option test cases.
This will open a popup window in which you can enter text to find.
The matching results will appear highlighted in orange.
Use Jump to Selection icon, if you have a long list of test cases and you want to scroll to the last scenario you were working on.
...
Login to QAS - Client.
Access Develop from left navigation to view Test Explorer screen.
On the Explorer section, you can view existing Test Scenarios.
When no Test Cases exist for a scenario, you are prompted to Create Test Case in the Test Case viewer section.
Hover over a test scenario and click + Create to start creating a new Test Case.
You can also click + Create from the top left corner of the tabular section where you see the list of test case.
Clicking Create will open a Create Test Case windowwith the following fields:
Name: Enter an intuitive name for the test case that is easy to recognize.
Maximum length permitted is 300 characters including spaces.
Scenario: This is a dropdown and a searchable field. You can search for a required scenario from the list of already present scenarios under which you want to add a Test Case.
Description: A brief description about the test case.
Manual Test Case ID: Based on the naming conventions your organization follows, enter a unique manual test case ID.
Note: If an ID already exists, you cannot use the same ID.
If you intend to create multiple test cases, click the Create another Test case checkbox.
Once completed, click Save to proceed; otherwise, click Discard.
Clicking Save adds a new test case to the given test scenario.
Repeat steps from 4 through 6 for each additional test case you want to add.
Additional actions you can perform:
Expand All - Expand all the test scenarios.
Collapse All - Collapse all the test scenarios.
Refresh
If a new test case or scenario is added or updated a Red Dot is displayed near the Refresh button. If you want to apply the changes, click Refresh.
🧑💼Manage Test Cases
You can update and delete test cases for a given scenario.
🔄Update
Login to QAS - Client.
Access Develop from left navigation to view Test Explorer screen.
On the Explorer section, you can view existing Test Scenarios.
Click the Expand option on a test scenario, where you can view all its test cases.
By hovering mouse over a test case, you can view an Edit option.
Click the Pencil icon.
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.
Clicking the Pencil icon, a new window appears where you are prompted to update:
Name: Update a name of the test case.
Maximum length permitted is 300 characters including spaces.
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.
Description: A brief description of the test case.
Manual Test Case ID. Based on the naming conventions your organization follows, provide a unique manual test case ID.
Note: If an ID already exists, you cannot use the same ID.
Click Save to update the test case; otherwise, click Discard.
...
Login to QAS - Client.
Access Develop from left navigation to view Test Explorer screen.
On the Explorer section, you can view existing Test Scenarios.
Click the Expand option on a test scenario, where you can view all its test cases.
You can select the test case from the tabular section and click the Bin icon to delete.
Clicking Delete will open a new window titled Test Case Deletion with a message Are you sure you want to delete the Test Case?
Click Yes, Delete to continue; otherwise, click Cancel.
You will receive see a message Test Case deleted successfully.
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:
Login to QAS - Client.
Access Develop from left navigation to view Test Explorer screen.
On the Explorer section, you can view existing Test Scenarios.
Click the Expand option on a test scenario, where you can view all its test cases.
Click the test case from the tabular section to open the Test Case Editor screen.
Go to a test case/task and hover over the step, for which you want to disable the screenshot, to see the Settings icon.
Click the Settings icon at the right corner to open Change Settings.
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:
Go to Settings from left navigation.
Click Execution Configuration under Local Profile.
Select the action for which you want to disable the screenshot from Exclude Actions From Screenshot Capture field.
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
Access Execute from left navigation of your QAS - Client to view Test Suite Explorer screen.
Go to the Execution Profile tab.
Select the default profile and click the Pencil icon to open Edit Profiles window.
On the Edit Profiles window, 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
...