It's all about the answers!

Ask a question

How to set Adapter type property in RQM CommandLineAdapter?


Mateusz Cebula (23914) | asked Mar 04 '13, 5:20 a.m.
edited Mar 04 '13, 5:22 a.m.
Hi
I am using RQM 4.0.1 and I am running CLA on my machine and I want to set text info in property 'Adapter type' visible in Execution->Adapter console to my custom text diffrent from 'Sample Command Line Adapter'. How should I do this? Do I have to set any args while starting adapter?

Accepted answer


permanent link
Paul Slauenwhite (8.4k12) | answered Mar 04 '13, 8:26 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
The name of the command-line adapter (CLA) is an implementation detail. 

If you are looking to custom your test automation, consider the RQM test automation adapter API (see https://jazz.net/wiki/bin/view/Main/RQMTestAutomationAdapterAPI).

Note, there is a jazz.net article on integrating your test tools with the CLA (see https://jazz.net/library/article/809).
Mateusz Cebula selected this answer as the correct answer

Comments
Mateusz Cebula commented Mar 05 '13, 3:59 a.m.

Thank you Paul. I am developing adapter basing on original CLA code in my IBM project. Where I can found code or what should I add to my code to change that property:


1
Paul Slauenwhite commented Mar 05 '13, 6:43 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

The name of the command-line adapter (CLA) is an implementation detail and cannot be changed.


Mateusz Cebula commented Mar 05 '13, 8:22 a.m.

OK, thank you.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.