Questions tagged [cuite]

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 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):

2 questions
0
votes
1 answer

Coded UI test playback. Wrong control is being selected and used

I am trying to design a simple Coded UI tests that access the two following functions. Currently they are written with the CUITe framework but I see the same issue when using Coded UI code. I have a test case which first calls GLJEEnterDescription,…
Dewayne Pinion
  • 41
  • 2
  • 10
0
votes
1 answer

CUITe test execution fails under VS2015

Using CUITe testing framework in VS2012, I created a coded UI test. This test works as expected when right clicking the test, and hitting "run test" in VS2012. We are in the process of migrating to VS2015, so I'm trying to go through our solutions…