How to fetch the QC path from QTP? - 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 Regular Expressions (https://www.learnqtp.com/forums/Forum-UFT-QTP-Regular-Expressions) +--- Thread: How to fetch the QC path from QTP? (/Thread-How-to-fetch-the-QC-path-from-QTP) |
How to fetch the QC path from QTP? - syedabu - 10-06-2008 Hi!!! We have a piece of code that runs into the QC folder structure and fetch the input excel file from the location where we stored for all the tests and create a folder in my local path and then while QTP runs, it fetches the datas from the local path. I do not want to happen it in the existing way. Actually we are using the query to fetch the testname. Like the same way, i need to fetch the path name and store it for a later use. could u pls help me out in this. Following is the code which fetches the file and store it my local box. IF possible please alter this code in such a way to import directly to my script. Code: Code: TestName = "TerminalCreation" Thanks in Advance..... |