1*83a54b2fSSadaf Ebrahimi<html> 2*83a54b2fSSadaf Ebrahimi <head> 3*83a54b2fSSadaf Ebrahimi <title>Next Generation Java Testing</title> 4*83a54b2fSSadaf Ebrahimi 5*83a54b2fSSadaf Ebrahimi <link rel="stylesheet" href="testng.css" type="text/css" /> 6*83a54b2fSSadaf Ebrahimi <link type="text/css" rel="stylesheet" href="http://beust.com/beust.css" /> 7*83a54b2fSSadaf Ebrahimi <script type="text/javascript" src="http://beust.com/prettify.js"></script> 8*83a54b2fSSadaf Ebrahimi <script type="text/javascript" src="http://testng.org/doc/banner.js"></script> 9*83a54b2fSSadaf Ebrahimi </head> 10*83a54b2fSSadaf Ebrahimi 11*83a54b2fSSadaf Ebrahimi<body onload="prettyPrint()"> 12*83a54b2fSSadaf Ebrahimi 13*83a54b2fSSadaf Ebrahimi<script type="text/javascript"> 14*83a54b2fSSadaf Ebrahimi displayMenu("book.html"); 15*83a54b2fSSadaf Ebrahimi</script> 16*83a54b2fSSadaf Ebrahimi 17*83a54b2fSSadaf Ebrahimi 18*83a54b2fSSadaf Ebrahimi<p align="center"> 19*83a54b2fSSadaf Ebrahimi<a href="http://www.amazon.com/Next-Generation-Java-Testing-Advanced/dp/0321503104/ref=pd_bbs_sr_1/104-7105897-1187923?ie=UTF8&s=books&qid=1193417110&sr=8-1"> 20*83a54b2fSSadaf Ebrahimi<img border="0" src="http://beust.com/pics/book-cover.jpg" /> 21*83a54b2fSSadaf Ebrahimi</a> 22*83a54b2fSSadaf Ebrahimi</p> 23*83a54b2fSSadaf Ebrahimi 24*83a54b2fSSadaf EbrahimiOur book is now <a href="http://www.amazon.com/Next-Generation-Java-Testing-Advanced/dp/0321503104/ref=pd_bbs_sr_1/104-7105897-1187923?ie=UTF8&s=books&qid=1193417110&sr=8-1">available from Amazon</a> and various other retail stores (check out <a href="book-toc.html">the table of contents</a>). 25*83a54b2fSSadaf Ebrahimi 26*83a54b2fSSadaf Ebrahimi<P> 27*83a54b2fSSadaf Ebrahimi 28*83a54b2fSSadaf Ebrahimi<b>Book Description</b><br> 29*83a54b2fSSadaf Ebrahimi <p>Enterprise Java developers must achieve broader, deeper test coverage, going beyond unit testing to implement functional and integration testing with systematic acceptance. <b><i>Next Generation Java Testing</i></b> introduces breakthrough Java testing techniques and TestNG, a powerful open source Java testing platform.</p><p>C�dric Beust, TestNG's creator, and leading Java developer Hani Suleiman, present powerful, flexible testing patterns that will work with virtually any testing tool, framework, or language. They show how to leverage key Java platform improvements designed to facilitate effective testing, such as dependency injection and mock objects. They also thoroughly introduce TestNG, demonstrating how it overcomes the limitations of older frameworks and enables new techniques, making it far easier to test today's complex software systems.</p><p>Pragmatic and results-focused, <b><i>Next Generation Java Testing</i></b> will help Java developers build more robust! 30*83a54b2fSSadaf Ebrahimi code for today's mission-critical environments.</p><p>This book</p><ul><li>Illuminates the tradeoffs associated with testing, so you can make better decisions about what and how to test</li><li>Introduces TestNG, explains its goals and features, and shows how to apply them in real-world environments</li><li>Shows how to integrate TestNG with your existing code, development frameworks, and software libraries </li><li>Demonstrates how to test crucial code features, such as encapsulation, state sharing, scopes, and thread safety</li><li>Shows how to test application elements, including JavaEE APIs, databases, Web pages, and XML files </li><li>Presents advanced techniques: testing partial failures, factories, dependent testing, remote invocation, cluster-based test farms, and more</li><li>Walks through installing and using TestNG plug-ins for Eclipse, and IDEA</li><li>Contains extensive code examples</li></ul><p>Whether you use TestNG, JUnit, or another testing framework, the ! 31*83a54b2fSSadaf Ebrahimi testing design patterns presented in this book will show you how to im 32*83a54b2fSSadaf Ebrahimiprove your tests by giving you concrete advice on how to make your code and your design more testable.</p> 33*83a54b2fSSadaf Ebrahimi 34*83a54b2fSSadaf Ebrahimi 35*83a54b2fSSadaf Ebrahimi<br><br> 36*83a54b2fSSadaf Ebrahimi <b>About the Author</b><br> 37*83a54b2fSSadaf Ebrahimi <p><b>C�dric Beust,</b> a senior software engineer at Google, is an active member of the Java Community Process who has been extensively involved in the development of the latest Java release. He is the creator and main contributor to the TestNG project.</p><p><b>Hani Suleiman</b> is CTO of Formicary, a consulting and portal company specializing in financial applications. He is one of two individual members who has been elected to the Executive Committee of the Java Community Process.</p> 38*83a54b2fSSadaf Ebrahimi 39*83a54b2fSSadaf Ebrahimi 40*83a54b2fSSadaf Ebrahimi 41*83a54b2fSSadaf Ebrahimi<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> 42*83a54b2fSSadaf Ebrahimi</script> 43*83a54b2fSSadaf Ebrahimi<script type="text/javascript"> 44*83a54b2fSSadaf Ebrahimi_uacct = "UA-238215-2"; 45*83a54b2fSSadaf EbrahimiurchinTracker(); 46*83a54b2fSSadaf Ebrahimi</script> 47*83a54b2fSSadaf Ebrahimi 48*83a54b2fSSadaf Ebrahimi 49*83a54b2fSSadaf Ebrahimi</body> 50*83a54b2fSSadaf Ebrahimi 51*83a54b2fSSadaf Ebrahimi</html> 52*83a54b2fSSadaf Ebrahimi