Forum Discussion

Vallalarasu_P's avatar
Vallalarasu_P
Frequent Contributor
7 years ago

In TestComplete ,The object properties changes adhoc. See details below

Details of the Application

Desktop Application, objects are identified as Winforms object. Few objects are not identified in testcomplete. So We are using Open Application. Please find the below settings that are used. but the object browser changes frequently. Even it changes Winform Objects.

 

In Current Project Properties,

General - Native TextObjects on Top, Native MSAA in last but one, NativeUIA is at the bottom

MSAA - * (For All Objects)

UI Automation - * (For All objects)

Text Recognition - * (For Accepted windows & Extended Support)

 

Additional information:

 

Objects Class Name : WindowsForms10.Windo.8.app.0.1ca0192_r40_ad1

For same object, We are getting UIA object (UIAObject) & MSAA objects too.

When we are using Highlight options, it is not highlighting correctly

The picture showed in object browser is not clear

We are using Descriptive Programming.

 

Please let me know if any more information is required.

 

Thanks in Advance.

 

 

Please suggest an Object browser settings for Winform  + Windows Combination.

 

3 Replies

  • karkadil's avatar
    karkadil
    Valued Contributor

    The components which changes may be obfuscated third-party controls. In this case the only thing you can do is using "blind" methods (e.g. copy/paste by pressing key combination).

    If they are not third-party and are being developed in your company, you had better ask developers of these components why it happens.

    • Vallalarasu_P's avatar
      Vallalarasu_P
      Frequent Contributor

      Hi,

       

        We had a successful execution for two times. but now some object mapping (Current project properties & Default Project properties & Object Mapping) is changed or system based changes has happen. So we need to identify the changes or the fix for same.

       

      Which of the openapplication method we should use for Winform +Windows Combination ?

       

      Thanks in advance.

      Valla

       

       

      • karkadil's avatar
        karkadil
        Valued Contributor

        Have you checked whether the components are third-party and obfuscated? If they are, it doesn't matter, how many successful run you had had, your tests will never be stable.

         

        Have you checked with developers what components are they using?

         

        Without having these questions answered first nobody will be able to help you.