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
How to handle dynamic objects in quicktest professional (qtp)?
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?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Explain the check points in quicktest professional (qtp)?
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.
i can done the project with QTP in that time i can say how many members in my team size?
How to export quicktest professional (qtp) results to an .xls file?
how do u plan test automation?
what you mean by artifact,milestone...
What is the differences between image check point and bit map check point?
What do you to script when objects are removed from application?
What is a recovery scenario?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
How would you directly trigger javascript in a test?
Can any one send me the QTP Basic Coding Samples?