Update RFT test scripts automatically on all machines connected to QM
5 answers
I would write a small script on the client with the necessary commands, I think the CCM commandline tool should do the update, but I don't know the syntax.
In RQM I would create a automated TestScript called update environment, which executes the above created script remotely.
But I've never tried it. ;-)
greetings georg.
In RQM I would create a automated TestScript called update environment, which executes the above created script remotely.
But I've never tried it. ;-)
greetings georg.
Shared folder??? It the same bad idea.
1. We want do it automatically. Can we update our sources of tests from repository before running the test without any handmade work?
2. For running the test from QM which using 3rd part libraries - it need to put this libraries in customization folder [c:\ProgramData\IBM\RFT\customization\]. And the same question how we can update this libraries automatically?
1. We want do it automatically. Can we update our sources of tests from repository before running the test without any handmade work?
2. For running the test from QM which using 3rd part libraries - it need to put this libraries in customization folder [c:\ProgramData\IBM\RFT\customization\]. And the same question how we can update this libraries automatically?
RQM is not storing any scripts in the repository; it's only storing pointers to where the scripts reside. You have to use whatever source control mechanism to update the location with the latest scripts.
You indicated you had to do this manually on all machines. Using a shared location would eliminate that part. But to get them to automatically be refreshed with the latest version on some regular basis has to come from your source control tool.
You indicated you had to do this manually on all machines. Using a shared location would eliminate that part. But to get them to automatically be refreshed with the latest version on some regular basis has to come from your source control tool.