This tutorial will help you get started creating TestLeft tests in Visual Studio.
In this tutorial, we will describe TestLeft components and tell you how they interact with each other. We will demonstrate how to —
-
Create and configure a Visual Studio test project for TestLeft tests.
-
Explore the object hierarchy in a tested application.
-
Access objects in the tested application from a test and simulate user actions over them.
-
Run tests and view test results.
We will demonstrate all the actions described above by using the standard Windows Notepad application as a tested application.