acceptance test
- Text
- Acceptance tests are often an integration test that covers multiple architectural boundaries, and covers a system requirement: \"can register a user\" might involve a web page for presentation, a serverside controller for handling data from the web page, and a database for storing the data, along with anything else involved; it covers performance, UX, and UI acceptance too.