Testing Web Stuff
Testing web servers and pages directly is difficult
You're testing program output only
- You can't separate form and functionality
- You can't test individual functions via the web interface
The HTML layout can change at any time
- Tests must be flexible enough to deal with this
- Simple "this is that" tests are too fragile
Fortunately, there are modules
Prev | toc | Next