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 prepared for first for the first interview?
What are the flaws in water fall model and how to overcome it?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
What is recovery scenario in qtp?
if our qtp vb Script may be Currepted then What we want do?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
what are the limitations of smart identification in qtp 9.0
What is qtpro?
Hi,All How to create a link in excel sheet using qtp
what is the diffrence bw qtp architectute and qtp framework?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
What is a Patch in QTP?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
How to use the object spy in quicktest professional 8.0 version?