How to retrieve value (data) from notepad using QTP ?
Answer Posted / harshitha
Set f2=f.OpenTextFile("c:\text.txt")
While f2.AtEndOfStream <>true
f3=f2.readline
x=Split(f3, "")
msgbox x(0)
msgbox x(1)
WEnd
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
how to create flat file datasubmission in qtp
What are the technics follow in writing VB script?
How to customize checkpoints with parameters?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Is virtual object supported in low level recording mode?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
can u please explain what is the exact difference between qtp8.2 and 9.0
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
Mention the different actions types of qtp.
Who uses qtp tool?
How to do call a output parameter from one action to another action??/
What is the Difference between test object and run time object?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
what is profile tool?