Reading from txt file on Quality Center - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Reading from txt file on Quality Center (/Thread-Reading-from-txt-file-on-Quality-Center) |
Reading from txt file on Quality Center - stevol - 01-13-2009 Hi, i have a problem about the txt file path. If i read file from my pc i have no problem, but now i want to put the script and the txt file on Quality Center. I have used a code like: Code: Dim fso, filer, type_id but i obtain error about not found path. I proved to use both: "Subject\TEST_AUTOMATICI_QTP\..." "[QualityCenter] Subject\TEST_AUTOMATICI_QTP\..." (obviously the txt file is really present on Quality Center :-) ). Any idea? Thanks in advance |