Forum Discussion

Tejaswi_2000's avatar
Tejaswi_2000
New Contributor
2 years ago
Solved

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

  • Is Okta similar to Citrix? If Okta provides virtualisation/remote access to applications, then it will not work. 

    This is because the UI that you see, is "streamed data" and not actual UI objects. If you were to run the application on your local machine together with TC, then it will work, providing your application technology is supported by TC.

5 Replies

  • rraghvani's avatar
    rraghvani
    Icon for Champion Level 3 rankChampion Level 3

    Is Okta similar to Citrix? If Okta provides virtualisation/remote access to applications, then it will not work. 

    This is because the UI that you see, is "streamed data" and not actual UI objects. If you were to run the application on your local machine together with TC, then it will work, providing your application technology is supported by TC.

  • JDR2500's avatar
    JDR2500
    Frequent Contributor

    The TestComplete Inteligent Quality Add-On might do the trick if what you're trying to find is/has text.  It can find text items in a 'flat' canvas like you described. 

    GUI Object Recognition | TestComplete | SmartBear

    The downsides are it costs more $$$, may not be reliable and requires an internet connection to send out the UI item for OCR recognition.  

    On the bright side I think you can get a free trial to at least see if it will work for your needs.