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 / sreeprasad
U can still make the notepad open without using the record
or System utility script, just by mentioning the path of
the notepad "( i.e., where the notepad.exe is stored in the
system) in the "Windows Applications Tab" of the "Record
and Run Settings window. Try it out. All the Best.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How many add-ins comes by default with 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
How will you report the bug and explain the defect tracking sheet you handled?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
How you can find the absolute value of the number in qtp?
How to create Reusable and Multiple Actions?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What are the key elements available in test result window?
What will be happen if i load object repository at run time, but it has already associated.
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
regular expression in qtp standar check point for months from accepting months from january to december only
Is the qtp course will help to create a virtual object?
Give the syntax to load function at run time.
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.