Using Batch files with Command Line Adapter
Hi
My client currently uses an Automation tool that utilises Python scripts. I have successfully integrated the CLA from RQM to the test target machine. Is it only possible to invoke these scripts if they are in batch or exe files? Is there any documentation on how to convert this python scripts into batch files for RQM?
Thanks
Leesen
My client currently uses an Automation tool that utilises Python scripts. I have successfully integrated the CLA from RQM to the test target machine. Is it only possible to invoke these scripts if they are in batch or exe files? Is there any documentation on how to convert this python scripts into batch files for RQM?
Thanks
Leesen
One answer
Disclaimer: I am not a Python user/expert.
Yes, the Command Line Adapter (CLA) runs commands from the command line on the target machine. RQM does not provide documentation on how to run applications/scripts from the command line.
To execute Python script from the command line, see http://stackoverflow.com/questions/4621255/how-do-i-run-a-python-program-in-the-command-prompt-in-windows-7.
Yes, the Command Line Adapter (CLA) runs commands from the command line on the target machine. RQM does not provide documentation on how to run applications/scripts from the command line.
To execute Python script from the command line, see http://stackoverflow.com/questions/4621255/how-do-i-run-a-python-program-in-the-command-prompt-in-windows-7.