Skip to content

Commit 1902617

Browse files
authored
Fixed dead links
1 parent 1479e24 commit 1902617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GettingStarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Getting Started
55
1. Install via NuGet
66
`> 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
88
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)
99
1. Download [http://uiautomationverify.codeplex.com/](http://uiautomationverify.codeplex.com/) which is an ESSENTIAL tool when doing UI Automation work.
1010
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

Comments
 (0)