A daily dose of software engineering wisdom - inspiring, thought provoking, and sometimes just plain dangerous.

Tags: testing

To test you need to be able to:

- Control the system under test: Ideally via an API that allows control of the system (a test interface), or via a gui testing tool. API is much better.
- Inspect the results: Again an API is most helpfull but also good logs and consistent error reporting help.



Last published: Monday 23rd November 2009

<<Previous     Next>>

carriagereturn.org home