Forum Discussion
ArtemS
Alumni
14 years agoHello Wojciech,
The reason is simple - these are not TestComplete's methods and functions. TestComplete adds a great number of program objects and extended methods and properties that facilitate testing. In the Object Browser and Object Spy, they are listed in the Standard and Extended categories. These objects, methods and properties are part of TestComplete and are described in our documentation.
But what is more important for white-box testing, TestComplete can get access to applications' internal objects, methods and properties. That is, to the objects, properties and methods that are defined by the developers in the application's source code, or provided by IDEs, frameworks, APIs, and so on. In the Object Browser and Object Spy, internal methods are listed in their own categories: .NET, Java, Visual Basic, Delphi, Flex and other. To get information about internal objects, methods and properties, refer to documentation of the respective IDE, framework, API, or ask the application developers.
Regards. Artem. Documentation Team.