How to launch application under test through VBscript without
using systemutil.run or invokeapplication?

Answers were Sorted based on User's Feedback



How to launch application under test through VBscript without using systemutil.run or invokeapplic..

Answer / mogal

1.set IE=createobject("internetexplorer.applicaation")
IE.visible=True
IE.navigate "www.google.com"

2.set owsh=createobject("wscript.shell")
owsh.run "www.google.com"

Is This Answer Correct ?    0 Yes 0 No

How to launch application under test through VBscript without using systemutil.run or invokeapplic..

Answer / sai

By Using Automation model reference.

Set a=CreateObject(Excel.Application)......

Is This Answer Correct ?    1 Yes 2 No

How to launch application under test through VBscript without using systemutil.run or invokeapplic..

Answer / nayana

set ie=CreateObject("internetexplorer.application")
ie.fullscreen=true
ie.navigate "http://gmail.com"
set ie=nothing

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More QTP Interview Questions

What are the data types in qtp?

0 Answers  


Is it possible to call win runner script in qtp?

0 Answers  


I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.

0 Answers   RBS,


i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api

0 Answers  


from what stage you will start automation in your project

5 Answers   TCS,






What are the views available in quicktest professional?

0 Answers  


Could you please explain me about QTP framework.

2 Answers   Oracle,


How you can delete excel file in qtp?

0 Answers  


qtp script for recording and running the application.need script for short cut keys like f3,f4 etc.how to write script for recording?

2 Answers  


Hi, I have weblist which contains the data like Design change,admin edit and cost saving etc.. User doesn't know the values existed in weblist. Now the user has to select the right value from the list otherwise the test will fail. Pls help me "To select the correct value from the list"

1 Answers  


What are the benefits of qtp?

0 Answers  


diff between qtp versions from 8.5

0 Answers   Semantic Space,


Categories