Writes a fail timing event to the VU event log.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- id
- Type: System String
The timing identifier.
Remarks
This timing will be interpreted as having failed, so it will be counted separately in Test Controller and Analyzer. This is equivalent to calling EndTiming(String, Boolean, VirtualUserScript) with a pass value of false.
Timings are similar to transactions but are measured and grouped separately in test results.
See Also