Explain the difference between smart identification and
object identification withn clear example. please it is
very urgent
Answers were Sorted based on User's Feedback
In Object Identification ...smart Identification will come.
Let me explain clearly..
there are 3 stages of Object Identification...
1- recorded Description( Mandatory Properties and Assistive
Properites)
2 - Smart Identification
3- Ordinal Identifier
In first stage QTP will search an Runtime Object by using
recorded Description.
If it is not able to Identify an object with these
description it will go for Smart Identification. Here It
will check each and every Property uniquely. If any
mismatches comes then it will identify an Object.
Still it is not able..it will go for Ordinal Identifier...
in this stage we have 3 properties..Index, Location, and
Creation Time
Index : Tab Order of an Object in Application
Location : x,y position of an Object in Application
Creation Time: It is only for Browser, it is nothing browser
opened time.
If any queries...nanda.dreddy@gmail.com
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / simple
Generally QTP identifies the Objects using Mantadory
properties.
If Mantadory properties are not sufficient then QTP goes
for Assitive Propertis
If Assitive properties are not sufficient then QTP goes for
SMART IDENTIFICATION
| Is This Answer Correct ? | 3 Yes | 1 No |
How to covert a String to an integer?
any body can you help me what is the script to automate an comand promt
How to export data in excelsheet to qtp without using datatable.
Hi How to retrieve data from web element line by line?
Where virtual objects stores results?
How to get the column count and column name from the resultset in the database connection program?
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
how can we retrieve ten rows from the data table using loop concept?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
difference Between Call Run action and copy of action?
What is the disadvantage of smart identification?
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?