Availability of Testing Framework Controls

1 Answer 104 Views
General Discussions
Michael
Top achievements
Rank 1
Michael asked on 25 Nov 2021, 10:24 AM
Hello,

I'm currently looking into Kendo-UI and found information that Telerik provides a .NET abstraction layer for it's UI components to be used in Web Tests.

https://www.telerik.com/blogs/automated-testing-of-kendo-ui-made-easy


For instance:
using Telerik.TestingFramework.Controls.KendoUI.Angular;
using Telerik.TestingFramework.Controls.KendoUI.Angular.Grid;
KendoAngularGrid grid = Manager.ActiveBrowser.Frames[0].Find.AllByTagName<KendoAngularGrid>("kendo-grid").FirstOrDefault();

 

Now, for my question:
Is the c# library that provides this abstraction layer (Telerik.TestingFramework.Controls.KendoUI.Angular) also available as a NuGet package and if so, where can I find them? This would be important when setting up dependencies and controlling the build chain in a modern setup.

Thanks, Michael

1 Answer, 1 is accepted

Sort by
0
Elena
Telerik team
answered on 29 Nov 2021, 11:20 AM

Hello Michael,

I am pleased to know you are interested in Telerik products. 

The library you mentioned - Telerik.TestingFramework.Controls.KendoUI.Angular is part of the Test Studio Testing Framework. This, however, is a product to install and I have to admit that it is not distributed as a NuGet package. 

I hope that this information helps you sort out your doubts. Don't hesitate to share any further questions you might have.

Regards,
Elena
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Test Studio course! Check it out at https://learn.telerik.com/.
Michael
Top achievements
Rank 1
commented on 30 Nov 2021, 05:03 PM

Hello Elena,

thanks for the link. This helps putting things together.

Thanks, Michael
Tags
General Discussions
Asked by
Michael
Top achievements
Rank 1
Answers by
Elena
Telerik team
Share this question
or