IT480: Software Quality Assurance and Testing, Assignment 7

Posted by Derek Margheim on April 7th, 2019

In this lab you'll create a simple automated UI test using Visual Studio. This is an example of creating a recorded test using a GUI framework. That is:

  • Part of the walkthrough involves recording your own actions as you "drive" the application
  • Your actions are translated into code that you can see and edit
  • The code interacts with the application at the high level of the GUI (buttons, text boxes, etc) rather than at the low level of the screen primitives (x/y coordinates and mouse actions).

The assignment content was generated from this walkthrough:
Walkthrough: Create, edit, and maintain a coded UI test
whoa