Forum Discussion
LexiAQA
Alumni
9 years agoHi Pramod,
You are right, to upload a test run result, the corresponding test run and test run item objects should be created. You can create this kind of objects using the TestRuns_Add SOAP operation.
After you have a test run item, you can use the following REST method to upload TC test execution log:
/hosts/{HostId}/runs/{RunId}/items/{SequenceNumber}/logs (POST)
or this REST method (to upload the log in .mht format):
/hosts/{HostId}/runs/{RunId}/items/{SequenceNumber}/report (POST)
Is it applicable to your framework?