Web Client

VSH13 All Your Tests Are Belong To Us

12/08/2016

1:30pm - 2:45pm

Level: Intermediate

Rachel Appel

Senior Developer Evangelist

Microsoft

You've spent the time and effort to build a web site, and now you must verify it works correctly. But you might be tired of manually testing web pages, which is also an error prone process. Have you ever asked yourself if there must be an easier way? Would you like to learn how to test all facets of an ASP.NET Web Application? From C# on the server side, to JavaScript on the client, complete with automated UI testing? In this session, you'll learn everything you need to know about how to properly test ASP.NET MVC Applications. You'll review testing server side controllers with xUnit, followed by testing JavaScript in MVC Views with qUnit.

You will learn:

  • The basics of unit and automated UI testing
  • How to unit test with xUnit and qUnit
  • Best practices for testing