Regarding RQM command line adapter
Hi,
I am invoking certain command which will invoke execution of test scripts in other third party tool using command line adapter provided by RQM. Is this process in synchronous/asynchronous ? i.e RQM CLA will wait for execution test script in another machine ? / it just confirms the invocation of third party tool and closes ?
I am invoking certain command which will invoke execution of test scripts in other third party tool using command line adapter provided by RQM. Is this process in synchronous/asynchronous ? i.e RQM CLA will wait for execution test script in another machine ? / it just confirms the invocation of third party tool and closes ?
One answer
Let's try one without the extraneous stuff:
The command line adapter execution is complete when the "Command Arguments" specified in the UI is complete.
If those arguments make use of other applications then whether they are synchronous or not is up to you/how you write your "wrapper" that you've specified in "Command Arguments".
The "wrapper" can wait or not wait.
The command line adapter execution is complete when the "Command Arguments" specified in the UI is complete.
If those arguments make use of other applications then whether they are synchronous or not is up to you/how you write your "wrapper" that you've specified in "Command Arguments".
The "wrapper" can wait or not wait.