Using RFT/RQM integration to launch junit tests
One answer
Seeing how a RFT script is really Java at its core, there is no reason why you could not accomplish this by running your JUnits from Java code via a RFT script.
You may also want to look at the "Command Line Adapter" sample that ships with RQM. Others have used that to run JUnit tests.
Regards,
John Nason
You may also want to look at the "Command Line Adapter" sample that ships with RQM. Others have used that to run JUnit tests.
Regards,
John Nason
Hello,
Is it possible to use the RFT/RQM integration point to launch junit tests?
Thanks