-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbook.html
105 lines (105 loc) · 5.16 KB
/
book.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.18">
<title>The TestNG TextBook: Next Generation Java Testing</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<link rel="stylesheet" href="./asciidoctor.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">
</head>
<body class="article toc2 toc-left">
<div id="header">
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
<li><a href="#_the_testng_textbook_next_generation_java_testing">The TestNG TextBook: Next Generation Java Testing</a>
<ul class="sectlevel2">
<li><a href="#_book_description">Book Description</a></li>
<li><a href="#_about_the_author">About the Author</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="content">
<div class="sect1">
<h2 id="_the_testng_textbook_next_generation_java_testing">The TestNG TextBook: Next Generation Java Testing</h2>
<div class="sectionbody">
<div class="imageblock">
<div class="content">
<img src="pics/book-cover.jpg" alt="book cover">
</div>
</div>
<div class="paragraph">
<p>Our book is now available from <a href="https://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">Amazon</a> and various other retail stores (check out the <a href="book-toc.html">table of contents</a>).</p>
</div>
<div class="sect2">
<h3 id="_book_description">Book Description</h3>
<div class="paragraph">
<p>Enterprise Java developers must achieve broader, deeper test coverage, going beyond unit testing to implement functional and integration testing with systematic acceptance. <strong>Next Generation Java Testing</strong> introduces breakthrough Java testing techniques and TestNG, a powerful open source Java testing platform.</p>
</div>
<div class="paragraph">
<p><strong>Cédric Beust</strong>, TestNG’s creator, and leading Java developer <strong>Hani Suleiman</strong>, 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>
</div>
<div class="paragraph">
<p>Pragmatic and results-focused, <strong>Next Generation Java Testing</strong> will help Java developers build more robust! code for today’s mission-critical environments.</p>
</div>
<div class="paragraph">
<p>This book</p>
</div>
<div class="ulist">
<ul>
<li>
<p>Illuminates the tradeoffs associated with testing, so you can make better decisions about what and how to test</p>
</li>
<li>
<p>Introduces TestNG, explains its goals and features, and shows how to apply them in real-world environments</p>
</li>
<li>
<p>Shows how to integrate TestNG with your existing code, development frameworks, and software libraries</p>
</li>
<li>
<p>Demonstrates how to test crucial code features, such as encapsulation, state sharing, scopes, and thread safety</p>
</li>
<li>
<p>Shows how to test application elements, including JavaEE APIs, databases, Web pages, and XML files</p>
</li>
<li>
<p>Presents advanced techniques: testing partial failures, factories, dependent testing, remote invocation, cluster-based test farms, and more</p>
</li>
<li>
<p>Walks through installing and using TestNG plug-ins for Eclipse, and IDEA</p>
</li>
<li>
<p>Contains extensive code examples</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>Whether you use TestNG, JUnit, or another testing framework, the ! testing design patterns presented in this book will show you how to im prove your tests by giving you concrete advice on how to make your code and your design more testable.</p>
</div>
</div>
<div class="sect2">
<h3 id="_about_the_author">About the Author</h3>
<div class="paragraph">
<p><strong>Cédric Beust</strong>, 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>
</div>
<div class="paragraph">
<p><strong>Hani Suleiman</strong> 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>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-02-27 18:51:48 UTC
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js"></script>
</body>
</html>