This post discusses about creating a test case for windows application in both Microsoft Test Manager and using a Code UI Test in Visual Studio 2010. It also discuss about editing a Code UI test by adding assertions into the UI map using UI controller. 1. Before creating test case we will create small windows application notepad.
Add few controls to your windows form like menu bar, toolbar , text box , save dialog and status bar
Add few lines of code in save button click which saves your c...
No comments yet, be the first one to post comment.