harshitha


{ City } hyderabad
< Country > india
* Profession * test engineer
User No # 97997
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 1
Questions / { harshitha }
Questions Answers Category Views Company eMail




Answers / { harshitha }

Question { Health Care, 26393 }

How to retrieve value (data) from notepad using QTP ?


Answer

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