May I customize my own adapter?
3 answers
I assume you know about the RQM Command-line adapter. It can be used to run a command on any machine, where you copied it to. The results of the commands output (stdout/stderr) will be attached to the RQM execution results. The command-line adapter is installed with RQM in the <RQM_INSTALL_DIR>\adapters.
If you're asking about how to write your own adapter, I don't believe that is currently possible. Maybe through IBM services, but I don't believe RQM has published any public APIs for this. Here are some related forum post:
http://jazz.net/forums/viewtopic.php?t=6816
http://jazz.net/forums/viewtopic.php?t=5447
If you're asking about how to write your own adapter, I don't believe that is currently possible. Maybe through IBM services, but I don't believe RQM has published any public APIs for this. Here are some related forum post:
http://jazz.net/forums/viewtopic.php?t=6816
http://jazz.net/forums/viewtopic.php?t=5447
This is possible now with the release of RQM v401, to develop your own adapter to integrate with RQM. See RQM Test Automation Adapter API for more details