This concludes the Your First Test tutorial. We hope it has helped you get acquainted with TestLeft. To learn more about TestLeft, please refer to the following sections:
Further Study
Describes how to address tested objects in tests.
Describes how to map the object hierarchy in a tested application.
Describes how you can post various data to a test log and save the test log to external files.
Describes how you can run TestLeft tests on remote computers.
Describes how to run TestLeft tests by using various unit testing frameworks.
Advanced Samples (.NET)
In this tutorial, you have learned how to use TestLeft to create a basic automated test.
To learn how to create tests that are closer to real-life conditions, you can examine the advanced examples that TestLeft provides. Those examples work with the Web Orders application on our web site and demonstrate how to create a test that checks whether the application adds new orders correctly.
Demonstrates how to create an advanced automated test. To locate the needed objects in the tested application, the example uses the Find
method.
Demonstrates how to create a more advanced automated test. To locate the needed objects in the tested application, the example defines then
application model.
BDD Samples
The following examples show how to create behavior-driven development (BDD) tests by using TestLeft and various BDD frameworks.
SpecFlow
The test verifies that the Undo command called by using hot keys works in the Notepad application correctly.
The test works with the Web Orders application on our website and verifies that adding an order works correctly.
Cucumber
The test verifies that the Undo command called by using hot keys works in the Notepad application correctly.
The test works with the Web Orders application on our website and verifies that adding an order works correctly.
JBehave
The test verifies that the Undo command called by using hot keys works in the Notepad application correctly.
BDD Tutorials
These tutorials explain how to create BDD tests with TestLeft and popular BDD frameworks:
See Also
Tutorials
Introducing TestLeft