-
Notifications
You must be signed in to change notification settings - Fork 1
Home
theqaangel edited this page Sep 27, 2014
·
8 revisions
The idea behind this framework is:

There are 4 layers:
-
Testing Framework - in this case Telerik Testing Framework.
-
Test Controls - defines all the controls you can interact with
-
Test Views - defines test controls from application under test and specific actions. The key element from the entire framework. Based on this concept your tests will become easy for maintenance.
-
Test Cases - Combine Test View actions and assertions to implement test scenarios