with out object repository i need to launch IE and then
navigate to a login page and then operate the objects
within the page. How will be the script?
Answer Posted / ramanestalu dasari
create instance object using InternetExplorer.Application
Ex: Dim IE
set IE=createobject("InternetExplorer.Application")
IE.navigate("www.gmail.com")
IE.visible=True
Browser().page().webedit().set "value"
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
Hi All, How to get repeated word in string . Thanks Balaji
Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT
What are the different types of checkpoints?
How do I get the QTP scripts result in xml format by using vb script function?
Define Error Pane of UFT?
How to use reporter.report event in qtp ?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
How you debug your script?
Brief the process of testing with UFT?
What is quicktest professional?
Write a script to customize the test results in PDF and HTML format.
How many tabs are available in debug viewer pane?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail