PerfLog Object

Applies to QAComplete 14.3, last modified on February 19, 2024

Use the PerfLog object to add a performance log records to track timings for tasks you perform in QAComplete.

Properties

Task  :  string (max 100 chars)

The name of the task whose performance you want to track.

BeginDateTime  :  dateTime

Date and time when the tracking starts.

EndDateTime  :  dateTime

Date and time when the tracking ends.

Relevant Operations

Example

XML

<PerfLog>
  <Task>Show Test Results</Task>
  <BeginDateTime>2014-07-11T00:00:00</BeginDateTime>
  <EndDateTime>2014-07-12T00:00:00</EndDateTime>
</PerfLog>

See Also

PerfLogs_Add Operation
PerfLog Operations

Highlight search results