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
Where we can use the synchronization?
What is the differences between image check point and bit map check point?
How u will do versioning in QTP?
How do you perform Regreession Testing?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
what is object and child object.. explain ..if possible give some example for better understanding ..
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
Explain the concept of object repository?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
after initiating one project for testing, when exacltly QTP tester role starts?
What will be happen if i load object repository at run time, but it has already associated.
How QTP support all types of applications (platforms)?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
how do i know how to use tools