Downloading the Test to local PC - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: Downloading the Test to local PC (/Thread-Downloading-the-Test-to-local-PC) |
Downloading the Test to local PC - duggisrinivasarao - 04-09-2011 Hi Is there a way to download all the tests that are in a test set in QC to a local drive??? This would be of great help. Thanks in advance. -cnu RE: Downloading the Test to local PC - basanth27 - 04-10-2011 All the tests should be on the QC server. You can copy it over ffom there. Else i suggest you check the QC AOM to see if there is a method in the testset factory to download all the test or individually in a loop. RE: Downloading the Test to local PC - tpragnya - 04-10-2011 Hi To download all the tests in a test set to local you can right click on aparticular test and export it to excel.Otherwise using a query u can get the list of tests in a test set.If u need the query let me know. RE: Downloading the Test to local PC - duggisrinivasarao - 04-11-2011 Sorry, I was not much explanatory in the last post. the Test Set contains all the automated tests. I wanted to download on them as QTP tests. (So that I can open in QTP as a test) Thanks Srinivas RE: Downloading the Test to local PC - basanth27 - 04-11-2011 Buddy the QC server will hold your test set on a server PC. Do you have access to your QC server? If yes, then QTP tests are only folders which you can copy over as a network share. RE: Downloading the Test to local PC - duggisrinivasarao - 04-11-2011 interesting... Say I have Admin rights on QC. and Admin rights on the Server where I hosted the QC Server. Please let me know how the QTP Tests in QC folder structure maps to filesystem folder structure. Your suggestion is of great help. -Cnu RE: Downloading the Test to local PC - basanth27 - 04-12-2011 Very well.. Honestly i have never had the privilege to logon to a QC server. But if i were you i would do windows search on the filesystem with the name of the QTP test which actually will lead you to the location of all the scripts. Let us know the outcome. RE: Downloading the Test to local PC - Jay - 04-12-2011 hai Cnu, You can download the scripts from QC to your local system without any admin rights. call the first function with required details Code: If qtApp.TDConnection.IsConnected Then ' If connection is successful ~ Jay Patel |