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
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
What is synchronization point in QTP?
how to prepared for first for the first interview?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Tell me one scenario, the complex functionality you have automated in your project?
What is data driver in qtp? Where we use it?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
What is a checkpoint? How many check points are there in qtp?
whow much strong on VB and C?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
What are the key elements available in test result window?
Name the properties you would use for identifying a browser and page when using descriptive programming?
Where to use function or action?