Update the RQM database from JUnit Selenium
One answer
Chiarapa,
Yes it's very much possible, you can create your JUnit Selenium test to execute RQM testcase (like any other automation task you would do) and run this using the RQM JUnit Selenium test (like any other JUnit test you would run). Do let me know if you are facing any problem.
Regards,
Mehul
Comments
Mehul,
I think I did not express myself well.
The starting point will be to run an automated script by JUnit Selenium.
After the execution, by the same Selenium, would it be possible to automatically update the RQM database?
I understand that I would need to create an "adapter" or a program that would stay on the server and would be called to perform such an update. Right?
Regards,
Elenilson
Elenilson,
oh ok, I got it now. yes, you need some means to create/update this execution result on RQM. Supported RQM REST API could be helpful here.
Regards,
Mehul
Mehul,
Yes, I was reading about this option.
I've checked two options that I think might help:
1 - Open Services for Lifecycle Collaboration (OSLC) Quality Management (QM) Version 2 API
2 - IBM® Rational® Quality Manager Reportable REST API
Thank you so much,
Elenilson