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 |
Hi, I am new into the field of testing and I need to know how can I begin automating the testing of Mainframe applications using QTP. Can anyone help me?
OPening of notedpad in QTP to write and execute the coding?
how u will evaluate the tool for test automation?
A question was asked in a company-suppose, I am testing a website on QTP, all the time a new title bar is appeared on next page. Trying to use regular expression under key word driven testing but expert view is also appearing unchanged and error is also generating, do you have any best resolution for that kindly explain in detail. please dont give example of yahoomail, that is unable to clear my doubt.
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
give me an example where u used good judgement and logic in solving a problem
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??
2 Answers DST Global Solutions,
Explain the checkpoint in qtp?
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?
Explain about reusable actions?
Is there a function to find the number of occurrences of sub strings within a string?
How does QTP identifies the object in the application