Forum Discussion

uditbatra87's avatar
uditbatra87
Occasional Contributor
12 years ago

Need Help.. regarding WPFobject

Hi all,



i am very new to using TestComplete. we are using some application which when recorded gives a code like..



Sys.Process("MyApp")



Sys.Process("MyApp").WPFObject(..).WPFObject(....)



i am not able to understand what this is. Please let me know where i can find more info regarding what i'm dealing with here.



Thanks

1 Reply

  • irina_lukina's avatar
    irina_lukina
    Super Contributor

    Hi Udit,


    TestComplete uses the syntax you described for addressing internal objects of WPF applications. For more information on this, please refer to the Addressing Objects in WPF Applications help topic.


    i am not able to understand what this is.


    If you aren't comfortable with the default names used by TestComplete to identify the objects of your application, you can easily assign the custom names for these objects, and then use these names in your tests. For more information on this approach, see the Name Mapping - Overview help topic.


    I hope this information helps :)