How can I add another Execution type in testscript creation view (RQM web UI server sdk extension )
I want to add an extera type to testscript execution adapter similar to command line or JUnit selenium using server SDK.
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Aug 30, 2:44 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER As far as I can tell, ETM does not provide an SDK. Only EWM does. ETM shares a lot of the foundation code that makes up part of the EWM SDK, but nevertheless, there is no published SDK that you would need to extend ETM. Even if it did, you are not supposed to modify the product code. An extension would use an extension point to add capabilities. What you are trying to do is certainly not supported.
https://jazz.net/wiki/bin/view/Main/RQMTestAutomationAdapterAPI describes an API to create custom test automation.
MJ Ranji selected this answer as the correct answer
|
One other answer
Hi Ralph,
Comments 1
My experience with ETM is only limited, but as far as I can tell, there is no SDK for ETM that you can download. The EWM SDK contains code that is shared across multiple applications. This code is called Jazz Foundation Code. So you can technically create extensions for ETM like you can for EWM. But all the ETM specific code is missing in the EWM SDK. So from my perspective, you can practically not write extensions for ETM, besides based on Jazz Foundation.
|
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.