Skip to content
theqaangel edited this page Sep 27, 2014 · 8 revisions

The idea behind this framework is:

There are 4 layers:

  1. Testing Framework - in this case Telerik Testing Framework.

  2. Test Controls - defines all the controls you can interact with

  3. 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.

  4. Test Cases - Combine Test View actions and assertions to implement test scenarios

Clone this wiki locally