InterviewSolution
Saved Bookmarks
| 1. |
What is Acceptance Testing in Agile? |
|
Answer» An acceptance test is a test conducted to evaluate whether or not the requirements of a software specification have been met. Testing involves comparing new features, functionality, or systems against predefined acceptance criteria. Acceptance testing is an integral part of agile development and is not merely an afterthought. The intent, however, remains the same: ensuring that software meets customer and end-user expectations. |
|