This method is called whenever a progress point is set
using the SetProgressPoint(String), SetProgressPoint(String, Boolean)
or SetProgressPoint(String, String, Boolean, VirtualUserScript) methods.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- progressPoint
- Type: System String
The progress point identifier, which will appear in the Progress Point column in Test Controller.
- info
- Type: System String
Extra information which appears in the Info column.
- pass
- Type: System Boolean
true if the progress point should be interpreted as a pass; otherwise, false.
Remarks
See Also