PreviousNext

Cross-Browser, Coded UI Testing with Visual Studio 2013

by bill-s, 2013-12-14T08:16:46.000Z

Web-based solutions have become popular in the past few years because they provide easy access to users all around the world. Users also like them because of their convenience. Users don’t need to install a separate application; with browsers alone they can connect to their accounts from any device connected to the Internet. However, for both software developers and testers, the fact that a user can choose any Web browser presents a problem—you must test a solution against multiple browsers. In this article, I’ll demonstrate how this problem might be resolved in a simple way by creating coded UI test cases that will execute against any modern browser, using only C#.

Read More