Skip to main content

SeeTestAutomation- StartStepsGroup

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

StartStepsGroup(caption)

Description

StartStepsGroup begins a group marks (and SeeTestAutomation- StopStepsGroup ends it). All the steps that appear between those two steps will appear under the same group on the report.

Parameters

  •  Caption: The caption of the group which will be displayed on the report.
info

Notes:

  1. Executing StartStepsGroup without a corresponding StopStepsGroup will group all the steps until the end of the test scenario / script.
  2. When a StartStepsGroup is executed but corresponding StopStepsGroup is not called afterwards, another execution of StartStepsGroup will end the previous group explicitly, and will start a new group immediately.
  3. Only one level of grouping is allowed.

Usage

Scenario: In the following example I will test a login of an application on the android and ios platforms.

Result:

The user can open/close the group by clicking the group step.