how we can know qtp has used smart identification machanism
during the execution.
Answers were Sorted based on User's Feedback
Answer / jay prakash
That will be marked in the test results if QTP have used
Smart Identification during execution of the script or not.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / 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 |
Hi his is Mahesh
We can enable the smart identification at time of recrding
an object,so that will captur the not only
mandatary,assistive properties but also take basefilter
properties and optional filter properties also
during the playback it an object is not identify it will
tke manadatary and Assistiive properties here not idntify
the object it start SI to identify the object with Base
filter and optional filter properties.
| Is This Answer Correct ? | 1 Yes | 1 No |
wht is Driver in Integration testing. Anubody can answers it
How to run a test using quicktest professional (qtp)?
Explain about the Test Fusion Report of QTP?
hi friends i was tried to connect qtp with oracle database using provider.i got a error.so anyone can help me out by correct script
What does VBS file contain?
New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.
Where you are storing your script?
Write a script to delete the a specific row (say 3rd) in a webtable.
what is command for executing files?
I have java based application on my computer. Can I install QTP on it? What are system requirements for installing QTP?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
Can we add the function library directly from scripting in qtp instead of adding from resource tab?