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:

Creating Test Suites

Before creating a test case, you need to create a folder which arranges content inside your account based on different aspects of your project. Once folders are created, you can also create test suites inside folders where you can collect your test cases that belong to particular actions/goals you would like Subject7 to perform.

1- Hover over Flows and click Tests to open Test Library window.

...

2- Click + Add icon on the Tests window to add a new folder and provide a name for your folder.

...

3- Click on the name of the newly created folder to navigate inside it.

4- Click + Add icon on the Tests window, select Test Suite and provide a name for your suite.

...

5- Click on the name of the newly create test suite to navigate inside it.

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

2- Click on Automated to create an automated test.

...

3- Provide a Name (and metadata if you would like) for the test case in the New Test Case and click on the Steps tab to view the steps/command layout.

...

Adding Commands to Steps

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:

...

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

...

6- Click Not Saved to save your function


Method (2):

...