Introduction to Coded UI Tests with Visual Studio 2010 Ultimate

Version: 1.1.0

Description

Coded UI tests are a new capability of Visual Studio 2010 which provide a way to create fully automated tests to validate the functionality and behavior of your application's user interface. In this lab, you will gain a basic understanding of coded UI tests by creating a new test and adding validation logic to it.

Overview

Coded UI tests are a new capability of Visual Studio 2010 which provide a way to create fully automated tests to validate the functionality and behavior of your application’s user interface. In this lab you will gain a basic understanding of coded UI tests by creating a new test and adding validation logic to it.

System Requirements

In order to complete this lab you will need the Visual Studio 2010 virtual machine provided by Microsoft. For more information on acquiring and using this virtual machine, please see this blog post.

Exercises

This Hands-On Lab comprises the following exercises:

  1. Introduction to Code Generation from Action Recordings
  2. Introduction to Code Generation using Coded UI Test Builder
  3. Data Driven Demonstration for Coded UI Test

Estimated time to complete this lab: 60 minutes.

Next Step

Exercise 1: Introduction to Code Generation from Action Recordings