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 |
When you are running a batch test of 5 scripts and in 2nd script appln crashed, what hpns then?
VB - Script Training in MUMBAI.
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
What is debugging? How you debug your script?
in login module login button chage regularly(means login button change to submit button).What is the code for it.
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.
what difference between client and server applications exatly?
Explain the types of properties that quick test learns while recording?
suppose i give valid user id and password to open an web base application on qtp.how qtp will know itis a valid user id and password
I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me
How can we write script for a .net application in QTP? Can we use VB Script for .net application.
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer