Integration of RQM, RFT and RTC
To use Shared Location, I would like to point to the scripts inside RTC so each time it runs it uses the latest copy of the scripts.
The problem is that the scripts are inside a database in zipped format instead of a folder that I can point to. What is the best practice to handle this scenario?
Thank you,
The problem is that the scripts are inside a database in zipped format instead of a folder that I can point to. What is the best practice to handle this scenario?
Thank you,
One answer
Currently RQM doesn't pull shared scripts directly from any source control system. Instead the shared scripts are on a shared directory and RQM will just get them from the file system of the machine hosting the shared directory. You will need to have some means of synchronizing the shared file system with your source control. I've heard some customers scheduling cron jobs nightly that executes the command-line program to refresh the local file system with the content from their source control.