Glossary

This glossary contains the author's definitions of the terms used throughout this book.

acceptance test

Also known as

User Acceptance Test (UAT)

A customer test that the customer of the software plans to run to help the customer decide whether he or she will accept the software system. Acceptance tests are usually run manually after all automated customer tests have passed. They exercise all layers of the system—from the user interface back to the database—and should include any integration with other systems on which the application depends.

accessor

A method that provides access to an instance variable of an object either by returning its value or by providing a way to set its value.

ACID

The four qualities of transactions that modern ...

Get xUnit Test Patterns: Refactoring Test Code now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.