Writes an end timing event to the VU event log, specifying whether the timing passed.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
public void EndTiming( string id, bool pass, VirtualUserScript script = null )
Parameters
- id
- Type: System String
The timing identifier.
- pass
- Type: System Boolean
true if the timing should be interpreted as a pass; otherwise, false.
- script (Optional)
- Type: Facilita.Fc.Runtime VirtualUserScript
The currently executing VirtualUserScript.
Remarks
Timings are similar to transactions but are measured and grouped separately in test results.
If the timing failed, then it will be counted separately in Test Controller and Analyzer.
See Also