Selenium and RQM Integration-If the Selenium TestScript gets updated at source,what is the process so that RQM is pointing to the latest version
Hi,
Currently,in order to run a selenium testscript from RQM,this is what I have done.
a)Made sure that the Selenium test can be run in Eclipse as a stand-alone JUnit test
b) I exported it as a jar File
c) Configured the adapter.Also involved,editing the selenium.properties,and added the Selenium Test jar file path
d) Started the adapter
e) In RQM testscript section,added the details required like TestClass etc
f) Now,the script runs successfully from RQM
The question is,what happens when the code in the selenium test(or script) gets updated at source? Should I repeat the above process?Because in
RQM,it is still pointing to the jar file and in the jar file,it has details about the older version of the selenium script.
Is there a way when the code gets updated in the source control(like RTC,Perforce),this updated version of the script gets mapped in RQM?
Thanks in advance!
One answer
Comments
Hi,
Is this still the case with the most recent version of Selenium adapter (6.0.2)?
I don't understand how that is any different than the command line adapter. If a command line adapter test script points any script and that script changes there is no need to create a new command line adapter test script. You just re-run the test case/suite.
Thanks,
Brett
Thanks,
Brett