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 |
Write a command for setvalue function in a webedit
What is a programmatic description?
actually how many hours per one day we will work on automation(qtp) in real time
HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?
Mention the different actions types of qtp.
What are the recording modes in qtp?
What is the pros and cons between QTP and Rational Robot
keyword driven framework having how many folders? explain folders in detail?
What is throw object?
How to add a page checkpoint to your test?
Write the code for select the 5 values from drop down list. drop down list having the 10 values.
Where we save all scripts in the QTP
5 Answers Ordain Solutions, Sathya Technologies,