Integration testing an ASP.NET MVC application

前端 未结 3 725
傲寒
傲寒 2021-02-09 18:52

I need some advice about efficient way of writing integration tests for our current ASP.NET MVC application. Our architecture consists of:

  • A Service Layer below Co
3条回答
  •  爱一瞬间的悲伤
    2021-02-09 19:03

    I've been using SpecsFor.MVC for integration testing. Essentially you write code in a test class and the framework runs a browser interpreting your C# into browser actions. It's beautifully simple to use and setup.

提交回复
热议问题