3 Answers, 1 is accepted
0
Hello John,
I am attaching the two sample tests you requested. They run against Kendo UI Angular demos. The root element is:
<div id="example" ng-app="KendoDemos" class="ng-scope">
Its ID is set in the conf.js file:
rootElement: '#example'
For details on setup and running the tests, please refer to the following help article:
https://angular.github.io/protractor/#/
As Telerik does not officially support third party testing automation tools, we recommend you to check out Telerik TestStudio – a test automation product with built-in KendoUI translators. More detailed information can be found at: http://www.telerik.com/automated-testing-tools/campaigns/testing-kendoui-apps.aspx.
Regards,
Atanas Georgiev
Telerik
I am attaching the two sample tests you requested. They run against Kendo UI Angular demos. The root element is:
<div id="example" ng-app="KendoDemos" class="ng-scope">
Its ID is set in the conf.js file:
rootElement: '#example'
For details on setup and running the tests, please refer to the following help article:
https://angular.github.io/protractor/#/
As Telerik does not officially support third party testing automation tools, we recommend you to check out Telerik TestStudio – a test automation product with built-in KendoUI translators. More detailed information can be found at: http://www.telerik.com/automated-testing-tools/campaigns/testing-kendoui-apps.aspx.
Regards,
Atanas Georgiev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Werner Haltner
Top achievements
Rank 1
answered on 22 Jul 2020, 06:30 AM
Hello Atanas,
Could you also provide a protractor sample which run against Kendo UI for jQuery, especially for the DropdownList and the MultiSelect component?
Thanks!
0
Hello, Werner,
As Atanas mentioned, we don't provide official support for third-party testing tools for Kendo UI for jQuery. That said, I'm afraid that I can hardly provide you with a sample on the matter. However, you can try using the one that Atanas previously provided and include a reference for Kendo UI. If you are experiencing some issues with getting a reference to the components, you can check the threads logged in protractor's repo:
https://github.com/angular/protractor/issues/4933
Regards,
Nencho
Progress Telerik