09-28-2010, 12:54 PM
Hi Ankur
Its not duplicate objects that are the problem here. It is the way QTP sees the pages runtime. If i do a maintenance run, the pages get a _2, _3...etc. So instead of seeing:
it sees :
Its not duplicate objects that are the problem here. It is the way QTP sees the pages runtime. If i do a maintenance run, the pages get a _2, _3...etc. So instead of seeing:
Code:
Browser("Mercury Tours").Page("Mercury Tours")
Code:
Browser("Mercury Tours_2").Page("Mercury Tours_2")