How does QTP identifies the object in the application
Mainly objectives are three type's OF PROPERTIES namely
Answers were Sorted based on User's Feedback
Answer / sreeprasad
1) Mandatory properties,
2) Assistive properties
3) ordinal identifier
firstly QTP traying to identifies mandatory properties if
it is not unique then identifies assertive properties if it
is not unique then go to identifies ordinal identifier.
| Is This Answer Correct ? | 4 Yes | 0 No |
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 |
1.QTP identifies the objects using class name of the object
and logical name and physical properties of the object
2.Object Identification Machanisam
3.Ordinal Identifier
4.Smart Idetification
| Is This Answer Correct ? | 0 Yes | 0 No |
Which object model ur used in ur project
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
4. what is the use of Text output value in Qtp?
how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.
can anyone please tell me what are all the shortcut keys used for qtp9.2? Thanks in advance..i expect ur valuable reply that help us our team???
what is difference between analog and low level recording
what are the different kinds of frameworks in automation?
dar Sir I am Facing th eProblem in QTP thet ,when I start thrcording inthe QTP for the ASP front end and C# the Coding Language I fing that recording is Done well for the Login screen but at the Time Running the script the QTP is Unable to Identify the Objects On the Objec Onht eLigin screen .Please answer the Question in Description and the Propables reason I might be facing alsp the Popable solution I have to Take thanks and ragards
How do you copy a value from a cell in an msexcel sheet saved on the desktop into QTP's datatable when the co-ordinates of cell are given?
What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP.
can anyone tell me how to search a word/line in a document and to paste it in another file? Thanks in advance.
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression