How to retrieve value (data) from notepad using QTP ?
Answers were Sorted based on User's Feedback
Answer / 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 |
How many scripts did you have?
Gmail application is there.On that Inbox so many mails are there including naukari mails. On that mails i can select the only naukri mail checkboxes. plz tell the descriptive code for the above..
what are pretesting activities
What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP.
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
How to handle the exceptions using recovery scenario manager in QTP?
What is Virtual object wizard in QTP?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
How can you capture(Read) the values from a Table?
What are the two types of repositories available, explain them?
How can we import a Open Office excel file in QTP