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
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
Explain in brief about the qtp automation object model (aom).
What is a Patch in QTP?
What are the automation metrice in your project?
How is test case write?
What are the views available in quicktest professional (qtp)?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
If object is not recognized by qtp but the object is standard object what is your approach?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
What is fragmentation and paging?
How many add-ins comes by default with quicktest professional (qtp)?
When to use shared and local object repository?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))