Forum Discussion

NikosG's avatar
NikosG
Occasional Contributor
5 years ago
Solved

TestComplete SDK equivalent for Web

Hi

I know that you can create addons for third party controls for desktop applications using the TestComplete SDK.

Is there an equivalent for web controls. 

5 Replies

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    Hi,

     

    No, according to my knowledge.

    Can you describe why do you need it?

    Any control (except ActiveX/Silverlight/etc.) is rendered as html markup on web page, so I do not see any real need for the SDK here...

    If you like to create autonomous stand-alone code, you may consider to move your code from test project to the ScriptExtension.

     

    • NikosG's avatar
      NikosG
      Occasional Contributor

      Hi AlexKaras 

       

      I was checking TestComplete and I saw that in our angular based web app I could only get click on coordinates. We are using Angular Material UI and Kendo so for example on a mat-select I'd like to create something like webElement.Select("Value") instead 

       

      Anyway my trial version is over but i'd like to have th full picture in case we revisit this option