Friday, June 17, 2011

Visual Studio CUIT (Coded UI Testing) article series from DevCurry

DevCurry - Coded UI Tests (CUIT) In Visual Studio 2010

"Coded UI Tests (CUIT) is a brand new feature added in Visual Studio 2010 Ultimate or Premium version which allows you to test a a User Interface using automated tests. CUIT allows functional testing for UI and the code gets created with the help of high level languages like C# or VB.NET.

DotNetCurry.com author Gouri Sohoni has written some good articles about CUIT. Here are the links to them if you are interested to learn more about this new feature

SNAGHTMLdde9c76

..."

At my day job, we're starting to investigate real world usage of CUIT (i.e. using it with apps that are in QA to help us regression test, etc.) so I want to capture this for reference and such...

 

Related Past Post XRef:
Adding Coded UI Test support to Third Party WinForm Controls Series
22 Visual Studio 2010 Testing, ALM, Coded UI, Test Elements, Lab Management and more videos
Diagnostic Data Adapters, Coded UI & Test Type Extensibility – Some of the things you’ll find on the VS2010 Test SDK Page

A Feed You Should Read #30 - Shai Raiten

1 comment:

Unknown said...

I've written about 'hand coded' CUITs on my blog.

Some topics:

-- http://burdettelamar.wordpress.com/2014/03/21/keep-your-page-objects-dry/
-- http://burdettelamar.wordpress.com/2014/04/06/clean-and-dry-verifiers/
-- http://burdettelamar.wordpress.com/2014/03/21/getters-and-setters/