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

...

Info

You can choose between performing an action to the container (IF, LOOP or GROUP) and the steps inside it, or only the container itself. For example, selecting the starting IF statement and clicking Delete will ask you to select either Container and Steps or Only Container.

Multi-Step Editing Mode

You can select multiple steps in order to edit them. The options of these individual steps will appear if the selection is up tp 3 steps which allow you to modify several options at once. While the Edit icon will appear on next to any selected step which will take you to the individual step to edit it.

...

If the test case is locked, you may only be allowed to view the test but not edit it. In case this, selecting multiple steps will display View instead of Edit.

...

Running a Test Case Locally and Debugging

...

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

...

6- Click Not Saved to save your function


Method (2):

...