Versions Compared

Key

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

Table of Contents

A Test Case consists of steps and may contain single or multiple tasks. Each step contains an action along with its associated objects and parameters. Define the sequence of the steps in a test case that resemble the flow of a test scenario. You can add test data as per the requirements.

...

The following table shows the description of each button.

ButtonButton NameDescription
Image Modified
Create New taskTo create a new task while adding or editing a test case. You need to select a step after which you want to create the new task 
Image Modified
Create Tasks using the selected steps

To create a new task using the steps of the test case.

You need to select the steps. 

Image Modified
Import TaskTo add a task that is already created in the project. Select a step after which you want to add a task.

Image Modified

Detach TaskTo remove a task from the test case. You need to select the task that you want to remove.
Image Modified
Add Test Case StepTo add an independent test case step, that is, a step which is not part of any task.
Image Modified
Add Task Step

To add a step in a task.  You need to select a task in which you want to add a step.

Note: If you add a new step, ensure that the execution of all the associated test cases are not affected.  

Image Modified
Remove StepTo remove a step from the test case. You need to select the consecutive steps.
Image Modified
Add Conditional BlockTo insert a conditional statement. For more information, refer to Conditional Structure (IF-ELSE).
Image Modified
Move UpTo move up a selected step.
Image Modified
Move DownTo move down the selected step.
Image Modified
Start Web Recording

To start web recording on a web application under test.

Or, if a recording session is on, then this button is replaced with the Pause Web Recording button (Image Modified).


Note: If you have already dry run a test case, you cannot record in the same session. You need to close the browser, open the test case, and then do the recording.

Image Modified
Stop Web RecordingTo stop the web recording session.
Image Modified

Start Mobile Recording

To start web recording on a mobile application under test.
Note: If you have already dry run a test case, you cannot record in the same session. You need to close the browser, open the test case, and then do the recording.

Stop Mobile RecordingTo stop the mobile recording session.

Image Modified

Add Test DataTo insert test data. For more information, refer to Adding a Test Data.

Image Modified

Dry RunTo dry run the test case. For more information, refer to Dry Running a Test Case.

Image Modified

DebugTo debug a test case. For more information, refer to Debugging a Test Case.

Image Modified

Debug LogsTo open the debug execution logs.
Image Modified
Go To LineTo go to a specific line of a test case
Image Modified
Previous Error

To go to the previous step, which has been identified as:

  • Deleted: The objects are deleted
  • Empty: The objects are not added.
  • New Test data:  Add with a new set of test data.
Image Modified
Next Error

To go to the next step, which has been identified as:

  • Deleted: The objects are deleted
  • Empty: The objects are not added.
  • New Test data:  Add with a new set of test data.
Image Modified
Save 

To save the test case every time you update it.

Also, you can click the arrow button to save it as another test case with a different name.

Adding or Editing a Test Case Manually

...