Posts: 11
Threads: 6
Joined: Jan 2011
Reputation:
0
01-12-2011, 12:51 PM
Every time the QTP invoke the smart identification to identify the browser object.it increse the execution time.What browesr property should I use so that there is no need to invoke the smart identification.
Does the creation time property of the browser work?
Posts: 350
Threads: 2
Joined: Mar 2008
Reputation:
0
01-12-2011, 05:50 PM
Hi Sarode,
Go to QTP > Tools > Obj. Identification > Select "Web" environment > Select 'Browser' object class and on right side you can see "Enable Smart Identification" checkbox selected and few properties under mandatory properties such as name,title etc.
You just uncheck "Enable Smart Identification" checkbox and add title,name etc.. properties.
If QTP is unable to create unique description for browser then QTP implicitly uses 'Creationtime' property for differentiating.