how to invoke the web application through script in qtp

Answer Posted / sandipgami84

Hi..

u can call below function, and Pass your URL.

Public Function OpenInternetExplorer(URL)
Dim IE
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
If URL <> "" Then
IE.Navigate Trim(URL)
Else
IE.Navigate "about:blank"
ExitTest
End If
Environment.Value("HWND") = IE.HWND
End Function

Is This Answer Correct ?    7 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use checkpoints in qtp ?

574


Explain the features and benefits of quick test pro(qtp)?

506


How does you test a weblink which is changing dynamically?

543


Where we use data driver in qtp?

597


What do you mean by checkpoints in qtp?

550






Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

1546


describe some problems that u had with automating testing tool?

1403


What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?

564


What is the use of text output value in quicktest professional?

499


What VBScript operators, functions, and statements do you use in QuickTest Professional?

2162


what is the diffrence bw qtp architectute and qtp framework?

1533


what is the mail use of frame work(with detail). architecture for keyword driven frame work

1407


i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?

1492


What are the different recording modes?

549


How to find array size in qtp?

573