how to invoke the web application through script in qtp
Answer Posted / niranjan
please use the following code"
url= "url name"
Set IE=CreateObject("InternetExplorer.Application")
IE.Visible = true
IE.Navigate url
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the difference between per-action and shared?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
what is stepin & stepout?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
Explain the features of quick test pro(qtp)?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Tell me one scenario, the complex functionality you have automated in your project?
How QA specialist can identify when programmatic descriptions are useful?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
what is the difference between the modular framework and datadriven frame work
What is debugging? How you debug your script?
When do go for loop condition in test?
What is Associate Repository in QTP 9.2 ?
How to build scripts that access data from external sources?