Forum Discussion

Tejaswi_2000's avatar
Tejaswi_2000
New Contributor
23 days ago

Unable to identify individual objects using objectSpy in TestComplete

Hi,
I’m currently working with the desktop application, which we access through Okta (web). It is Web based Desktop Embedded System which is developed using VB.NET. When using TestComplete's Object Spy to identify elements, the entire application is recognized as a single object(Aliases.browser.pagePplSeries.canvas). This means individual sub-elements are not being identified separately, which is blocking our testing efforts.
 
This results in all UI components being treated as one entity, which is blocking us to perform detailed object-level testing.
 
Here’s what I’ve tried so far:
•    Adjusted object recognition settings in TestComplete.
•    Verified the application is running as expected.
•    I tried it trough object browser by checking each and every object in that browser, still I am unable to locate any elements present