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 |
what is the difference btn risks & Therads in the Test plan documentation?
what do u mean by test harnesses in qtp?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
banking domain description for software tester for interview
In qtp,how to interact tool & application build?
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.
I have a drop down box to show selected number of records in result page.It contains 4 items like 10, 25,50 and 100. when i was recordes script for seelcting each item and checking selecting number of records in the result page( it is in the same page in the table format)it is generating a new page with same controls( objects) in the OR. how to avaid these in OR? is it possible to write DP for only these lines?, remaining(remaingin lines of code) objects i want use from OR only. One more problemis if change ( add /remove properties of an OBJECT in OR , my ( recorded )application is not running.
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Can we put more than one action in a single script???? yes or no.....
What is the Diff between Image check-point and Bit map Check point?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
Can we call a parameter from an action to other action?