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.
BeginDateTime : dateTime
Date and time when the tracking starts.
EndDateTime : dateTime
Date and time when the tracking ends.
Task : string (max 100 chars)
The name of the task whose performance you want to track.
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>
<Task>Show Test Results</Task>
<BeginDateTime>2014-07-11T00:00:00</BeginDateTime>
<EndDateTime>2014-07-12T00:00:00</EndDateTime>
</PerfLog>