I want to open a GOOGLE page without recording a test in
QTP.Can any one answer me?
Answer Posted / siva
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = true
IE.Navigate "http://www.yahoo.com"
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Through array we can execute the testcase how ? give me example
What is Port testing. Whhen will you perform?
Explain object spy in qtp.
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
What is Unicode Compatibility?
How to build scripts that access data from external sources?
How to create Reusable and Multiple Actions?
How to release all resources file from the QTP?
Explain how Does Run time data (Parameterization) is handled in QTP?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
What is qtpro? What is quick test pro? What is a quick test professional?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Explain the types of object repository?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance