07-04-2011, 08:48 PM
Hi,
When i clicked a link, it opens up a webpage(say parent). From this window, i open one more window(say child). I need to do some update on this child window. Until this update completes, my parent window should be in hidden mode but not closed. Once i complete the updates, parent window should become visible.
How can i achieve above mentioned functionality?
I need to carry out this workaround as QTP recognises both Parent and Child window as same object although it differs even from title. Could not figure why it has identified like this?
Although, QTP has created 2 objects in OR for both Parent and child, when i highlight the objects from QTP into application, it recognises Parent window for both the objects until i close the Parent window manually.
When i clicked a link, it opens up a webpage(say parent). From this window, i open one more window(say child). I need to do some update on this child window. Until this update completes, my parent window should be in hidden mode but not closed. Once i complete the updates, parent window should become visible.
How can i achieve above mentioned functionality?
I need to carry out this workaround as QTP recognises both Parent and Child window as same object although it differs even from title. Could not figure why it has identified like this?
Although, QTP has created 2 objects in OR for both Parent and child, when i highlight the objects from QTP into application, it recognises Parent window for both the objects until i close the Parent window manually.