Votes
Answers
Views
Question
0
3
1259
asked 9 years ago by vallikkv
updated 7 years ago by sklearning
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....
0
0
38
Be first to answer!
asked 9 years ago by alm-naive
Hi I want to pull the Test case Execution count using REST API based on the Test Lab Folder name. There can be many test sets inside that test lab folder and even test folders. Eg: Test Folder 1\\Test Folder 2\\Test Folder 3\\Test Set 1 I need to pull the execution count ( No. of Pass,Fail,No Run et...
2
1
104
How Do I delete an entity (such as a defect) using REST API / VBScript?
2
1
78
How Do I update a field value (such as defect field) using REST API / VBScript?
0
1
56
How Do I log out of the session using REST API / VBScript?
0
1
253
How Do I authenticate with Basic Authorization header using REST API / VBScript?
0
2
305
asked 10 years ago by lungri
updated 9 years ago by jan-vandekerckhove
How Do I authenticate using REST API / VBScript?
4
1
65
asked 10 years ago by ditch-brodie
updated 10 years ago by mrwhite
Having read the REST API help file, it shows examples for retrieving test cases based on requirement ID coverage. Here is an example call that we are trying: http://myserver:8080/qcbin/rest/domains/DEFAULT/projects/LOGAN/tests?login-form-required=y&query={requirement.id[1278]} Now requirement ID1278...
2
1
188
asked 11 years ago by jtaylor
updated 11 years ago by josh-yates
We are trying to find the REST API guide for ALM 11.52, where might this be found?