UI testing is a simple and convenient test method, test the user interface of the functional module layout is reasonable, the overall style is consistent and the placement of each control is consistent with customer usage habits, more important is to comply with the operation is convenient, easy to understand navigation, the interface is correct, the name is unified, the page is beautiful, text, picture combination is perfect, etc.
Automated UI testing in VS2013 can help you easily test your application's interface.
Let's take a brief look at the basic steps of UI testing in VS2013:
First, open the VS2013 and click New Project, File--.
Then select the template->visual c#-> test-coded UI test project. A coded UI Test builder appears on the desktop. Click Generate code vs will automatically generate the appropriate test code for you. All tests can be done by clicking on the test------run.
Software Test--vs2013ui Test Brief introduction