Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how we can know qtp has used smart identification machanism
during the execution.

Answer Posted / anil pujar

Whenever QTP uses smart identification for object
identification, it will be reflected in Test results.
Test result gives details like Smart identification is
enabled and it lists the properties used for smart object
identification(Basic Filter Properties and others).
In Object Repository, even we can see that Smart object
identification for an object is true or false.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Please Don't mind .i want in detail the real time process i.e in each document what it contains.

1877


How to analyzing test results using quicktest professional (qtp)?

1026


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

2184


give me the code to save all messages of inbox of gmail into a folder and notepad

2091


What is environment variable in qtp and why to use it?

988


What are the key elements available in test result window?

1143


Hybrid framework supports Descriptive programming. Is it true?

1143


How to create a standard checkpoint ?

1064


Can we record using all the modes in a single script? Explanation with example is appreciated

1837


If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?

1017


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1952


How to capture a window in QTP?

1960


In qtp, explain what is crypt object

1026


after initiating one project for testing, when exacltly QTP tester role starts?

1917


Can we create a qtp test from qc?

1018