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

how can i replace any text from the qtp script with some anothere text

1 Answers   Livetek,


The string is like POWER STAR PAVAN , write a script for this how to findout the number of "A" in the string ?

7 Answers   TCS,


How i can use Regular expression in QTP?give detailed steps for it.

2 Answers  


1. What is extense of Result file in QTP?

7 Answers  


Can we directly automate testscripts accrdoing to requirements? WHY ?

1 Answers  


In key word driven framework,we will rename the logical names of objects,why?

3 Answers   Liquid Hub,


How to create a Runtime property for an object in QTP?

6 Answers  


Can you write User defined function for WebEdit ? Note1: This function can be used for all web edits in all pages Note2: Don't use Child objects method

1 Answers   IBM,


Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this

1 Answers   Livetek,


Does QTP is "Unicode" compatible?

4 Answers  


What are the file extensions for per-action, shared object repository files and what is the extension for library files?

4 Answers  


Can we write class for vb script in Quick Test Professional?

2 Answers   JPMorgan Chase,


Categories