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 / indra
Set fso = CreateObject("Scripting.FileSystemObject")
fso.OpenTextFile("c:\testfile.txt", ForWriting, True)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to customize checkpoints with parameters?
what is the difference between the modular framework and datadriven frame work
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
How can you write the scripts that operate on different objects depending on run-time information?
How to save your test using quicktest professional (qtp)?
What is the extension of qtp local repository?
What is the difference between a Function and Action in QTP?
How to find the path of folder in which the test is saved in qtp?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
Define virtual object?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
Describe how Smart Identification is used
what is vmodel?advantages and disadvantages of vmodel?
What the differences are and best practical application of Object Repository?