Приглашаем посетить
Культура (cult-news.ru)

Section 8.1.  Hacks 7985: Introduction

Previous
Table of Contents
Next

8.1. Hacks 7985: Introduction

Application testingand squeezing that testing into what are almost always strenuous development cycleshas been a hot topic in recent years. This chapter starts with unit tests, which test an application's individual functions and classes. Then we'll move on and cover automatic generation of unit tests, as well as the testing of an application through alternate means. You'll code up robots that make HTTP requests to a server and tests that use Internet Explorer automation for checking a web interface for problems.


Previous
Table of Contents
Next