VirtualUserScript RecordMetrics Method C# API
Records multiple user metrics simultaneously.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public void RecordMetrics(
	MetricCollection metrics
)
Remarks

These can be any numeric value which is considered relevant to the test, such as the number of search results returned by a web page, or a count of files in a directory.

Each metric value is written to the Virtual User event log. A chart showing how the metric values change during the test will be available in Test Controller and Analyzer.

See Also