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 is Distributed testing? How does UFT support it?

0 Answers  


How we know the qtp has used the smart identification process for identification of the object.

4 Answers   IBM,


how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.

5 Answers   IGT, Microsoft,


What is ‘object spy’ and what is the function of object spy in qtp?

0 Answers  


how do you run scripts in QTP?please anyone can answer my questions

4 Answers   Ordain Solutions,






where exactly we can't do the automation testing. give some examples

2 Answers   Virtusa, Wipro,


What is the pros and cons between QTP and Rational Robot

0 Answers   Virtusa,


what are the frame work models of qtp?which frame work you follow in your company?and explain it process?

0 Answers   Covansys,


suppose the given string str = {"vamsikrishna%%&%*&**"} count the no of vowels and special characters are repeated

2 Answers  


please write a script to find the text in a application. Note: i dont know the location of that text where it is located. just like negative testing.

2 Answers   BSL,


What is your role and responsibilities in QTP with your current organization?

1 Answers   Oracle,


How many ways to configure the application in QTP,Explain

2 Answers   CTS,


Categories