How to launch application under test through VBscript without
using systemutil.run or invokeapplication?
Answer Posted / 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 View All Answers
Tell some commonly used Excel VBA functions?
Dis advantages of XML checkpoint ?
How can i initiate the objects to find uniquely in OR
Explain process of smart Identification in QTP?
Hi ,Can any one pleas explain how to test splash objects using QTP?
Can we run multiple QTP scripts one after the other without manual intervention? How?
When should I use smart identification?
How to import a test case present in ".xls" file to TD under a Test set?
wht type of User defined functions or Java Releated functions do we write in VB scripting
if numbers are always changing write a script for that
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
What are the properties you would use for identifying a browser and page when using descriptive programming?
Output values? i want a practical example