I was wondering if you could clarify Test Studio if it support integrating with Karma. I've checked the Telerik Forum and notice it mentioned supporting Protractor and Jasmine for JUnit testing. But did not mention anything about Karma.
Thank you,
James Nguyen
1 Answer, 1 is accepted
0
Cody
Telerik team
answered on 07 Oct 2014, 11:36 PM
Hi James,
Karma is a JavaScript based test runner which is capable of running JavaScript unit tests that were written in other JavaScript unit testing frameworks including Protractor and Jasmine.
Test Studio is a Windows based testing tool that is aimed at end-to-end functional testing of your web application. Test Studio will drive the browser as if a real person were sitting there clicking buttons and typing text, and validating the expected results are displayed in the UI.
The two are in completely different leagues. One is unit testing the JavaScript code that is part of your web application. The other is testing the full end-to-end functionality of your entire web application.
Given that very brief high level overview, how would you want the two to work together?