This is a demo application for Automating UI Tests for WPF Applications by Vladimir Khorikov on Pluralsight.
- Create a Northwind database using the SqlScript.sql in the solution root folder.
- 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".
- Write a connection string to the connectionString.json file like below
{
"connectionString": "Server=(localdb)\\MSSQLLocalDB;Database=Northwind;Integrated Security=true;"
}