StartStepsGroup(caption)
|
|
|
|
|
|
|
StartStepsGroup begins a group marks (and StopStepsGroup ends it). All the steps that appear between those two steps will appear under the same group on the report.
Caption: The caption of the group which will be displayed on the report.
Notes:
Executing StartStepsGroup without a corresponding StopStepsGroup will group all the steps until the end of the test scenario / script.
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.
Only one level of grouping is allowed.
Scenario: In the following example I will test a login of an application on the android, ios and the windows phone platforms.
Result:
The user can open/close the group by clicking the group step.