Hi Sachin
open any sestem32 file
Use
Example :
SystemUtil.Run "C:\WINDOWS\system32\calc.exe"
Specify path
or
anothor method
Add object of Start button and Run Dialog
Start->Run
short cut key: Windows->r
Dim wshShell
Window("Window").WinButton("Start").Click
Set wshShell=CreateObject("WScript.Shell")
wshShell.SendKeys "r"
Dialog("Run").WinEdit("Open:").Set "excel" 'to open Excel file
Dialog("Run").WinButton("OK").Click
if you have any query feel free to ask :)
--
Thanks & Regards
Sujit :)
On Sun, May 20, 2012 at 10:13 AM, sachin mahajan <[email protected]>wrote:
> Hi all,
>
> How to open a system32 application through QTP ?
>
> for Ex Calculator
>
> --
> You received this message because you are subscribed to the Google
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
>
--
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en