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
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
What is the expert view?
Describe function procedure in vbscript.
Define Canvas view of UFT?
what is vmodel?advantages and disadvantages of vmodel?
Differences between quicktest professional (qtp) and winrunner?
What is the quicktest professional testing process?
Have you used xml check point in your project? How?
Does QTP record on Objects created on XWindows Environment?
What is checking bitmaps?
Define object spy ?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
what type of framework u r using in ur organization
explain structured testing? plz guys with exp. do answer
How did you use regular expressions in QTP and also in WR?