Treffer: All Your Tests Are Belong to Us: An Introduction of End to End Testing in ASP.NET Web Apps

Title:
All Your Tests Are Belong to Us: An Introduction of End to End Testing in ASP.NET Web Apps
Authors:
Contributors:
Kompetenzzentrum für nicht-textuelle Materialien
Publisher Information:
Norwegian Developers Conference (NDC)
Publication Year:
2015
Document Type:
course material<br />moving image (video)
Language:
English
Accession Number:
edsbas.C16B8FD6
Database:
BASE

Weitere Informationen

(en)You've spent time and effort to build a website, and you must verify that it works correctly. But you might be tired of manually testing webpages, which is also an error prone process in itself. Have you ever asked yourself if there must be an easier way? Would you like to learn how 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. We'll review testing server side controllers with xUnit, followed by a look at testing JavaScript in MVC Views with qUnit. Once we've covered unit testing, then we'll move onto UI automation testing with WebDriver. You'll learn everything you need to know about how to get up and get testing.