what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
there r many ways 1. use index property (0,1,2) now surely it will recognize 2. another way is spy on each button check which propery uniq for each object then use only that propery while recording . it will recognize sure.