How to retrieve value (data) from notepad using QTP ?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is qtpro? What is a quick test professional?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
what is the framework followed by ur company in qtp
how can we retrieve ten rows from the data table using loop concept?
What is quicktest professional (qtp)?
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
How you can decide which type of object repository you have to use?
in a web table , i want you to click a particular object inside cell
What are the benefits of quick test pro(qtp)?
When Object Repository is available what is the necessity of having Descriptive programming which needs more scripting efforts.
give me descriptive programing code sample flight application in qtp?
What is Environment Variable and when we apply this in QTP?