Topic: automated testing
Topic: test scripts
Topic: test hardware
Topic: telephone system
Group: testing
| |
Reference
Martin, R.C.,
"The test bus imperative: architectures that support automated acceptance testing",
IEEE Software, July/August 2005, pp. 65-67.
Google
Quotations
65 ;;Quote: automatic testing of software through its UI is slow, opaque, and dangerous; even tiny changes can cause may tests to fail or become inoperable
| 65 ;;Quote: over a century ago, telephone companies added a test bus to its phone switches; the built-in test access allowed automatic, nightly testing of every phone line; problems found and fixed before subscribers noticed
| 65 ;;Quote: a software test bus is an API for unit and acceptance tests, using the same APIs as the user interface
| 65+;;Quote: a unit test specifies module behavior while an acceptance test specifies feature behavior
| 66 ;;Quote: use small, canned, in-memory databases for testing; create database just before test execution; faster, known content, repeatable, self-contained
|
Related Topics
Topic: automated testing (25 items)
Topic: test scripts (13 items)
Topic: test hardware (5 items)
Topic: telephone system (6 items)
Group: testing (18 topics, 557 quotes)
|