Hi,
I am working on Win 7 64 Bit OS machine.
We have about 7 people team who does 24*7 execution from ALM.
Currently we are uploading our Function libraries(.vbs files) and Datatable(.xls) into our ALM and performing our execution.
During execution we are not able to reuse the test assests(FUnction libraries and Datatable ) as it shows locked by other users while execution.
Our Automation script development team shall develop the script and place the updated one's in ALM.
Now i have logged into ALM with my credentials can you guide with script and let me know the possibility, while execution when we click on RUN button in ALM, all our function libraries and Datatables in ALM are saved into our Local folders and my test script in my UFT 11.50 shall associate all the test assests from local during run time and perform the test execution?
My Script in UFT 11.50 for ALM execution looks like shown below.
ExecuteFile "FunctionLibrary"
Call datatableimport()
Call TestScript()
Regards,
KandyRak