Hand Coding Coded UI Test with UITestControl
We already discussed hand coding Coded UI Test using WinControls in previous posts, in this post, we will discuss about hand coding CUIT with UITestControls. We already discussed about UITestControl,...
View ArticleCreating custom reusable methods for different controls in Coded UI Testing
In this post we are going to start creating Custom reusable methods for some of the controls like HtmlEdit HtmlTextArea HtmlInputButton HtmlButton The custom reusable methods are going to perform just...
View ArticleAssertions in Coded UI Testing
In this post we will start our discussion about one of the most commonly used feature in coded UI testing as well as any testing for that matters, which is Assertions. According to Wikipedia, the...
View ArticleWait For Control in Coded UI Testing
Wait is one of the most important operation in any automation testing tool, since we must/may need to wait for a control to fully appear in screen before performing further operations. Thread.Sleep can...
View Article