You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/GettingStarted.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
## Getting Started
5
5
1. Install via NuGet
6
6
`> install-package TestStack.White`
7
-
1. Have a look at the [WPF](https://github.com/TestStack/White/tree/master/src/Sample%20App/Wpf) or [WinForms](https://github.com/TestStack/White/tree/master/src/Sample%20App/WinForms) sample projects
7
+
1. Have a look at the [WPF](https://github.com/TestStack/White/tree/master/src/TestApplications/WpfTestApplication) or [WinForms](https://github.com/TestStack/White/tree/master/src/TestApplications/WindowsFormsTestApplication) sample projects
8
8
1. Have a look at Whites UI Tests, White has automated tests for most controls to prevent regressions in the codebase. These serve as a great example of how to automate different controls. See [White's UI Tests](https://github.com/TestStack/White/tree/master/src/TestStack.White.UITests/ControlTests)
9
9
1. Download [http://uiautomationverify.codeplex.com/](http://uiautomationverify.codeplex.com/) which is an ESSENTIAL tool when doing UI Automation work.
10
10
1. Start writing tests, first off you require a unit testing framework like xUnit or nUnit. See below for a basic walkthrough
0 commit comments