Web Development

VSH09 Automated Cross Browser Testing of Your Web Applications with Visual Studio CodedUI

11/19/2015

11:00am - 12:15pm

Level: Intermediate

Marcel de Vries

CTO

Xpirit

How well do you test your Web application or Web site? Are you still testing your site manually and does that take a lot of time? Do you find it hard to create and maintain automated tests for Web applications? Come to this session and learn how to build cross browser automated test suites using Visual Studio CodedUI and integrate it with Microsoft Test Manager.

In this session, Marcel will teach you how to build cross browser automated test suites using Visual Studio CodedUI and integrate it with Microsoft Test Manager. This combination will give you a holistic view of your current sprint in terms of completion and test coverage. You'll learn how you can set up your test cases using record and playback and how the CodedUI API works. You'll build test suites in such a way that you can maintain them by default and introduce concept of Page Objects that enable us to build SOLID, DRY and DAMP tests.

You will learn:

  • How to use CodedUI to build automated UI test
  • How record and Playback automation works and its limitations
  • How the CodedUI API and object model works
  • How to build maintainable test automation code