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 to use library files in QTP? how we can call these files in to script?

4 Answers   Virtusa, Wipro,


what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.

11 Answers   Infosys, Intel,


When and why to use descriptive programming?

0 Answers  


How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?

0 Answers  


write a script to verify the image path(src property) of the images which are in web pages.

0 Answers  


anybody wants to learn QTP with realtime implementations and complete framwork contact to this mail id ciraaj@gmail.com

1 Answers  


How to handle dynamic objects in quicktest professional (qtp)?

0 Answers  


I have made the recovery scenario in script. When i am exceuting the script. it stop automatically after running recovery scenario. Please tell the resaon?

2 Answers  


in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do

2 Answers  


I learned all the objects of my application in object repository thru English Language. now i want to use same object repository for other languages(French,Dutuch and Chinese)

1 Answers   TCS, Wipro,


Explain xml checkpoints.

0 Answers  


I'm having a problem to get the status(pass or fail) during runtime for every iteration ran, and must get the results stored to an excel sheet if possible.

1 Answers   FAI,


Categories