need ETM Rest API XML schema for Post operation in GC enabled project area
- we are currently executing a specific set of test cases outside of ETM and wishes to upload the results to the ETM platform. However, we are encountering an error when attempting to do so.
- We are xperiencing difficulties in the GC enabled project zone. However, in the non-GC area, we managed to successfully post the test cases to ETM.
- Is there any reference XML schema available for POST operation into ETM.
Accepted answer
You can find the API documentation here: https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding .
If you use the ETM reportable REST API, or any other API with configuration enabled projects, you will likely have to pass the configuration context e.g. as query parameter.
Comments
Thanks, what do you mean by query parameter can you explain, Ralph?
A query parameter, as far as I understand, is all the stuff url encoded behind the ? in your HTTP request. https://en.wikipedia.org/wiki/Query-String
Can you have a look at https://jazz.net/forum/questions/272852/how-to-fetch-test-cases-from-test-plan-using-rqm-rest-api?page=1&focusedAnswerId=278093#278093 if that helps?
See https://jazz.net/wiki/bin/view/Main/RqmApi
Notable changes from ETM 5.0 to 6.0 Configuration Management and related.