CUITe (Coded UI Test enhanced) Framework

http://cuite.codeplex.com/downloads/get/340643

CUITe (Coded UI Test enhanced) Framework is a thin layer developed on top of Microsoft Visual Studio Team Test's Coded UI Test engine which helps reduce code, increases readability and maintainability, while also providing a bunch of cool features for the automation engineer.

Feature List

  • Simple to setup and use, just install and refer “CUITe.dll” in your Test project
  • Object Repository: Keeps UI Object definitions separate from automation code (no more UIMaps)
  • Reduces code to <10%: Readable, maintainable, sustainable UI automation code
  • Treat table as Table (logical way of handling content inside a table)
  • Web Automation: JavaScript execution support
  • Supports Silverlight and whatever (Html & Silverlight at this point) Coded UI Test supports underneath
  • Support for Telerik controls (being added)
  • Data Manager - simple but powerful XML based data manager
  • Good documentation, user community support
原文地址:https://www.cnblogs.com/vivianlou/p/3962158.html