Wht is Smart Identification Mechanisam in QTP..Actually
when do we this Technology means during Recording or running
....how is technology works. Anybody can expalin
this .....Thanks in advacne
Answer Posted / softwaretester4u
Smart identification : IF recorded description of object
does't not identifies the object at run time ,if we enables
(Check the check box) smart identification thrhough object
identification in tools, QTP identifies the object using
smart identification
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
diff between qtp versions from 8.5
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
how to convert 100 into hundred repees only and viceversa
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
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
Explain about the test fusion report of quicktest professional?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
What is text/text area checkpoint?
How do you synchronization point through DP?
how to find that tools work well with ur existing system?
What is the qtp testing process?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
Hoe can we do retesting using functions please give the code for it using login page