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
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
how can i call function (which has link with excell sheet at a remote location) within another function
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
why should we give deliver good quality software?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
What are the different types of action?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Is any limitation to xml checkpoints?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
What is quicktest professional (qtp)?
What is the descriptive programming?
how to acess a test in RSA?
Explain the views in the QTP GUI?