Posts: 7
Threads: 3
Joined: Jul 2010
Reputation:
0
07-07-2010, 06:19 PM
Hi,
I am using SystemUtil.Run to invoke the application. The line is executing but the application is not getting visible until QTP stops, i can see the process running in Task Manager. Once i Stop the QTP run the application is opening.
Please help on this.
Thanks in Advance
Spsraj
Posts: 54
Threads: 2
Joined: Jul 2010
Reputation:
0
07-08-2010, 04:18 PM
Can you provide the line of codes that you are using to invoke the application using SystemUtil.Run?
Posts: 7
Threads: 3
Joined: Jul 2010
Reputation:
0
07-08-2010, 04:34 PM
Hi sasmita,
Thanks for ur reply,
im using the usual code only..i.e
SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe"
it is getting executed, but the browser is not visible until the QTP stop run.
Sps
Posts: 54
Threads: 2
Joined: Jul 2010
Reputation:
0
07-08-2010, 05:14 PM
The command you have written is working for me even without stopping the run.
Can you try with this:
SystemUtil.Run "C:\Program Files\Internet Explorer\IEXPLORE.EXE","","","open"
Posts: 54
Threads: 2
Joined: Jul 2010
Reputation:
0
07-08-2010, 08:48 PM
did this resolve your problem?
Posts: 7
Threads: 3
Joined: Jul 2010
Reputation:
0
07-08-2010, 09:27 PM
Actually I have tried this option also but didn't workout,
Now I tried after removing some Addins and now it is working fine..don't know what was the exact problem.
Anyway thanks a lot for your effort.
Posts: 1,199
Threads: 5
Joined: Nov 2008
Reputation:
0
07-09-2010, 09:51 AM
what were those addins that you removed and currently what addins are loaded?
Posts: 7
Threads: 3
Joined: Jul 2010
Reputation:
0
07-15-2010, 03:35 PM
I was loading Active-X and Terminal Emulator add-ins same time, now I am running it without the Active-X add-in and it is working fine.