RQM custom adapter development
Hi,
Am working on custom adapter development taking help of the information from https://jazz.net/wiki/bin/view/Main/RQMTestAutomationAdapterAPI
When we create a test script in RQM, the adapter Type dropdown list contains options like Command Line, Rational Functional Tester, Manual, etc. And on selecting any of the value in the list, the UI changes accordingly and prompts user to input the Script details.
I want to develop similar custom UI for my adapter. Can anybody provide me the API link that guides us in development of such custom UI.
Thanks in advance.
|
3 answers
Go to Project Area Administration -> Test Artifacts -> Custom Execution Adapter Types. There user can define Input Parameter for the custom script. Based on that, UI will render those parameters. Comments
anuraag kb
commented Jul 27 '20, 2:42 a.m.
We need the UI parameters to be shown without manually adding them. I mean suppose if we select the Type as Rational Functional Tester in the script, the input parameters get populated automatically.
Can this be done for custom adapter as well..?
|
Ashish, Anurag,
There are 2 kinds of execution adapter.
Which adapter are you referring?
Comments Hi Subhajit,
I believe we are looking for your recommendation. The other end of the integration will be a server based application that is capable of executing automated tests and not a desktop based tool.
|
Ralph Schoon (63.5k●3●36●46)
| answered Jul 30 '20, 7:57 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER There is another example here: https://github.com/OSLC/lyo-samples/blob/master/oslc4j-client-samples/src/main/java/org/eclipse/lyo/oslc4j/client/samples/automation/ETMAutomationSample.java |
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.
Comments
Hi Subhajit,
Ashish