Method Report.GetInformationStepsCount
Returns count of steps with Information statusUsage
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);
Comment
Get information steps count and save it to local variable