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


Please Help Members By Posting Answers For Below Questions

How to handle dynamic objects in quicktest professional (qtp)?

717


Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?

868


If u r using library files (Instead of Check Points) , How do u do bitmap check ?

1695


Explain the check points in quicktest professional (qtp)?

757


I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.

2655






i can done the project with QTP in that time i can say how many members in my team size?

1596


How to export quicktest professional (qtp) results to an .xls file?

788


how do u plan test automation?

1641


what you mean by artifact,milestone...

1676


What is the differences between image check point and bit map check point?

753


What do you to script when objects are removed from application?

787


What is a recovery scenario?

759


How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?

2037


How would you directly trigger javascript in a test?

1638


Can any one send me the QTP Basic Coding Samples?

1802