Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Method Report.GetInformationStepsCount

Returns count of steps with Information status

Usage

Function ZAP.Report.GetInformationStepsCount(
  Boolean Report [Optional]
)

Parameters

Report (optional)

Type: Boolean

Default Value: False

Generate report for this step

Returns

Count of steps with Information status

Example

VBScript

informationStepsCount = Zap.Report.GetInformationStepsCount(True)

JavaScript

var informationStepsCount = Zap.Report.GetInformationStepsCount(true);

Documentation Categories

ZAPTEST

FARM

LOAD