Testcase Authoring– SAP Application

Author a teststep to automate a SAP Application

Creating Testcase

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

  2. The user has to select the SAP Application project from the project 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 objects 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. The user has to select the Test Step and click the Edit Test Step icon to start the test step authoring. Note: Upon selection, the test step color will be changed.

  8. The user has to click the Element Name drop-down and select the object 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 and press Enter on the keyboard.

  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 Debug dialog box will be displayed.

  1. The user has to click the Debug button. 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