How to launch application under test through VBscript without
using systemutil.run or invokeapplication?
Answers were Sorted based on User's Feedback
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 |
Answer / sai
By Using Automation model reference.
Set a=CreateObject(Excel.Application)......
| Is This Answer Correct ? | 1 Yes | 2 No |
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 |
What is Virtual object wizard in QTP?
If 3 browsers are opened in our system, how to enter the facebook url into second browser by using descriptive programing
how much space occupies in object respository by default?
How to Map network drive in QTP
Hi friend I have query regarding QTP datatable. I want to insert data in datatable during runtime. suppose i wrote datatble.value(1) = "Test data" so when i run the script it says column(1) doesn't exist. Then i write something in column A1 manualy and run the script again. Now it works fine. Pls clarify how i can put value in blank cell of datatable.
In QTP how to interact tool and application build?
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.
hi how could i get installation guide for QTP 9.0 on XP help me for this !!!!!
Can you do more than just capture and playback?
What are the types of Object Repositories in QTP?
What are table and db checkpoints?
How do you configure QTP AND Test director?