Software Practices, Microsoft Sessions

TH22 Test Drive Automated GUI Testing with WebDriver

08/11/2016

3:45pm - 5:00pm

Level: Intermediate to Advanced

Rachel Appel

Senior Developer Evangelist

Microsoft

Wouldn't you like to be able to automatically test a Web site on behalf of the user, rather than manually running the Web site and doing it yourself? Then you're in the right place. In this session, you'll learn how to write a few lines of code that can replace all the manual Web UI testing that you've been doing. You'll learn how to write a test one time to run again and again. You'll discuss how to automatically fill in forms, navigate, and do any action that the user might do, but automatically, and with no user! Now you can ensure a higher quality of your software the easy way with automation.

You will learn:

  • How to test a UI
  • What Coded UI tests are and how to use them
  • Testing best practices