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

Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ

0 Answers   IBM,


I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", Second button "html id:=btnSave "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", Third button "html id:=", outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab Fourth button "html id:=btnSave outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"" 5th button "html id:=", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">",

0 Answers  


How can i open 5 multiple browser at once through QTP VB script

4 Answers  


Tell me the situations where we will use Data Driven?

4 Answers   Ordain Solutions,


What is keyword driven Testing Framework. Anybody can explain it in details... Pls anybody can give the answer.. Thanks in advance...

1 Answers   Navis,






I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.

2 Answers  


I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.

0 Answers  


what is database check point, how will you parameterize the database from seperate data table?

2 Answers   JPMorgan Chase,


How to display the first 3 letters in these "ABCDEFGH" using qtp script?

6 Answers   Oracle,


How u will do versioning in QTP?

0 Answers   NIIT,


what are the files created after executing QTP script file, please specify the file names with extensions

1 Answers   Virtusa,


is there any addin for remedy user application

0 Answers  


Categories