| Author |
Agile Testing: which testing phase?
|
Paul Wallace
Ranch Hand
Joined: Oct 09, 2006
Posts: 40
|
|
Hi,
Is this book aimed at unit, integration or QA type testing?
I'm particularly interested to know if this book will tell me how to implement automated testing?
Specifically does the book tackle how you would test a typical MVC style web application?
Regards
Paul
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
Paul Wallace wrote:
Is this book aimed at unit, integration or QA type testing?
According to the table of contents, it makes the distinction between business-facing and technology-facing tests. It also seems to be targeted at testers (as a role), so I'd guess that it's not about programmer (unit) tests.
I'm particularly interested to know if this book will tell me how to implement automated testing?
Part IV seems to be solely about automation.
See http://www.informit.com/store/product.aspx?isbn=0321534468
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
Lisa Crispin
Ranch Hand
Joined: Feb 03, 2009
Posts: 43
|
|
Paul Wallace wrote:Hi,
Is this book aimed at unit, integration or QA type testing?
I'm particularly interested to know if this book will tell me how to implement automated testing?
Specifically does the book tackle how you would test a typical MVC style web application?
Regards
Paul
While we discuss technology-facing tests that support the team such as unit and component testing, our focus is on business-facing tests that support the team, helping to guide development, and critique the product. We also address technology-facing tests that critique the product such as load and 'ility' testing. We have a section on automation that describes common barriers to automation, and how to overcome those with a good automation strategy. We explain good ways to evaluate and select tools, and give some examples of some tools, but the tool world is changing way too fast to put specifics in a book like this, so we have a bibliography with references to other resources to learn more about that.
We give a lot of examples related to testing a MVC style web app because that's mostly what I work on myself. But this is not a "how to test" book so much as "how to get testing done successfully in an agile project and deliver good business value for the customers". There's a lot of emphasis on how to communicate and collaborate, and take a whole-team approach to testing.
-- Lisa
|
Co-author, with Janet Gregory: Agile Testing: A Practical Guide for Testers and Agile Teams (Addison-Wesley, 2009) http://lisacrispin.com
|
 |
 |
|
|
subject: Agile Testing: which testing phase?
|
|
|