RQM 6.0: RQM Test Automation Adapter
I have tool X and Test cases are written in RQM will be run on tool X. i am building a bridge which will fetch[using OSLC, java] test case from RQM and send it to it to the automaton tool which will execute it and send beck result to this Adpater.
Adapter will create Test Result and link it to the Test case execution record which will be linked to Test case. is it right approach or am i doing something wrong. Thanks in advance.
Adapter will create Test Result and link it to the Test case execution record which will be linked to Test case. is it right approach or am i doing something wrong. Thanks in advance.
One answer
Naveen,
I would suggest to let the RQM owns responsibility execute and manage the tests; and let tool X own the execution part. You can build custom adapter either using RQM adapter library or Rational Quality Manager Test Automation Adapter API (refer RQMAutomationSample).
Regards,
Mehul
Comments
Thanks , This is kind of approach i am planning to implement.
Please correct me or provide your valuable input if something wrong with my approach-
For one Test case/TCER there is a TA[Test Automation] on the tool X and both i want to link with each others Id, TA will store TCER id and a custom attribute will have TA id value. So when user will request to execute Test Case/TCER id 1234 that value will go to automation tool and Test automation which is responsible for this 1234 TCER will be executed and result return back to the RQM for that i will create a Test Result to hold this returned output and link to the TCER.