I want to open a Notepad window without recording a
test and I do not want to use SystemUtil.Run command as
well How do I do this?
Answer Posted / ravindra
Setfso = CrateObject("scripting.filesystem object")
setf=fso.opentextfile("path of that notepad file",mode of
file,value)
while (f.end of line)<>true
x=f.readline
some statements
f.close
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
Explain different types of checkpoints?
How many types of parameters are there?
How can you close the second opened browser?
How does you pass optional arguments in qtp?
What is the pros and cons between QTP and Rational Robot
Which features or drawbacks of QTP lead to the upgrade for a newer version?
Did QTP prove efficient for your project? Yes or No, explain?
what is the latest version of QTP? Main difference between 9.2 and 10 version
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
How did you resolve conflicts present in Object Repository?
How to run a test using quicktest professional?
Brief the process of testing with UFT?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)