Testcase Authoring - Desktop Application

Create Test Case

  1. The user has to navigate to the Avo Assure home screen.

  2. The user has to select the desktop application project from the All Projects list.

  3. The user has to click the Design Studio button, and the Design Studio screen will be displayed.

  4. To get the test step context menu, the user has to click the Test Step icon.

  5. The user has to click the Design Test Steps button, and the Design Test Steps window will be displayed.

  6. The user has to click the "+" Add Test Step icon, and the new test step will be added.

    Note: The test step consists of the following:

    • Element Name: This column will display all the elements present on the corresponding screen.

    • Keywords: A list of every action that may be taken on the element selected in the element name column is provided in the keywords column.

    • Input: The input column is a placeholder for the user to enter relevant data about the action being performed.

    • Output: The output column is a placeholder for the user to retrieve relevant output after executing the test step.

  7. To start the test step authoring, the user has to click the Edit Test Step icon.

  8. The user has to click the Element Name drop-down and select the element on which action needs to be performed.

  9. The user has to click the Keywords drop-down and select the corresponding keyword. Note: For the complete list of keywords, refer to the Keywords section.

  10. If required, the user has to enter the corresponding Input and Output values.

  11. To add more test steps, the user has to repeat the process from Step 6 to Step 10.

  12. Once all the required test steps are added, the user has to click the Save button to save the designed test steps.

Debug Test Case

  1. The user has to click the Debug button, and the Design dialog box will be displayed.

  1. The user has to click the "Debug" button to initiate the debugging process for the testcase. Note: The user has to use the Add Dependent Test Cases option if other Test Cases have to be debugged before the current Test Case.

  1. After completing the debug, the system will display a toast message as Debug completed successfully.

Last updated