How to retrieve value (data) from notepad using QTP ?
Answer Posted / dinesh
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFSO.OpenTextFile("C:\Documents and
Settings\xxxx.txt", 1)
Do Until objFile.AtEndOfStream
strLine = objFile.ReadLine
msgbox( strLine)
Loop
objFile.Close
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
Explain how Selenium is different from UFT?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
What is the basic concept of quicktest professional (qtp)?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
Tell me one scenario, the complex functionality you have automated in your project?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
What is output value? How many types of output values are there in qtp?
Explain in brief about the quicktest professional (qtp) automation object model?
what is impact analysis on regression testing?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Explain in brief about the quicktest professional automation object model?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?