Hand Coding Web Application using Coded UI Test
In the last post, we discussed record and playback of web application using Coded UI Test, in this part we will try to hand code the application as did in Hand coding of windows application. In this...
View ArticleExploring features of Browser in CUIT
In this post, we will discuss working with different advanced features of browserwindow class in Coded UI Testing.Using BrowserWindow class of Coded UI testing we can perform some of the most common...
View ArticleCross Browser Testing with Coded UI
In this post we will discuss working with different browser in Coded UI Testing such as Chrome, firefox and IE using the same code which we worked in previous post. Cross-browser testing libraries does...
View ArticleExecuting Javascript on Browser with Coded UI
In this post we will discuss one of the most useful and important feature of Coded UI testing, which is executing Javascript (or any script for that matter) on a browser using Coded UI. There are...
View Article