How to create a Test Case Execution Record in ETM using OSLC API programmatically
One answer
You might want to search this forum for examples. There have been discussions about things like that.
In a search engine type in your query terms and append site:jazz.net to limit the scope. Example:
https://www.google.com/search?q=OSLC+TCER+site%3Ajazz.net
The OSLC specification can be found here: https://oslc-op.github.io/oslc-specs/specs/qm/quality-management-spec.html
Please note that there is also a ETM Reportable REST API that you can use to create QM artifacts.
OSLC: I have published several posts linked here: https://rsjazz.wordpress.com/2021/09/29/using-the-ewm-rest-and-oslc-apis/ . These posts discuss OSLC related topics. This is for OSLC CM, but most of the topics apply to OSLC QM as well.
If you are looking for inspiration, there might be interesting code here: https://github.com/IBM/ELM-Python-Client and here: https://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api/
Please note that there is also a ETM Reportable REST API that you can use to create QM artifacts.
OSLC: I have published several posts linked here: https://rsjazz.wordpress.com/2021/09/29/using-the-ewm-rest-and-oslc-apis/ . These posts discuss OSLC related topics. This is for OSLC CM, but most of the topics apply to OSLC QM as well.
If you are looking for inspiration, there might be interesting code here: https://github.com/IBM/ELM-Python-Client and here: https://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api/