ALM Rest api post test status using python
♥ 0 |
I want to update the test results of Robot framework to QC using Rest api. By fetching the output.xml file of robot framework, I want to update the test results to QC using rest api. To do that, I’ve started develop the scripts using HP ALM 11 Rest api’s with python requests and ElementTree modules. Right now I can able to authenticate, store cookies and retrieve the defects, test ids, test instances from QC. But now I want to update the test execution status in the test lab of QC, I’ve tried as below: – Using post method of test instance by query the test-set id and testcase-id. requests.put(self.url + u’/qcbin/rest/domains/ But I got below error Can some please help me on this error to be solved? or suggest any approach to update the test execution status to QC? Thanks in advance.
Marked as spam
|