Plz explain about object propeties in object
identification? means.. explain about 1. mandatory
properties.2. assestive properties 3. ordinal properties.
Answer Posted / siva
1.Mandatory properties are very important for QTP to
uniquely identify the object.
For eg:How the people identifies you.First one is
name.Eventhough you have other properties like(Tall or
short,good looking)they first use your name to identifies
you.
2.Once if the mandatory properties failed to uniquely
identify the object,QTP uses its assestive properties to
identify the object uniquely.
For eg:Call as short boy or tall boy.
3.Once these two properties failed,QTP uses the third
one "Ordinal identifiers"
Under ordinal identifiers,there are three categories
1.Location
2.Index
We have to define these two things in Object identification
dialog box.
We can also add properties to already existing mandatory
and assestive properties
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the views available in quicktest professional (qtp)?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What is the difference between run time object and test object?
What is the registration process and examination fees?
What is ObjectParamater?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
When you open QTP, how many sheets you can see?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
How to find the name of the machine where you are running your automation scripts in qtp?
Get the count of files of similar types from a folder.
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
write script for bitmap image?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
How to handle dynamic objects in quicktest professional (qtp)?