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 Don't mind .i want in detail the real time process i.e in each document what it contains.
How to analyzing test results using quicktest professional (qtp)?
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
give me the code to save all messages of inbox of gmail into a folder and notepad
What is environment variable in qtp and why to use it?
What are the key elements available in test result window?
Hybrid framework supports Descriptive programming. Is it true?
How to create a standard checkpoint ?
Can we record using all the modes in a single script? Explanation with example is appreciated
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
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
How to capture a window in QTP?
In qtp, explain what is crypt object
after initiating one project for testing, when exacltly QTP tester role starts?
Can we create a qtp test from qc?