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 features for the automation engineer.
questions should be tagged cuite when related to CUITe unit tests.
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
Current Repository:
Links (No longer active on codeplex, though still some relevant information):