Create Jasmine Test Harness Page in ASP.NET MVC
In this post I will document how to quickly create a test harness page in ASP.NET MVC project that runs JavaScript tests using Jasmine unit test framework. First of all, let’s talk about project structure. I have traditional ASP.MVC project and I am using Angular framework to build Single Page Application. Hence, my project structure …
Continue reading ‘Create Jasmine Test Harness Page in ASP.NET MVC’ »