Forum Discussion

elena_sheludko's avatar
elena_sheludko
New Contributor
9 years ago

Unable to find Objects inside the main application

Hi,

I am using Test Complete ver. 11.31.2420.7 which is not able to recognize objects that are within the application under test.

Below are few objects, how they are recognised by Test Complete at the moment. Unable to allocate a specific string is recognized only panel.

The problem is analogous to the situation described in the last comment (https://community.smartbear.com/t5/TestComplete-General-Discussions/Unable-to-find-Objects-inside-the-main-application/td-p/95584/page/2).

 

The programming language - delphi

 

Could anyone help me out with this issue? Please let me know if you need any more information.

9 Replies

  • baxatob's avatar
    baxatob
    Community Hero

    Hi,

     

    Can you show how your panel is presented in Object Browser? What properties are accessible to you? 

    • elena_sheludko's avatar
      elena_sheludko
      New Contributor

      Yes. Attached the screenshots with all the available properties.

  • shankar_r's avatar
    shankar_r
    Community Hero

    Can you describe the below details, so that it will helpful to share the information across.

     

    AUT technology- ? ex: JSwing

    What type of Object you are trying to capture - ? ex: Textbox, Button

    • elena_sheludko's avatar
      elena_sheludko
      New Contributor

      Fails to capture a particular string. Conversion to strings is possible only on the coordinates but on the next boot Windows in this place can stand another object.

      The application is written in delphi.

      Thanks in advance for the help

      • shankar_r's avatar
        shankar_r
        Community Hero

        I maybe wrong since I'm not used to work with this type of AUT.

         

        But the concept for some of the objects, Lets say you have Object type as Tree.

         

        If you try to capture the Tree object, It would won't capture each and every tree item in the Tree object. It capture the Tree object and we can able to click the Tree items using the functions like ClickTreeItem().

         

        So, the same way in your scenario try to find some functions which can help you.