Versions Compared

Key

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

You can define a new test case, run and debug locally, execute on the cloud and get a report of the execution by following the steps below:

...

Info

Tip

The Name field color is pink to indicate that this is mandatory to enter.

Creating Test Cases

Test Cases are the place where you author your automated/manual/hybrid tests which includes steps and commands. Creating test cases is done as follows:

1- Click on + icon after navigating inside your Test Suite to create a new test case

...

Once your test case is created, you will need to add commands to each step to perform the needed action. Begin your first step as follows:

1- Click on the blank step (Select Command…) to activate the right panel where you can select a command

2- You can use Search or Filter By sections to find the command easily. You can also use your Up and Down keyboard keys to go up and down in the command selection screen. When find the command you want to use, you can use Enter keyboard key to select it.

3- After selection, you will see the options associated with the command you chose where you can make modifications for this command to run successfully.

4- To add another step, a blank step is automatically added for you after selecting any commentcommand.

5- You can also use the floating action palette to select from the displayed options or hover over the step (down arrow) to show additional options (shown in the video below)

...

4- Create the needed steps with commands and define any locators/Inline XPaths.

...

6- Click Not Saved to save your function


Method (2):

...