Recommended structure for testing Javascript with QUnit in ASP.NET

后端 未结 3 785
小蘑菇
小蘑菇 2021-02-07 03:51

I have a standard ASP.NET MVC (version 2 preview 2) solution with the actual project and server-side unit tests in separate projects.

Because this project is very clie

3条回答
  •  渐次进展
    2021-02-07 04:37

    Perhaps you could pick and choose techniques from this article, including using the command-line, harnessing NUnit with WatiN, and scraping test results for reporting. This solution wouldn't require a separate WebForms project to harness the tests in, since it's all handled by WatiN.

提交回复
热议问题