How to pass excel sheet to another testing tool from RQM?
Hi,
My customers are using an automation testing tool (an in house tool), where they pass an excel sheet (which has all the commands to be executed) to the tool and then once the testing is complete, they get the test result in html format.
Now they want to integrate RQM with their testing tool. They want to invoke their tool from RQM and pass the excel sheet to it. Then once the testing is complete, they want the result to be updated in RQM.
By reading the article https://jazz.net/library/article/809 , I felt that this can be done using command line adapter.
However I am not sure if we can pass an excel sheet from RQM.
Can someone please guide me how the above scenario can be implemented using RQM?
Accepted answer
I am not sure about that. My point was you can create a commandline script to access you tool provided it can be accessed from command prompt.
For eg if you want to invoke a perl script from RQM then use the below line in a .bat script and import that .bat script using Commandline adapter. When you run the testcase associated to that .bat script from RQM, it will in-turn run the perl script
HelloWorld.pl arg1 arg2
For eg if you want to invoke a perl script from RQM then use the below line in a .bat script and import that .bat script using Commandline adapter. When you run the testcase associated to that .bat script from RQM, it will in-turn run the perl script
HelloWorld.pl arg1 arg2