Skip to content

This is a demo application for the Automating UI Tests for WPF Applications by Vladimir Khorikov on Pluralsight.

Notifications You must be signed in to change notification settings

samuraoka/AutomatingUITestingWPF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automating UI Tests for WPF Applications

This is a demo application for Automating UI Tests for WPF Applications by Vladimir Khorikov on Pluralsight.

To run the project:

  1. Create a Northwind database using the SqlScript.sql in the solution root folder.
  2. Create a json file named "connectionString.json" at root of the Northwind.UI project. And set "Copy to Output Directory" property of the connectionsString.json file to "Copy if newer".
  3. Write a connection string to the connectionString.json file like below
{
  "connectionString": "Server=(localdb)\\MSSQLLocalDB;Database=Northwind;Integrated Security=true;"
}

About

This is a demo application for the Automating UI Tests for WPF Applications by Vladimir Khorikov on Pluralsight.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages