May 2013
Beginner to intermediate
404 pages
9h 23m
English
CHAPTER 19
![]()
Agile Testing
Agile projects are challenging. With a common mindset in which we embrace change and want to work incrementally and iteratively, we have good conditions to deliver what our customers ask for on time.
To get testing to work in an agile environment, we need to rethink the testing approach we use. Working with incremental development typically means we need to do lots of regression testing to make sure the features we have developed and tested still continue to work as the product evolves. Iterative development with short cycles often means we must have an efficient test process or else we will spend a lot of time in the ...