How does QTP identifies the object in the application
Mainly objectives are three type's OF PROPERTIES namely
Answer Posted / rao' prasad
1.QTP identifies the objects using class name of the object
and logical name and physical properties of the object
2.Object Identification Machanisam(A.Mandatory
Properties b.Assistive Properties) 3.Ordinal Identifier
(A.Index B.Location 3.Time)
4.Smart Idetification(A.Base filter Properties B.Optional
Filter Properties)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
How to associate function library at a run time?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
Tell some commonly used Excel VBA functions?
Limitations in QTP?
can any body give the banking domain concepts/links
What are the recording modes in qtp?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
What is the Difference between test object and run time object?
banking domain description for software tester for interview
can the activities of test case design be automated?
How to execute a winrunner script in quicktest professional?