Micro Focus QTP (UFT) Forums
Run QTP scripts from QC - 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: Run QTP scripts from QC (/Thread-Run-QTP-scripts-from-QC)



Run QTP scripts from QC - Aman - 09-13-2014

Hi All,

I am using QC for my QTP scripts executions. I have QC 11 and UFT 11.53
In all of my scripts/Testcases ,i have a call to common driver script. If my driver script path changes then I have to change it into all of my 100 testcase scripts . This change is very much time consuming.
Is there any better approach than my current way of doing this.


Thanks
Aman Singh


RE: Run QTP scripts from QC - ravi.gajul - 09-18-2014

Use environment variables in an xml and assosciate this to your tests. For any changes just change the xml file. One You don't have to reassosciate after modification.The change will be seen in all 100 tests.