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.
Hi,
> in our angular based web app
Angular- and React-based web applications are known for their absolute ignorance of automated tests support by default. :( I.e. by default they produce web pages without any stable unique identifiers (no semantic markup). I don't know whether this is because the libraries itself do not encourage developers to do this or developers are just skipping extra work, but the fact is that even official pages and examples on their web sites have this problem.
https://community.smartbear.com/t5/TestComplete-Functional-Web/TestComplete-and-ReactJS/m-p/175842/highlight/true#M33701 might provide you with more details.
And yes, you may create relevant code for the webElement.Select("Value") action and put it into ScriptExtension.
P.S. I believe that you've seen this help topic: https://support.smartbear.com/testcomplete/docs/general-info/supported-technologies/controls/angularui.html