The elements of the XML are:
Element | Description |
---|---|
Run | The top-level element. |
PostRunAction |
One of:
|
TestID | The test ID from HP Application Lifecycle Management (ALM). |
TestInstanceID | The test instance ID from MyPc in the Test Lab perspective. |
TimeslotID | The ID of the time slot. |
VudsMode | If true, the test consumes Virtual User Day (VUD) licenses. |
ID | The Run ID. |
RunState |
One of:
|
Duration | The run time in minutes. |
<Run xmlns="http://www.hp.com/PC/REST/API">
<PostRunAction>Collate And Analyze</PostRunAction>
<TestID>5</TestID>
<TestInstanceID>4</TestInstanceID>
<TimeslotID>1015</TimeslotID>
<VudsMode>false</VudsMode>
<ID>14</ID>
<RunState>Initializing</RunState>
</Run>
Start a Test Run
Get Run Status
Results
Results/{ID}
stop
stopNow
abort
|