How to update rqm testcaseresults with REST-Api?
Hi,
I have a testsuite that executes my script that reads a csv file with testcasenames and their new state(failed, blocked, passed) and i want to update all of the testcases from the testsuite with a PUT call.
What i need:
- The url to update a testcaseresult
- The headers of the PUT call
Thanks in advance,
Emil Cavani