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 / sathishkumar
You can open the notepad by using the below code:
Invokeapplication "notepad.exe"
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
how to know no.of mails in our g mail by using vb-script
in a web page How to check and display a particular word from a paragraph?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
What is Curd testing?
What are the advantages of Object Repository?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
Define Environment Variable in UFT and its uses?
How the smart identification is used in real time?Please explain with an example
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
Explain advantages and disadvantages of ddf?
Why qtp always start action1 and does not start action?
can u explain relative path architecture framework in qtp?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?