Test-Driven Development in Microsoft .NET (Microsoft Professional)

In this last chapter, we will start the implementation of a Web client. In its final form, the Web client will allow users to search for recording information stored in the database, modify the various attributes of a recording, and delete questionable reviews.

This chapter shows the implementation of the Search page, which demonstrates many of the issues you might encounter when developing a Web client using Test-Driven Development.

Testing User Interfaces

Testing user interface code challenges you in a number of ways differently than testing situations we have described previously.

By the end of this chapter, you should have a good understanding of the issues associated with writing programmer tests for Web-based user interfaces and how some of these issues are mitigated using the testing strategies presented here.

Категории