Answer Posted / methuku
Browser = "IE"
StartURL = "www.hotmail.com"
IF Browser = "IE" THEN
set IE = CreateObject("InternetExplorer.Application")
IE.Visible = true
IE.Navigate StartURL
END IF
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Describe how Smart Identification is used
what is error and fault in terms of software quality?
How can i check items sorted or not in a weblist ? Give me the script for this...
How to create runtime property for an object?
What is reusable action?
How will you find the current time of the remote machine using QTP script?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
How to add verification steps to tests?
what function you write to do database testing with the help of qtp?
How will you handle java tree in qtp?
How will you report the bug and explain the defect tracking sheet you handled?
How many types of parameters are available in quicktest professional (qtp)?
What is parameter in qtp?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.