Any good book about Software Test Engineering specifically targeted to programmers? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T04:02:34Z http://stackoverflow.com/feeds/question/110567 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/110567/any-good-book-about-software-test-engineering-specifically-targeted-to-programmer 4 Any good book about Software Test Engineering specifically targeted to programmers? Sergio Acosta 2008-09-21T08:48:45Z 2009-11-08T08:34:42Z <p>There are a lot of questions related to Unit Testing on stack overflow, but I'm at the moment interested in understanding more about the testing role on a software development project. </p> <p>So just to make it clear: <strong>I'm not looking for books on Unit Testing</strong>.</p> <p>I believe that to be competent software developers we should know a bit about the related disciplines to programming, like Architecture, Configuration Management, User Experience Design, and Testing, to name a few.</p> <p>I suppose that many of us think that if we understand programming, we already understand most of what a tester does, and think that we could do it ourselves without much problem, but I wonder how many developers really try to learn about the Software Test Engineering discipline and practices from books and other formal resources.</p> <p>So, my question:</p> <p>Is there any good introductory book about Software Testing? Ideally, is there one that is written specifically for programmers that want to understand what a Software Test Engineer does and what techniques, processes, theory, tools and skills are needed?</p> http://stackoverflow.com/questions/110567/any-good-book-about-software-test-engineering-specifically-targeted-to-programmer/110579#110579 1 Answer by Umber Ferrule for Any good book about Software Test Engineering specifically targeted to programmers? Umber Ferrule 2008-09-21T09:01:12Z 2008-09-21T09:01:12Z <p>We were forced to read Ian Sommerville's <a href="http://rads.stackoverflow.com/amzn/click/0321313798" rel="nofollow">Software Engineering</a>. It contains a lot of information, but it's the most dry book I've ever read. Excellent for insomnia.</p> http://stackoverflow.com/questions/110567/any-good-book-about-software-test-engineering-specifically-targeted-to-programmer/111435#111435 2 Answer by Dean for Any good book about Software Test Engineering specifically targeted to programmers? Dean 2008-09-21T17:13:28Z 2008-09-21T17:13:28Z <p>I would recommend</p> <p>Pragmatic Software Testing - which provides a easy to read guide as to how a test professional should be thinking.</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0470127902" rel="nofollow">Pragmatic Software testing</a></p> <p>If it is an agile project methodology then the following might be of interest also</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0321113551" rel="nofollow">Testing Extreme Programming</a></p> http://stackoverflow.com/questions/110567/any-good-book-about-software-test-engineering-specifically-targeted-to-programmer/111847#111847 4 Answer by dungema for Any good book about Software Test Engineering specifically targeted to programmers? dungema 2008-09-21T19:36:48Z 2008-09-21T19:36:48Z <p>If you want to learn software from the tester perspective, I can recommend this book:</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0201796198" rel="nofollow">How to break software</a> by James A. Whittaker</p> <p><img src="http://vig-fp.prenhall.com/coverimage/0201796198.jpg" alt="picture book" /></p> http://stackoverflow.com/questions/110567/any-good-book-about-software-test-engineering-specifically-targeted-to-programmer/112387#112387 1 Answer by Alan for Any good book about Software Test Engineering specifically targeted to programmers? Alan 2008-09-21T22:37:01Z 2008-09-21T22:43:37Z <p>I have recommended <a href="http://rads.stackoverflow.com/amzn/click/1584503467" rel="nofollow" title="Software Testing Techniques: Finding the Defects that Matter">this book</a> in the past when asked similar questions. </p> <p>In the off chance you can wait another 6 weeks or so to get the answer, <a href="http://rads.stackoverflow.com/amzn/click/0735624259" rel="nofollow" title="How we Test Software at Microsoft">this book</a> will likely be a good alternative.</p> http://stackoverflow.com/questions/110567/any-good-book-about-software-test-engineering-specifically-targeted-to-programmer/112732#112732 2 Answer by adrianh for Any good book about Software Test Engineering specifically targeted to programmers? adrianh 2008-09-22T01:05:48Z 2008-09-22T01:05:48Z <p>I'd take a look at <a href="http://rads.stackoverflow.com/amzn/click/0471081124" rel="nofollow">Lessons Learned in Software Testing</a>. It's not aimed at developers - but I think it's one of the better books for getting a general overview of what good testers do.</p> <p>As the title suggests it's divided up into nearly 300 separate "lessons" - brief overviews of everything from testing techniques to planning a career in software testing.</p> <p>The only two minor criticisms I could throw at it would be:</p> <ul> <li>since it covers a lot of ground - it can't go into too much detail</li> <li>it mostly predates the changing roles of testers within agile teams</li> </ul> <p>but it's definitely worth a read. It's an excellent book on getting into the mindset of career testers.</p> http://stackoverflow.com/questions/110567/any-good-book-about-software-test-engineering-specifically-targeted-to-programmer/246519#246519 1 Answer by dhruvsood for Any good book about Software Test Engineering specifically targeted to programmers? dhruvsood 2008-10-29T11:56:22Z 2008-10-29T11:56:22Z <blockquote> <p>Is there any good introductory book about Software Testing? Ideally, is there one that is written specifically for programmers that want to understand what a Software Test Engineer does and what techniques, processes, theory, tools and skills are needed?</p> </blockquote> <p><a href="http://rads.stackoverflow.com/amzn/click/0471043281" rel="nofollow">http://www.amazon.com/Art-Software-Testing-Glenford-Myers/dp/0471043281</a></p> <p>The Art of Software Testing - Glenford J Myers is an excellent introductory book for understanding Software Testing from a programmers perspective.</p> http://stackoverflow.com/questions/110567/any-good-book-about-software-test-engineering-specifically-targeted-to-programmer/1695784#1695784 1 Answer by Steven Bose for Any good book about Software Test Engineering specifically targeted to programmers? Steven Bose 2009-11-08T08:34:42Z 2009-11-08T08:34:42Z <p>"Software Engineering": A Practitioner's Approach </p> <p>By Roger S. Pressman.</p> <p>It is a really helpful book on Testing and any other topic related to software design and development. </p>