Powered By Blogger

Search Here!

Tuesday, April 24, 2012

Coded UI Test : BOON To Selenium for Handling Hectic Scenarios

Using Visual Studio Premium or Visual Studio Ultimate, you can create a coded UI test that can test that the user interface for an application functions correctly. The coded UI test performs actions on the user interface controls for an application and verifies that the correct controls are displayed with the correct values. For more information about which platforms and configurations are supported by coded UI tests, see Supported Configurations and Platforms for Coded UI Tests and Action Recordings.


In major scenarios Selenium not able to perform actions like File Upload, Multiple iFrame Handling having same ID's for the elements, pop up handling even more. There is a mechanism where you can record the action in steps and the same Coded UI class methods integrate in to C# library.


For more information please see http://channel9.msdn.com/Blogs/kmcgrath/Introduction-to-Creating-Coded-UI-Tests-with-Visual-Studio-2010

No comments:

Post a Comment