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
Hoe can we do retesting using functions please give the code for it using login page
How can you give wait up to 10 seconds in qtp?
How many types of recording modes in qtp? Which will be used when?
What is standalone database?
How many lines of code in each script of QTP?
What is the recovery scenario in qtp?
how to disable the pop ups through QTP using a script
Which recording modes need more memory?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
What is the difference between local and shared object repository in qtp?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
How many types of recording facility are available in quicktest professional (qtp)?
Explain the concept of how quicktest professional (qtp) identifies object?
Can we write winrunner language i.e TSL in QTP tool?