Where should we turn Smart Identification ON in QTP?
Answers were Sorted based on User's Feedback
Answer / kishore
Go To Tools menu in QTP 9.2
There enable the smart identification check box
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / siddu
Go to tools --> Object identification
In this window there is one option Enable smart
identification (by selecting this option we can enable the
smart identification)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / saikrishna
when ever QTP unable to Identify the objects with the
following properties that is Mandatory property,Assistive
,base filter property and optional filter property.Then
through smart identification QTP will identify the objects.
| Is This Answer Correct ? | 2 Yes | 2 No |
what is impact analysis on regression testing?
in QTP,how to write a descriptive program for "yahoo" or "gmail" Login page
What is the use of ordinal identifier in qtp?
How to create basic scripts from a manual test case in QTP?
what is database check point, how will you parameterize the database from seperate data table?
I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
how can we retrieve ten rows from the data table using loop concept?
How do you convert manual test cases to automated test cases?
Both static and dynamic arrays are handled by the vb script. Is it true?
What are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)