Forum Discussion

manas_kalavgunt's avatar
12 years ago

Second window is not recognised

Hi,



I am new to Test Complete and lack programming skills.

I am trying to use TestComplete to Automate a desktop application that uses infragistics tool set. The first window has a search box, on entering a loan ID and clicking search launches a new window with the loan information. Any objects on the new window are getting attached to the first window. It is as if the second window does not exist.

How do I get the objects in the second window relate to the new window container.

I tried mapping the objectby pointing the object on the screen , didn't work.

Please help.



Regards

Manas

1 Reply

  • vincent_goude's avatar
    vincent_goude
    Occasional Contributor
    Try to look at the properties of both windows in Object Repository then in the Name Map.

    Maybe the Name Map properties of the First Window applies to both windows (i.e. same id and Object Type).

    In that case try to add additionnal properties distinguishing the First and Second Window, like Page Name or so on.