Do we have to Enable Smart Identification while running Or
will it automatically be enabled ?

Answer Posted / alex

when you add a new object into repositoy by the default
this will be appear as enable the smart identification. if
you want to change this status then you have to change the
status as false. only you can select true or false status
for it.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is action split used by qtp?

569


What is optional step in qtp? How you can add optional step in qtp?

544


What is the syntax for how to call one script from another?

573


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

1430


What is checkpoints for quicktest professional?

553






What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?

2271


How to explain a banking project in interview as a test engineer???

2608


What is standalone database?

1753


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

1489


An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))

1596


Connect to QC using AOM.

1246


Dis advantages of XML checkpoint ?

1589


This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?

1477


What are metrics and matrix?

1375


What is the difference between run time object and test object?

591