This is a migrated thread and some comments may be shown as answers.

Unit testing Kendo MVVM

1 Answer 76 Views
MVVM
This is a migrated thread and some comments may be shown as answers.
Chris May
Top achievements
Rank 1
Chris May asked on 03 May 2017, 04:39 PM
We are embarking on a new project with Kendo MVVM as our client side framework.  I'm wondering if there is a proscribed way for testing our logic on the client.  We've never written tests for our client script/databinding before, so I'm not even sure what questions I'm looking to have answered.  I'm assuming there are probably some patterns we could/should be following with our MVVM implementation to make more of our logic testable, and I'm assuming there are some preferred tools out there to help automate tests.  Can anyone point me in a direction for me to do some more research? 

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 05 May 2017, 01:02 PM
Hello Chris,

I would suggest that you consult the web about the advantages and disadvantages which different testing libraries provide when it comes to testing MVVM apps. The MVVM is just a design pattern which helps developers separate the data (Model), from the UI (View). You can use any testing tool/strategy that you prefer and that would normally use for non-MVVM apps. Testing libraries usually have their own communities which can help you to get faster into the specifics of testing MVVM apps.

Regards,
Martin
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
MVVM
Asked by
Chris May
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or