blob: 443424354cf05c341e7a997d2fe2aa0c77102133 [file] [log] [blame]
<html>
<head>
<title>TestNG</title>
<link rel="stylesheet" href="testng.css" type="text/css" />
<link type="text/css" rel="stylesheet" href="http://beust.com/beust.css" />
<script type="text/javascript" src="banner.js"></script>
<script type="text/javascript" src="http://beust.com/scripts/shCore.js"></script>
<script type="text/javascript" src="http://beust.com/scripts/shBrushJava.js"></script>
<script type="text/javascript" src="http://beust.com/scripts/shBrushXml.js"></script>
<script type="text/javascript" src="http://beust.com/scripts/shBrushBash.js"></script>
<script type="text/javascript" src="http://beust.com/scripts/shBrushPlain.js"></script>
<link type="text/css" rel="stylesheet" href="http://beust.com/styles/shCore.css"/>
<link type="text/css" rel="stylesheet" href="http://beust.com/styles/shThemeCedric.css"/>
<script type="text/javascript">
SyntaxHighlighter.config.clipboardSwf = 'scripts/clipboard.swf';
SyntaxHighlighter.defaults['gutter'] = false;
SyntaxHighlighter.all();
</script>
<style type="text/css">
/* Set the command-line table option column width. */
#command-line colgroup.option {
width: 7em;
}
</style>
</head>
<body onLoad="prettyPrint()">
<script type="text/javascript">
displayMenu("documentation-main.html")
</script>
<h2 align="center">TestNG</h2>
<!-- --------------------------
<table class="float-right">
<tr>
<td>
<script type="text/javascript"><!--
google_ad_client = "pub-1467757024002850";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_channel ="5560744946";
//-->
<!--
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>
------------------------------- -->
<!-------------------------------------
TOC
------------------------------------>
<h3>Table of Contents</h3>
&nbsp;&nbsp;<a class="summary" href="#introduction">1 - Introduction</a>
<br>
&nbsp;&nbsp;<a class="summary" href="#annotations">2 - Annotations</a>
<br>
&nbsp;&nbsp;<a class="summary" href="#testng-xml">3 - testng.xml</a>
<br>
&nbsp;&nbsp;<a class="summary" href="#running-testng">4 - Running TestNG</a>
<br>
&nbsp;&nbsp;<a class="summary" href="#methods">5 - User's manual</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#test-groups">5.1 - Test groups</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#groups-of-groups">5.2 - Groups of groups</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#exclusions">5.3 - Exclusion groups</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#partial-groups">5.4 - Partial groups</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#parameters">5.5 - Parameters</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#parameters-testng-xml">5.5.1 - From testng.xml</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#parameters-dataproviders">5.5.2 - From DataProviders</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#parameters-reports">5.5.3 - Parameters in the reports</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#dependent-methods">5.6 - Dependent methods</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#factories">5.7 - Factories</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#class-level">5.8 - Class level Annotations</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#parallel-running">5.9 - Parallelism and time-outs</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#parallel-running">5.9.1 - Parallel suites</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#parallel-running">5.9.2 - Parallel tests, classes and methods</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#rerunning">5.10 - Rerunning failed tests</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#junit">5.11 - JUnit tests</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#running-testng-programmatically">5.13 - Running TestNG programmatically</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#beanshell">5.14 - BeanShell and advanced group selection</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#annotationtransformers">5.15 - Annotation transformers</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#methodinterceptors">5.16 - Method Interceptors</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#testng-listeners">5.18 - TestNG Listeners</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#listeners-testng-xml">5.18.1 - Specifying listeners with testng.xml or Java</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#listeners-service-loader">5.18.2 - Specifying listeners with ServiceLoader</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#dependency-injection">5.19 - Dependency injection</a></br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#native-dependency-injection">5.19.1 - Native dependency injection</a></br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#native-dependency-injection">5.19.2 - Guice dependency injection</a></br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#invokedmethodlistener">5.20 - Invoked method listeners</a></br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#preserve-order">5.21 - Specifying the ordering of classes</a></br>
&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#ihookable">5.22 - Overriding test methods</a></br>
&nbsp; <a class="summary" href="#test-results">6 - Test results</a>
<br>
&nbsp;&nbsp;&nbsp; <a class="summary" href="#success-failure">6.1 - Success, failure and assert</a>
<br>
&nbsp;&nbsp;&nbsp; <a class="summary" href="#logging">6.2 - Logging and results</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#logging-listeners">6.2.1 - Logging Listeners</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#logging-reporters">6.2.2 - Logging Reporters</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#logging-junitreports">6.2.3 - JUnitReports</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#logging-reporter-api">6.2.4 - Reporter API</a>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="summary" href="#logging-xml-reports">6.2.5 - XML Reports</a>
<br>
&nbsp; <a class="summary" href="#yaml">7 - YAML</a>
<br>
</pre>
<!-------------------------------------
INTRODUCTION
------------------------------------>
<h3><a name="introduction">1 - Introduction</a></h3>TestNG is a testing framework designed to simply a broad range of testing needs, from unit testing (testing a class in isolation of the others) to integration testing (testing entire systems made of several classes, several packages and even several external frameworks, such as application servers).
<p>
Writing a test is typically a three-step process:
<ul>
<li>Write the business logic of your test and insert <a href="#annotations">TestNG annotations</a> in your code.
</li>
<li>Add the information about your test (e.g. the class name, the groups you wish to run, etc...) in a <tt><a href="#testng-xml">testng.xml</a></tt> file or in build.xml.
</li>
<li><a href="ant.html">Run TestNG</a>.
</li>
</ul>
You can find a quick example on the <a href="index.html">Welcome page</a>.
<p>
The concepts used in this documentation are as follows:
<ul>
<li>
A suite is represented by one XML file. It can contain one or more tests and is defined by the <tt>&lt;suite&gt;</tt> tag.
</li>
<li>
A test is represented by <tt>&lt;test&gt;</tt> and can contain one or more TestNG classes.
</li>
<li>
A TestNG class is a Java class that contains at least one TestNG annotation. It is represented by the <tt>&lt;class&gt;</tt> tag and can contain one or more test methods.
</li>
<li>
A test method is a Java method annotated by <tt>@Test</tt> in your source.
</li></ul>A TestNG test can be configured by <tt>@BeforeXXX and @AfterXXX </tt>annotations which allows to perform some Java logic before and after a certain point, these points being either of the items listed above.<p>
The rest of this manual will explain the following:
<p>
<ul>
<li>A list of all the annotations with a brief explanation. This will give you an idea of the various functionalities offered by TestNG but you will probably want to consult the section dedicated to each of these annotations to learn the details.
</li>
<li>A description of the testng.xml file, its syntax and what you can specify in it.
</li>
<li>A detailed list of the various features and how to use them with a combination of annotations and testng.xml.
</li>
</ul>
<!-------------------------------------
ANNOTATIONS
------------------------------------>
<h3><a name="annotations">2 - Annotations</a></h3>Here is a quick overview of the annotations available in TestNG along with their attributes.
<p>
<table>
<tr>
<td colspan="2"><b><tt>@BeforeSuite<br>@AfterSuite<br>@BeforeTest<br>@AfterTest<br>@BeforeGroups<br>@AfterGroups<br>@BeforeClass<br>@AfterClass<br>@BeforeMethod<br>@AfterMethod</tt></b></td><td><b>Configuration information for a TestNG class:</b>
<br>
<br><b>@BeforeSuite: </b>The annotated method will be run before all tests in this suite have run.
<br><b>@AfterSuite: </b> The annotated method will be run after all tests in this suite have run.
<br><b>@BeforeTest</b>: The annotated method will be run before any test method belonging to the classes inside the &lt;test&gt; tag is run.
<br><b>@AfterTest</b>: The annotated method will be run after all the test methods belonging to the classes inside the &lt;test&gt; tag have run.
<br><b>@BeforeGroups</b>: The list of groups that this configuration method will run before. This method is guaranteed to run shortly before the first test method that belongs to any of these groups is invoked.
<br><b>@AfterGroups</b>: The list of groups that this configuration method will run after. This method is guaranteed to run shortly after the last test method that belongs to any of these groups is invoked.
<br><b>@BeforeClass</b>: The annotated method will be run before the first test method in the current class is invoked.
<br><b>@AfterClass</b>: The annotated method will be run after all the test methods in the current class have been run.
<br><b>@BeforeMethod</b>: The annotated method will be run before each test method.
<br><b>@AfterMethod</b>: The annotated method will be run after each test method.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>alwaysRun</tt>
</td>
<td>
For before methods (beforeSuite, beforeTest, beforeTestClass and
beforeTestMethod, but not beforeGroups):
If set to true, this configuration method will be run
regardless of what groups it belongs to.
<br>
For after methods (afterSuite, afterClass, ...):
If set to true, this configuration method will be run
even if one or more methods invoked previously failed or
was skipped.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>dependsOnGroups</tt>
</td>
<td>
The list of groups this method depends on.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>dependsOnMethods</tt>
</td>
<td>
The list of methods this method depends on.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>enabled</tt>
</td>
<td>
Whether methods on this class/method are enabled.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>groups</tt>
</td>
<td>
The list of groups this class/method belongs to.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>inheritGroups</tt>
</td>
<td>
If true, this method will belong to groups specified in the @Test annotation at the class level.
</td>
</tr>
<tr class="separator">
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td colspan="2"><tt><b>@DataProvider</b></tt></td><td><b>Marks a method as supplying data for a test method. The annotated method must return an Object[][] where each Object[] can be assigned the parameter list of the test method. The @Test method that wants to receive data from this DataProvider needs to use a dataProvider name equals to the name of this annotation.</b></td></tr><tr>
<td>
</td>
<td>
<tt>name</tt>
</td>
<td>
The name of this data provider. If it's not supplied, the name of this data provider will automatically be set to the name of the method.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>parallel</tt>
</td>
<td>
If set to true, tests generated using this data provider are run in parallel. Default value is false.
</td>
</tr>
<tr>
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td colspan="2"><b><tt>@Factory</tt></b></td><td><b> Marks a method as a factory that returns objects that will be used by TestNG as Test classes. The method must return Object[].</b></td></tr><tr>
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td colspan="2"><b><tt>@Listeners</tt></b></td><td><b>Defines listeners on a test class.</b></td></tr>
<tr>
<td></td>
<td>
<tt>value</tt>
</td>
<td>
An array of classes that extend <tt>org.testng.ITestNGListener</tt>.
</td>
</tr>
<tr>
<td colspan="3">&nbsp;</td>
</tr>
<td colspan="2"><b><tt>@Parameters</tt></b></td><td><b>Describes how to pass parameters to a @Test method.</b></td></tr><tr>
<td>
</td>
<td>
<tt>value</tt>
</td>
<td>
The list of variables used to fill the parameters of this method.
</td>
</tr>
<tr>
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td colspan="2"><b>@Test</b></td><td><b>Marks a class or a method as part of the test.</b></td></tr><tr>
<td>
</td>
<td>
<tt>alwaysRun</tt>
</td>
<td>
If set to true, this test method will always be run even if it depends on a method that failed.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>dataProvider</tt>
</td>
<td>
The name of the data provider for this test method.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>dataProviderClass</tt>
</td>
<td>
The class where to look for the data provider. If not specified, the data provider will be looked on the class of the current test method or one of its base classes. If this attribute is specified, the data provider method needs to be static on the specified class.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>dependsOnGroups</tt>
</td>
<td>
The list of groups this method depends on.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>dependsOnMethods</tt>
</td>
<td>
The list of methods this method depends on.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>description</tt>
</td>
<td>
The description for this method.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>enabled</tt>
</td>
<td>
Whether methods on this class/method are enabled.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>expectedExceptions</tt>
</td>
<td>
The list of exceptions that a test method is expected to throw. If no exception or a different than one on this list is thrown, this test will be marked a failure.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>groups</tt>
</td>
<td>
The list of groups this class/method belongs to.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>invocationCount</tt>
</td>
<td>
The number of times this method should be invoked.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>invocationTimeOut</tt>
</td>
<td>
The maximum number of milliseconds this test should take for the cumulated time of all the invocationcounts. This attribute will be ignored if invocationCount is not specified.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>priority</tt>
</td>
<td>
The priority for this test method. Lower priorities will be scheduled first.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>successPercentage</tt>
</td>
<td>
The percentage of success expected from this method
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>singleThreaded</tt>
</td>
<td>
If set to true, all the methods on this test class are guaranteed to run in the same thread, even if the tests are currently being run with parallel="methods". This attribute can only be used at the class level and it will be ignored if used at the method level. Note: this attribute used to be called <tt>sequential</tt> (now deprecated).
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>timeOut</tt>
</td>
<td>
The maximum number of milliseconds this test should take.
</td>
</tr>
<tr>
<td>
</td>
<td>
<tt>threadPoolSize</tt>
</td>
<td>
The size of the thread pool for this method.
The method will be invoked from multiple threads as specified by
invocationCount. <br>Note: this attribute is ignored if invocationCount is not specified
</td>
</tr>
</table>
</pre>
<!-------------------------------------
TESTNG.XML
------------------------------------>
<h3><a name="testng-xml">3 - testng.xml</a></h3><p>You can invoke TestNG in several different ways:</p><ul>
<li>With a <tt>testng.xml</tt> file</li><li><a href="http://testng.org/doc/ant.html">With ant</a></li><li>From the command line</li></ul><p>This section describes the format of <tt>testng.xml</tt> (you will find documentation
on ant and the command line below).</p><p>The current DTD for <tt>testng.xml</tt> can be found on the main Web site:&nbsp;
<a href="http://testng.org/testng-1.0.dtd">http://testng.org/testng-1.0.dtd</a>
(for your convenience, you might prefer to browse the
<a href="http://testng.org/dtd">HTML version</a>).</p>
Here is an example <tt>testng.xml</tt> file:
<p>
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: xml">
&lt;!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" &gt;
&lt;suite name="Suite1" verbose="1" &gt;
&lt;test name="Nopackage" &gt;
&lt;classes&gt;
&lt;class name="NoPackageTest" /&gt;
&lt;/classes&gt;
&lt;/test&gt;
&lt;test name="Regression1"&gt;
&lt;classes&gt;
&lt;class name="test.sample.ParameterSample"/&gt;
&lt;class name="test.sample.ParameterTest"/&gt;
&lt;/classes&gt;
&lt;/test&gt;
&lt;/suite&gt;
</pre>
You can specify package names instead of class names:
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: xml; highlight: [5,6,7]">
&lt;!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" &gt;
&lt;suite name="Suite1" verbose="1" &gt;
&lt;test name="Regression1" &gt;
&lt;packages&gt;
&lt;package name="test.sample" /&gt;
&lt;/packages&gt;
&lt;/test&gt;
&lt;/suite&gt;
</pre>
<p>In this example, TestNG will look at all the classes in the package
<tt>test.sample</tt> and will retain only classes that have TestNG annotations.</p>
You can also specify groups and methods to be included and excluded:
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: xml">
&lt;test name="Regression1"&gt;
&lt;groups&gt;
&lt;run&gt;
&lt;exclude name="brokenTests" /&gt;
&lt;include name="checkinTests" /&gt;
&lt;/run&gt;
&lt;/groups&gt;
&lt;classes&gt;
&lt;class name="test.IndividualMethodsTest"&gt;
&lt;methods&gt;
&lt;include name="testMethod" /&gt;
&lt;/methods&gt;
&lt;/class&gt;
&lt;/classes&gt;
&lt;/test&gt;
</pre>
<p>You can also define new groups inside <tt>testng.xml</tt> and specify additional details in attributes, such as whether to run the tests in parallel, how many threads to use, whether you are running JUnit tests, etc...&nbsp;
<p>
By default, TestNG will run the tests found in your <tt>testng.xml</tt> file in a random order. If you want the classes and methods listed in this file to be run in the exact same order you specified them, use the <tt>preserve-order</tt> attribute:
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: xml">
&lt;test name="Regression1" preserve-order="true"&gt;
&lt;classes&gt;
&lt;class name="test.Test1"&gt;
&lt;methods&gt;
&lt;include name="m1" /&gt;
&lt;include name="m2" /&gt;
&lt;/methods&gt;
&lt;/class&gt;
&lt;class name="test.Test2" /&gt;
&lt;/classes&gt;
&lt;/test&gt;
</pre>
In the example above, the test classes will be run in the order <tt>Test1#m1, Test1#m2</tt> and then all the test methods found in <tt>Test2</tt>.
<p>
Please see the DTD for a complete list of the features, or read on.</p>
<!-------------------------------------
RUNNING TESTNG
------------------------------------>
<h3><a name="running-testng">4 - Running TestNG</a></h3>TestNG can be invoked in different ways:
<ul>
<li>Command line
</li>
<li><a href="ant.html">ant</a>
</li>
<li><a href="eclipse.html">Eclipse</a>
</li>
<li><a href="idea.html">IntelliJ's IDEA</a>
</li>
</ul>
This section only explains how to invoke TestNG from the command line. Please click on one of the links above if you are interested in one of the other ways.
<p>
Assuming that you have TestNG in your class path, the simplest way to invoke TestNG is as follows:
<pre class="brush: text">
java org.testng.TestNG testng1.xml [testng2.xml testng3.xml ...]
</pre>
You need to specify at least one XML file describing the TestNG suite you are trying to run. Additionally, the following command-line switches are available:
</p>
<table id="command-line">
<caption>Command Line Parameters</caption><colgroup class="option"/>
<colgroup class="argument"/>
<colgroup class="documentation"/>
<thead>
<tr>
<th>Option</th>
<th>Argument</th>
<th>Documentation</th>
</tr>
</thead>
<tbody>
<tr>
<td>-configfailurepolicy</td>
<td><tt>skip</tt>|<tt>continue</tt></td>
<td>Whether TestNG should <tt>continue</tt> to execute the remaining tests in the suite or <tt>skip</tt> them if
an @Before* method fails. Default behavior is <tt>skip</tt>.</td>
</tr>
<tr>
<td>-d</td>
<td>A directory</td>
<td>The directory where the reports will be generated (defaults to <tt>test-output</tt>).</td>
</tr>
<tr>
<td>-dataproviderthreadcount</td>
<td>The default number of threads to use for data
providers when running tests in parallel.</td>
<td>This sets the default maximum number of threads to use
for data providers when running tests in parallel. It will only take effect if the parallel mode has been selected (for example, with the -parallel option). This can be overridden in the suite definition.</td>
</tr>
<tr>
<td>-excludegroups</td>
<td>A comma-separated list of groups.</td><td>The list of groups you want to be excluded from this run.</td>
</tr>
<tr>
<td>-groups</td>
<td>A comma-separated list of groups.</td>
<td>The list of groups you want to run (e.g. <tt>"windows,linux,regression"</tt>).</td>
</tr>
<tr>
<td>-listener</td>
<td>A comma-separated list of Java classes that can be found on your classpath.</td>
<td>Lets you specify your own test listeners. The classes need to implement <a href="../javadocs/org/testng/ITestListener.html"> <tt>org.testng.ITestListener</tt></a></td>
</tr>
<tr>
<td>-methods</td>
<td>A comma separated list of fully qualified class name and method. For example <tt>com.example.Foo.f1,com.example.Bar.f2</tt>.</td>
<td>Lets you specify individual methods to run.</tt></a></td>
</tr>
<tr>
<td>-methodselectors</td>
<td>A comma-separated list of Java classes and method
priorities that define method selectors.</td>
<td>Lets you specify method selectors on the command
line. For example: <tt>com.example.Selector1:3,com.example.Selector2:2</tt></td>
</tr>
<tr>
<td>-parallel</td>
<td>methods|tests|classes</td>
<td>If specified, sets the default mechanism used to determine how to use parallel threads when running tests. If not set, default mechanism is not to use parallel threads at all. This can be overridden in the suite definition.</td>
</tr>
<tr>
<td>-reporter</td>
<td>The extended configuration for a custom report listener.</td>
<td>Similar to the <tt>-listener</tt> option, except that it allows the configuration of JavaBeans-style properties on the reporter instance.
<br>
Example: <tt>-reporter com.test.MyReporter:methodFilter=*insert*,enableFiltering=true</tt>
<br>
You can have as many occurences of this option, one for each reporter that needs to be added.</td>
</tr>
<tr>
<td>-sourcedir</td>
<td>A semi-colon separated list of directories.</td>
<td>The directories where your javadoc annotated test sources are. This option is only necessary if you are using javadoc type annotations. (e.g. <tt>"src/test"</tt> or <tt>"src/test/org/testng/eclipse-plugin;src/test/org/testng/testng"</tt>).</td>
</tr>
<tr>
<td>-suitename</td>
<td>The default name to use for a test suite.</td>
<td>This specifies the suite name for a test suite defined on the command line. This option is ignored if the suite.xml file or the source code specifies a different suite name. It is possible to create a suite name with spaces in it if you surround it with double-quotes "like this".</td>
</tr>
<tr>
<td>-testclass</td>
<td>A comma-separated list of classes that can be found in your classpath.</td><td>A list of class files separated by commas (e.g. <tt>"org.foo.Test1,org.foo.test2"</tt>).</td>
</tr>
<tr>
<td>-testjar</td>
<td>A jar file.</td>
<td>Specifies a jar file that contains test classes. If a <tt>testng.xml</tt> file is found at the root of that jar file, it will be used, otherwise, all the test classes found in this jar file will be considered test classes.</td>
</tr>
<tr>
<td>-testname</td>
<td>The default name to use for a test.</td>
<td>This specifies the name for a test defined on the command line. This option is ignored if the suite.xml file or the source code specifies a different test name. It is possible to create a test name with spaces in it if you surround it with double-quotes "like this".</td>
</tr>
<tr>
<td>-testnames</td>
<td>A comma separated list of test names.</td>
<td>Only tests defined in a &lt;test&gt; tag matching one of these names will be run.</td>
</tr>
<tr>
<td>-testrunfactory</td>
<td>A Java classes that can be found on your classpath.</td>
<td>Lets you specify your own test runners. The class needs to implement <a href="../javadocs/org/testng/ITestRunnerFactory.html"> <tt>org.testng.ITestRunnerFactory</tt></a>.</td>
</tr>
<tr>
<td>-threadcount</td>
<td>The default number of threads to use when running tests in parallel.</td>
<td>This sets the default maximum number of threads to use for running tests in parallel. It will only take effect if the parallel mode has been selected (for example, with the -parallel option). This can be overridden in the suite definition.</td>
</tr>
<tr>
<td>-xmlpathinjar</td>
<td>The path of the XML file inside the jar file.</td>
<td>This attribute should contain the path to a valid XML file inside the test jar (e.g. <tt>"resources/testng.xml"</tt>). The default is <tt>"testng.xml"</tt>, which means a file called "<tt>testng.xml</tt>" at the root of the jar file. This option will be ignored unless <tt>-testjar</tt> is specified.</td>
</tr>
</tbody>
</table>
<p>
This documentation can be obtained by invoking TestNG without any arguments.
<p>
You can also put the command line switches in a text file, say <tt>c:\command.txt</tt>, and tell TestNG to use that file to retrieve its parameters:
<pre class="brush: text">
C:> more c:\command.txt
-d test-output testng.xml
C:> java org.testng.TestNG @c:\command.txt
</pre>
<p>
Additionally, TestNG can be passed properties on the command line of the Java Virtual Machine, for example
<pre class="brush: text">
java -Dtestng.test.classpath="c:/build;c:/java/classes;" org.testng.TestNG testng.xml
</pre>
Here are the properties that TestNG understands:
<table id="system=properties">
<caption>System properties</caption>
<colgroup class="option"/>
<colgroup class="type"/>
<colgroup class="documentation"/>
<thead>
<tr><th>Property</th>
<th>Type</th>
<th>Documentation</th></tr>
</thead>
<tr>
<td>testng.test.classpath</td>
<td>A semi-colon separated series of directories that contain your test classes.</td>
<td>If this property is set, TestNG will use it to look for your test classes instead of the class path. This is convenient if you are using the <tt>package</tt> tag in your XML file and you have a lot of classes in your classpath, most of them not being test classes.
</tr>
</table>
<br>
<b>Example:</b>
<pre class="brush: text">
java org.testng.TestNG -groups windows,linux -testclass org.test.MyTest
</pre>
The <a href="ant.html">ant task</a> and <a href="#testng-xml">testng.xml</a> allow you to launch TestNG with more parameters (methods to include, specifying parameters, etc...), so you should consider using the command line only when you are trying to learn about TestNG and you want to get up and running quickly.
<p>
<em>Important</em>: The command line flags that specify what tests should be run will be ignored if you also specify a <tt>testng.xml</tt> file, with the exception of <tt>-includedgroups</tt> and <tt>-excludedgroups</tt>, which will override all the group inclusions/exclusions found in <tt>testng.xml</tt>.
<!-------------------------------------
METHODS
------------------------------------>
<h3><a name="methods">5 - Test methods, Test classes and Test groups</a></h3><h4><a name="test-groups">5.1 - Test groups</a></h4><p>TestNG allows you to perform sophisticated groupings of test methods. Not
only can you declare that methods belong to groups, but you can also specify
groups that contain other groups. Then TestNG can be invoked and asked to
include a certain set of groups (or regular expressions) while excluding another
set.&nbsp; This gives you maximum flexibility in how you partition your tests
and doesn't require you to recompile anything if you want to run two different
sets of tests back to back.</p>
<p>
Groups are specified in your <tt>testng.xml</tt> file and can be found either under the <tt>&lt;test&gt;</tt> or <tt>&lt;suite&gt;</tt> tag. Groups specified in the <tt>&lt;suite&gt;</tt> tag apply to all the <tt>&lt;test&gt;</tt> tags underneath. Note that groups are accumulative in these tags: if you specify group "a" in <tt>&lt;suite&gt;</tt> and "b" in <tt>&lt;test&gt;</tt>, then both "a" and "b" will be included.
<p>
<p>For example, it is quite common to have at least two categories of tests</p><ul>
<li>Check-in tests.&nbsp; These tests should be run before you submit new
code.&nbsp; They should typically be fast and just make sure no basic
functionality was broken.<br>
&nbsp;</li>
<li>Functional tests.&nbsp; These tests should cover all the functionalities
of your software and be run at least once a day, although ideally you would
want to run them continuously.</li></ul>
Typically, check-in tests are a subset of functional tests.&nbsp; TestNG
allows you to specify this in a very intuitive way with test groups.&nbsp; For
example, you could structure your test by saying that your entire test class
belongs to the &quot;functest&quot; group, and additionally that a couple of methods
belong to the group &quot;checkintest&quot;:
<h3 class="sourcetitle">Test1.java</h3>
<pre class="brush: java">
public class Test1 {
@Test(groups = { "functest", "checkintest" })
public void testMethod1() {
}
@Test(groups = {"functest", "checkintest"} )
public void testMethod2() {
}
@Test(groups = { "functest" })
public void testMethod3() {
}
}
</pre>
Invoking TestNG with
<br>
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: xml">
&lt;test name="Test1"&gt;
&lt;groups&gt;
&lt;run&gt;
&lt;include name="functest"/&gt;
&lt;/run&gt;
&lt;/groups&gt;
&lt;classes&gt;
&lt;class name="example1.Test1"/&gt;
&lt;/classes&gt;
&lt;/test&gt;
</pre>
<p>will run all the test methods in that classes, while invoking it with <tt>checkintest</tt> will only run
<tt>testMethod1()</tt> and <tt>testMethod2()</tt>.</p>
Here is another example, using regular expressions this time.&nbsp; Assume
that some of your test methods should not be run on Linux, your test would look
like:
<h3 class="sourcetitle">Test1.java</h3>
<pre class="brush: java">
@Test
public class Test1 {
@Test(groups = { "windows.checkintest" })
public void testWindowsOnly() {
}
@Test(groups = {"linux.checkintest"} )
public void testLinuxOnly() {
}
@Test(groups = { "windows.functest" )
public void testWindowsToo() {
}
}
</pre>
You could use the following testng.xml to launch only the Windows methods:
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: xml; highlight: [4,9]">
&lt;test name="Test1"&gt;
&lt;groups&gt;
&lt;run&gt;
&lt;include name="windows.*"/&gt;
&lt;/run&gt;
&lt;/groups&gt;
&lt;classes&gt;
&lt;class name="example1.Test1"/&gt;
&lt;/classes&gt;
&lt;/test&gt;
</pre>
<blockquote>
<em>Note: TestNG uses <a href="http://en.wikipedia.org/wiki/Regular_expression">regular expressions</a>, and not <a href="http://en.wikipedia.org/wiki/Wildmat">wildmats</a>. Be aware of the difference (for example, "anything" is matched by ".*" -- dot star -- and not "*").</em>
</blockquote>
<h4><a name="method-groups">Method groups</a></h4>
You can also exclude or include individual methods:
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: xml">
&lt;test name="Test1"&gt;
&lt;classes&gt;
&lt;class name="example1.Test1"&gt;
&lt;methods&gt;
&lt;include name=".*enabledTestMethod.*"/&gt;
&lt;exclude name=".*brokenTestMethod.*"/&gt;
&lt;/methods&gt;
&lt;/class&gt;
&lt;/classes&gt;
&lt;/test&gt;
</pre>
This can come in handy to deactivate a single method without having to recompile
anything, but I don't recommend using this technique too much since it makes
your testing framework likely to break if you start refactoring your Java code
(the regular expressions used in the tags might not match your methods any
more).
<h4><a name="groups-of-groups">5.2 - Groups of groups</a></h4>
Groups can also include other groups.&nbsp;These groups are called &quot;MetaGroups&quot;.&nbsp;
For example, you might want to define a group &quot;all&quot; that includes &quot;checkintest&quot;
and &quot;functest&quot;.&nbsp; &quot;functest&quot; itself will contain the groups &quot;windows&quot; and
&quot;linux&quot; while &quot;checkintest will only contain &quot;windows&quot;.&nbsp; Here is how you
would define this in your property file:
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: xml">
&lt;test name="Regression1"&gt;
&lt;groups&gt;
&lt;define name="functest"&gt;
&lt;include name="windows"/&gt;
&lt;include name="linux"/&gt;
&lt;/define&gt;
&lt;define name="all"&gt;
&lt;include name="functest"/&gt;
&lt;include name="checkintest"/&gt;
&lt;/define&gt;
&lt;run&gt;
&lt;include name="all"/&gt;
&lt;/run&gt;
&lt;/groups&gt;
&lt;classes&gt;
&lt;class name="test.sample.Test1"/&gt;
&lt;/classes&gt;
&lt;/test&gt;
</pre>
</p><!-------------------------------------
EXCLUSION
------------------------------------><h4><a name="exclusions">5.3 - Exclusion groups</a>
</h4><p>TestNG allows you to include groups as well as exclude them.</p>
For example, it is quite usual to have tests that temporarily break because
of a recent change, and you don't have time to fix the breakage yet.&nbsp; 4
However, you do want to have clean runs of your functional tests, so you need to
deactivate these tests but keep in mind they will need to be reactivated.</p><p>A simple way to solve this problem is to create a group called &quot;broken&quot; and
make these test methods belong to it.&nbsp; For example, in the above example, I
know that testMethod2() is now broken so I want to disable it:
<h3 class="sourcetitle">Java</h3>
<pre class="brush: java">
@Test(groups = {"checkintest", "broken"} )
public void testMethod2() {
}
</pre>
All I need to do now is to exclude this group from the run:
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: xml; highlight: 5">
&lt;test name="Simple example"&gt;
&lt;groups&gt;
&lt;run&gt;
&lt;include name="checkintest"/&gt;
&lt;exclude name="broken"/&gt;
&lt;/run&gt;
&lt;/groups&gt;
&lt;classes&gt;
&lt;class name="example1.Test1"/&gt;
&lt;/classes&gt;
&lt;/test&gt;
</pre>
<p>This way, I will get a clean test run while keeping track of what tests are
broken and need to be fixed later.</p>
<blockquote>
<p><i>Note:&nbsp; you can also disable tests on an individual basis by using the
&quot;enabled&quot; property available on both @Test and @Before/After
annotations.</i></p>
</blockquote><h4>
<!-------------------------------------
PARTIAL GROUPS
------------------------------------>
<a name="partial-groups">5.4 - Partial groups</a></h4>
You can define groups at the class level and then add groups at the method level:
<h3 class="sourcetitle">All.java</h3>
<pre class="brush: java">
@Test(groups = { "checkin-test" })
public class All {
@Test(groups = { "func-test" )
public void method1() { ... }
public void method2() { ... }
}
</pre>
In this class, method2() is part of the group &quot;checkin-test&quot;, which is defined
at the class level, while method1() belongs to both &quot;checkin-test&quot; and
&quot;func-test&quot;.
<!-------------------------------------
PARAMETERS
------------------------------------>
<h4><a name="parameters">5.5 - Parameters</a></h4><p>
Test methods don't have to be parameterless.&nbsp; You can use an arbitrary
number of parameters on each of your test method, and you instruct TestNG to
pass you the correct parameters with the <tt>@Parameters</tt> annotation.</p><p>
There are two ways to set these parameters:&nbsp; with <tt>testng.xml</tt> or
programmatically.</p><p>
&nbsp;&nbsp;<em><a name="parameters-testng-xml">5.5.1 - Parameters from <tt>testng.xml</tt></a></em></p>
If you are using simple values for your parameters, you can specify them in your
<tt>testng.xml</tt>:
<h3 class="sourcetitle">Java</h3>
<pre class="brush: java">
@Parameters({ "first-name" })
@Test
public void testSingleString(String firstName) {
System.out.println("Invoked testString " + firstName);
assert "Cedric".equals(firstName);
}
</pre>
In this code, we specify that the parameter <tt>firstName</tt> of your Java method
should receive the value of the XML parameter called <tt>first-name</tt><i>.</i>&nbsp;
This XML parameter is defined in <tt>testng.xml</tt>:<p>
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: xml">
&lt;suite name="My suite"&gt;
&lt;parameter name="first-name" value="Cedric"/&gt;
&lt;test name="Simple example"&gt;
&lt;-- ... --&gt;
</pre>
<h4><span style="font-weight: 400">The same technique can be used for <tt>@Before/After </tt>and <tt>@Factory</tt> annotations:</span></h4>
<pre class="brush: java">
@Parameters({ "datasource", "jdbcDriver" })
@BeforeMethod
public void beforeTest(String ds, String driver) {
m_dataSource = ...; // look up the value of datasource
m_jdbcDriver = driver;
}
</pre>
This time, the two Java parameter <i>ds</i>
and <i>driver</i> will receive the value given to the properties <tt>datasource</tt>
and <tt>jdbc-driver </tt>respectively.&nbsp;
<p>
Parameters can be declared optional with the <a href="../javadocs/org/testng/annotations/Optional.html"><tt>Optional</tt></a> annotation:
<pre class="brush: java">
@Parameters("db")
@Test
public void testNonExistentParameter(@Optional("mysql") String db) { ... }
</pre>
If no parameter named "db" is found in your <tt>testng.xml</tt> file, your test method will receive the default value specified inside the <tt>@Optional</tt> annotation: "mysql".
<p>The <tt>@Parameters</tt> annotation can be placed at the following locations:</p><ul>
<li>On any method that already has a <tt>@Test</tt>, <tt>@Before/After</tt>
or <tt>@Factory</tt> annotation.</li><li>On at most one constructor of your test class.&nbsp; In this case,
TestNG will invoke this particular constructor with the parameters
initialized to the values specified in <tt>testng.xml</tt> whenever it needs
to instantiate your test class.&nbsp; This feature can be used to initialize fields
inside your classes to values that will then be used by your
test methods.</li></ul>
<blockquote>
<p><i>Notes:
</i>
<ul>
<li><i>The XML parameters are mapped to the Java parameters in the same order as
they are found in the annotation, and TestNG will issue an error if the numbers
don't match. </i>
<li><i>Parameters are scoped. In <tt>testng.xml</tt>, you can declare them either under a
<tt>&lt;suite&gt;</tt> tag or under <tt>&lt;test&gt;</tt>. If two parameters have the same name, it's the one
defined in <tt>&lt;test&gt;</tt> that has precedence. This is convenient if you need to specify
a parameter applicable to all your tests and override its value only for certain
tests. </i>
</ul>
<p></p>
</blockquote>
&nbsp;&nbsp;<em><a name="parameters-dataproviders">5.5.2 - Parameters with DataProviders</a></em>
<p>Specifying parameters in <tt>testng.xml</tt> might not be sufficient if you need to pass complex parameters, or parameters that need to be created from Java (complex objects, objects read from a property file or a database, etc...). In this case, you can use a Data Provider to supply the values you need to test.&nbsp; A Data Provider is a method on your class that returns an array of array of objects.&nbsp; This method is annotated with <tt>@DataProvider</tt>:
<h3 class="sourcetitle">Java</h3>
<pre class="brush: java">
//This method will provide data to any test method that declares that its Data Provider
//is named "test1"
@DataProvider(name = "test1")
public Object[][] createData1() {
return new Object[][] {
{ "Cedric", new Integer(36) },
{ "Anne", new Integer(37)},
};
}
//This test method declares that its data should be supplied by the Data Provider
//named "test1"
@Test(dataProvider = "test1")
public void verifyData1(String n1, Integer n2) {
System.out.println(n1 + " " + n2);
}
</pre>
will print
<pre class="brush: text">
Cedric 36
Anne 37
</pre>
A <tt>@Test</tt> method specifies its Data Provider with the <tt>dataProvider</tt> attribute.&nbsp;
This name must correspond to a method on the same class annotated with <tt>@DataProvider(name=&quot;...&quot;)</tt>
with a matching name.
<p>
By default, the data provider will be looked for in the current test class or one of its base classes. If you want to put your data provider in a different class, it needs to be a static method and you specify the class where it can be found in the <tt>dataProviderClass</tt> attribute:
<h3 class="sourcetitle">StaticProvider.java</h3>
<pre class="brush: java">
public static class StaticProvider {
@DataProvider(name = "create")
public static Object[][] createData() {
return new Object[][] {
new Object[] { new Integer(42) }
}
}
}
public class MyTest {
@Test(dataProvider = "create", dataProviderClass = StaticProvider.class)
public void test(Integer n) {
// ...
}
}
</pre>
The Data Provider method can return one of the following two types:
<ul>
<li>An array of array of objects (<tt>Object[][]</tt>) where the first dimension's size is the number of times the test method will be invoked and the second dimension size contains an array of objects that must be compatible with the parameter types of the test method. This is the cast illustrated by the example above.</li><li>An <tt>Iterator&lt;Object[]&gt;</tt>. The only difference with <tt>Object[][]</tt> is that an <tt>Iterator</tt> lets you create your test data lazily. TestNG will invoke the iterator and then the test method with the parameters returned by this iterator one by one. This is particularly useful if you have a lot of parameter sets to pass to the method and you don't want to create all of them upfront.
</ul>
Here is an example of this feature:
<pre class="brush: java">
@DataProvider(name = "test1")
public Iterator&lt;Object[]> createData() {
return new MyIterator(DATA);
}
</pre>
If you declare your <tt>@DataProvider</tt> as taking a <tt>java.lang.reflect.Method</tt>
as first parameter, TestNG will pass the current test method for this
first parameter. This is particularly useful when several test methods
use the same <tt>@DataProvider</tt> and you want it to return different
values depending on which test method it is supplying data for.
<p>
For example, the following code prints the name of the test method inside its <tt>@DataProvider</tt>:
<pre class="brush: java">
@DataProvider(name = "dp")
public Object[][] createData(Method m) {
System.out.println(m.getName()); // print test method name
return new Object[][] { new Object[] { "Cedric" }};
}
@Test(dataProvider = "dp")
public void test1(String s) {
}
@Test(dataProvider = "dp")
public void test2(String s) {
}
</pre>
and will therefore display:
<pre class="brush: text">
test1
test2
</pre>
Data providers can run in parallel with the attribute <tt>parallel</tt>:
<pre class="brush: java">
@DataProvider(parallel = true)
// ...
</pre>
Parallel data providers running from an XML file share the same pool of threads, which has a size of 10 by default. You can modify this value in the <tt>&lt;suite&gt;</tt> tag of your XML file:
<pre class="brush: xml">
&lt;suite name="Suite1" data-provider-thread-count="20" &gt;
...
</pre>
If you want to run a few specific data providers in a different thread pool, you need to run them from a different XML file.
<p>
&nbsp;&nbsp;<em><a name="parameters-reports">5.5.3 - Parameters in reports</a></em>
<p>
Parameters used to invoke your test methods are shown in the HTML reports generated by TestNG. Here is an example:
<p align="center">
<img src="pics/parameters.png" />
</p>
</p>
<!-------------------------------------
DEPENDENT METHODS
------------------------------------>
<h4><a name="dependent-methods">5.6 - Dependent methods</a></h4><p>Sometimes, you need your test methods to be invoked in a certain order.&nbsp;
This is useful for example
<ul>
<li>To make sure a certain number of test methods have completed and succeeded
before running more test methods.
<li>To initialize your tests while wanting this initialization methods to be
test methods as well (methods tagged with <tt>@Before/After</tt> will not be part of the
final report).
</ul>
</p>
<p>In order to do this, you can use the attributes <tt>dependsOnMethods</tt> or
<tt>dependsOnGroups</tt>, found on the <tt>@Test</tt> annotation.</p>There are two kinds of dependencies:
<ul>
<li><b>Hard dependencies</b>. All the methods you depend on must have run and succeeded for you to run. If at least one failure occurred in your dependencies, you will not be invoked and marked as a SKIP in the report.
</li>
<li><b>Soft dependencies</b>. You will always be run after the methods you depend on, even if some of them have failed. This is useful when you just want to make sure that your test methods are run in a certain order but their success doesn't really depend on the success of others. A soft dependency is obtained by adding <tt>"alwaysRun=true"</tt> in your <tt>@Test</tt> annotation.
</ul>
Here is an example of a hard dependency:
<pre class="brush: java">
@Test
public void serverStartedOk() {}
@Test(dependsOnMethods = { "serverStartedOk" })
public void method1() {}
</pre>
<p>In this example, <tt>method1()</tt> is declared as depending on method
serverStartedOk(), which guarantees that serverStartedOk()
will always be invoked first.</p><p>You can also have methods that depend on entire groups:</p>
<pre class="brush: java">
@Test(groups = { "init" })
public void serverStartedOk() {}
@Test(groups = { "init" })
public void initEnvironment() {}
@Test(dependsOnGroups = { "init.* })
public void method1() {}
</pre>
<p>In this example, method1() is declared as depending on any group matching the
regular expression &quot;init.*&quot;, which guarantees that the methods <tt>serverStartedOk()</tt>
and <tt>initEnvironment()</tt> will always be invoked before <tt>method1()</tt>.&nbsp; </p>
<blockquote>
<p><i>Note:&nbsp; as stated before, the order of invocation for methods that
belong in the same group is not guaranteed to be the same across test runs.</i></p></blockquote><p>If a method depended upon fails and you have a hard dependency on it (<tt>alwaysRun=false</tt>, which is the default), the methods that depend on it are <b>not</b>
marked as <tt>FAIL</tt> but as <tt>SKIP</tt>.&nbsp; Skipped methods will be reported as such in
the final report (in a color that is neither red nor green in HTML),
which is important since skipped methods are not necessarily failures.</p><p>Both <tt>dependsOnGroups</tt> and <tt>dependsOnMethods</tt> accept regular
expressions as parameters.&nbsp; For <tt>dependsOnMethods</tt>, if you are
depending on a method which happens to have several overloaded versions, all the
overloaded methods will be invoked.&nbsp; If you only want to invoke one of the
overloaded methods, you should use <tt>dependsOnGroups</tt>.</p><p>For a more advanced example of dependent methods, please refer to
<a href="http://beust.com/weblog/archives/000171.html">this article</a>, which
uses inheritance to provide an elegant solution to the problem of multiple
dependencies.</p>
By default, dependent methods are grouped by class. For example, if method <tt>b()</tt> depends on method <tt>a()</tt> and you have several instances of the class that contains these methods (because of a factory of a data provider), then the invocation order will be as follows:
<pre class="brush: plain">
a(1)
a(2)
b(2)
b(2)
</pre>
TestNG will not run <tt>b()</tt> until all the instances have invoked their <tt>a()</tt> method.
<p>
This behavior might not be desirable in certain scenarios, such as for example testing a sign in and sign out of a web browser for various countries. In such a case, you would like the following ordering:
<pre class="brush: plain">
signIn("us")
signOut("us")
signIn("uk")
signOut("uk")
</pre>
For this ordering, you can use the XML attribute <tt>order-by-instances</tt>. This attribute is valid either on &lt;suite&gt; or &lt;test&gt;:
<pre class="brush: xml">
&lt;suite name="Factory" group-by-instances="true"&gt;
or
&lt;test name="Factory" group-by-instances="true"&gt;
</pre>
<!-------------------------------------
FACTORIES
------------------------------------><h4>
<a name="factories">5.7 - Factories</a>
</h4>
Factories allow you to create tests dynamically. For example, imagine you
want to create a test method that will access a page on a Web site several
times, and you want to invoke it with different values:
<h3 class="sourcetitle">TestWebServer.java</h3>
<pre class="brush: java">
public class TestWebServer {
@Test(parameters = { "number-of-times" })
public void accessPage(int numberOfTimes) {
while (numberOfTimes-- > 0) {
// access the web page
}
}
}
</pre>
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: java">
&lt;test name="T1"&gt;
&nbsp;&nbsp;&lt;parameter name="number-of-times" value="10"/&gt;
&nbsp;&nbsp;&lt;class name= "TestWebServer" /&gt;
&lt;/test&gt;
&lt;test name="T2"&gt;
&nbsp;&nbsp;&lt;parameter name="number-of-times" value="20"/&gt;
&nbsp;&nbsp;&lt;class name= "TestWebServer"/&gt;
&lt;/test&gt;
&lt;test name="T3"&gt;
&nbsp;&nbsp;&lt;parameter name="number-of-times" value="30"/&gt;
&nbsp;&nbsp;&lt;class name= "TestWebServer"/&gt;
&lt;/test&gt;
</pre>
This can become quickly impossible to manage, so instead, you should use a factory:
<h3 class="sourcetitle">WebTestFactory.java</h3>
<pre class="brush: java">
public class WebTestFactory {
@Factory
public Object[] createInstances() {
Object[] result = new Object[10];
for (int i = 0; i < 10; i++) {
result[i] = new WebTest(i * 10);
return result;
}
}
</pre>
and the new test class is now:
<h3 class="sourcetitle">WebTest.java</h3>
<pre class="brush: java">
public class WebTest {
private int m_numberOfTimes;
public WebTest(int numberOfTimes) {
m_numberOfTimes = numberOfTimes;
}
@Test
public void testServer() {
for (int i = 0; i < m_numberOfTimes; i++) {
// access the web page
}
}
}
</pre>
<p>Your <tt>testng.xml</tt> only needs to reference the class that
contains the factory method, since the test instances themselves will be created
at runtime:</p>
<pre class="brush: java">
&lt;class name="WebTestFactory" /&gt;
</pre>
<p>The factory method can receive parameters just like <tt>@Test</tt> and <tt>@Before/After</tt> and it must return <tt>Object[]</tt>.&nbsp;
The objects returned can be of any class (not necessarily the same class as the
factory class) and they don't even need to contain TestNG annotations (in which
case they will be ignored by TestNG).</p>
<p>
Factories can also be used with data providers, and you can leverage this functionality by putting the <tt>@Factory</tt> annotation either on a regular method or on a constructor. Here is an example of a constructor factory:
<pre class="brush:java">
@Factory(dataProvider = "dp")
public FactoryDataProviderSampleTest(int n) {
super(n);
}
@DataProvider
static public Object[][] dp() {
return new Object[][] {
new Object[] { 41 },
new Object[] { 42 },
};
}
</pre>
The example will make TestNG create two test classes, on with the constructor invoked with the value 41 and the other with 42.
<!-------------------------------------
CLASS LEVEL ANNOTATIONS
------------------------------------>
<h4><a name="class-level">5.8 - Class level annotations</a></h4>
The <tt>@Test</tt> annotation can be put on a class instead of a test method:
<h3 class="sourcetitle">Test1.java</h3>
<pre class="brush: java">
@Test
public class Test1 {
public void test1() {
}
public void test2() {
}
}
</pre>
The effect of a class level <tt>@Test</tt> annotation is to make all the public methods of this class to become test methods even if they are not annotated. You can still repeat the <tt>@Test</tt> annotation on a method if you want to add certain attributes.
<p>
For example:
<h3 class="sourcetitle">Test1.java</h3>
<pre class="brush: java">
@Test
public class Test1 {
public void test1() {
}
@Test(groups = "g1")
public void test2() {
}
}
</pre>
will make both <tt>test1()</tt> and <tt>test2()</tt> test methods but on top of that, <tt>test2()</tt> now belongs to the group "g1".
<p>
<!-------------------------------------
PARALLEL RUNNING
------------------------------------>
<h4><a name="parallel-running">5.9 - Parallelism and time-outs</a></h4>
You can instruct TestNG to run your tests in separate threads in various ways.
<h5><a name="parallel-tests">5.9.1 - Parallel suites</a></h5>
This is useful if you are running several suite files (e.g. "<tt>java org.testng.TestNG testng1.xml testng2.xml"</tt>) and you want each of these suites to be run in a separate thread. You can use the following command line flag to specify the size of a thread pool:
<pre class="brush: plain">
java org.testng.TestNG -suitethreadpoolsize 3 testng1.xml testng2.xml testng3.xml
</pre>
The corresponding ant task name is <tt>suitethreadpoolsize</tt>.
<h5><a name="parallel-tests">5.9.2 - Parallel tests, classes and methods</a></h5>
The <i>parallel</i> attribute on the &lt;suite&gt; tag can take one of following values:
<pre class="brush: xml">
&lt;suite name="My suite" parallel="methods" thread-count="5"&gt;
</pre>
<pre class="brush: xml">
&lt;suite name="My suite" parallel="tests" thread-count="5"&gt;
</pre>
<pre class="brush: xml">
&lt;suite name="My suite" parallel="classes" thread-count="5"&gt;
</pre>
<ul>
<li>
<b><tt>parallel="methods"</tt></b>: TestNG will run all your test methods in separate threads. Dependent methods will also run in separate threads but they will respect the order that you specified.
</li>
<br>
<li>
<b><tt>parallel="tests"</tt></b>: TestNG will run all the methods in the same &lt;test&gt; tag in the same thread, but each &lt;test&gt; tag will be in a separate thread. This allows you to group all your classes that are not thread safe in the same &lt;test&gt; and guarantee they will all run in the same thread while taking advantage of TestNG using as many threads as possible to run your tests.
</li>
<br>
<li>
<b><tt>parallel="classes"</tt></b>: TestNG will run all the methods in the same class in the same thread, but each class will be run in a separate thread.
</li>
</ul>
<p>
Additionally, the attribute <i>
thread-count</i> allows you to specify how many threads should be allocated for
this execution.<blockquote>
<p><i>Note: the <tt>@Test</tt> attribute <tt>timeOut</tt> works in both
parallel and non-parallel mode.</i></p></blockquote>You can also specify that a <tt>@Test</tt> method should be invoked from different threads. You can use the attribute <tt>threadPoolSize</tt> to achieve this result:
<pre class="brush: java">
@Test(threadPoolSize = 3, invocationCount = 10, timeOut = 10000)
public void testServer() {
</pre>
In this example, the function <tt>testServer</tt> will be invoked ten times from three different threads. Additionally, a time-out of ten seconds guarantees that none of the threads will block on this thread forever.
<!-------------------------------------
RERUNNING
------------------------------------>
<h4><a name="rerunning">5.10 - Rerunning failed tests</a></h4>Every time tests fail in a suite, TestNG creates a file called <tt>testng-failed.xml</tt> in the output directory.
This XML file contains the necessary information to rerun only these methods
that failed, allowing you to quickly reproduce the failures without having to
run the entirety of your tests.&nbsp; Therefore, a typical session would look
like this:
<pre class="brush: text">
java -classpath testng.jar;%CLASSPATH% org.testng.TestNG -d test-outputs testng.xml
java -classpath testng.jar;%CLASSPATH% org.testng.TestNG -d test-outputs test-outputs\testng-failed.xml
</pre>
<p>Note that <tt>testng-failed.xml</tt> will contain all the necessary dependent
methods so that you are guaranteed to run the methods that failed without any
SKIP failures.</p>
<h4><a name="junit">5.11 - JUnit tests</a></h4>
TestNG can run JUnit tests.&nbsp; All you need to do is specify your JUnit test
classes in the <tt>testng.classNames</tt> property and set the <tt>testng.junit</tt> property to
true:
<p></p>
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: xml">
&lt;test name="Test1" junit="true"&gt;
&lt;classes&gt;
&lt;!-- ... --&gt;
</pre>
<p>The behavior of TestNG in this case is similar to JUnit:<br>
</p>
<ul>
<li>All methods starting with test* in your classes will be run</li><li>If there is a method setUp() on your test class, it will be invoked before
every test method</li><li>If there is a method tearDown() on your test class, it will be invoked
before after every test method</li><li>If your test class contains a method suite(), all the tests returned by
this method will be invoked</li></ul><!-------------------------------------
JUNIT
------------------------------------><h4>
<!-------------------------------------
RUNNING TESTNG
------------------------------------><h4>
<a name="running-testng-programmatically">5.13 - Running TestNG programmatically</a>
</h4>
You can invoke TestNG from your own programs very easily:
<h3 class="sourcetitle">Java</h3>
<pre class="brush: java">
TestListenerAdapter tla = new TestListenerAdapter();
TestNG testng = new TestNG();
testng.setTestClasses(new Class[] { Run2.class });
testng.addListener(tla);
testng.run();
</pre>
This example creates a <tt><a href="http://testng.org/javadocs/org/testng/TestNG.html">TestNG</a></tt> object and runs the test class <tt>Run2</tt>. It also adds a <tt>TestListener</tt>. You can either use the adapter class <tt><a href="http://testng.org/javadocs/org/testng/TestListenerAdapter.html">org.testng.TestListenerAdapter</a></tt> or implement <tt><a href="http://testng.org/javadocs/org/testng/ITestListener.html">org.testng.ITestListener</a></tt> yourself. This interface contains various callback methods that let you keep track of when a test starts, succeeds, fails, etc...
<p>
Similary, you can invoke TestNG on a <tt>testng.xml</tt> file or you can create a virtual <tt>testng.xml</tt> file yourself. In order to do this, you can use the classes found the package <tt><a href="http://testng.org/javadocs/org/testng/xml/package-frame.html">org.testng.xml</a></tt>: <tt><a href="http://testng.org/javadocs/org/testng/xml/XmlClass.html">XmlClass</a></tt>, <tt><a href="http://testng.org/javadocs/org/testng/xml/XmlTest.html">XmlTest</a></tt>, etc... Each of these classes correspond to their XML tag counterpart.
<p>
For example, suppose you want to create the following virtual file:
<pre class="brush: java">
&lt;suite name="TmpSuite" &gt;
&lt;test name="TmpTest" &gt;
&lt;classes&gt;
&lt;class name="test.failures.Child" /&gt;
&lt;classes&gt;
&lt;/test&gt;
&lt;/suite&gt;
</pre>
You would use the following code:
<pre class="brush: java">
XmlSuite suite = new XmlSuite();
suite.setName("TmpSuite");
XmlTest test = new XmlTest(suite);
test.setName("TmpTest");
List&lt;XmlClass&gt; classes = new ArrayList&lt;XmlClass&gt;();
classes.add(new XmlClass("test.failures.Child"));
test.setXmlClasses(classes) ;
</pre>
And then you can pass this <tt>XmlSuite</tt> to TestNG:
<pre class="brush: java">
List&lt;XmlSuite&gt; suites = new ArrayList&lt;XmlSuite&gt;();
suites.add(suite);
TestNG tng = new TestNG();
tng.setXmlSuites(suites);
tng.run();
</pre>
<p>Please see the <a href="../doc/javadocs/org/testng/package-summary.html" target="mainFrame">JavaDocs</a> for the entire API.</p><p>
<!-------------------------------------
BEANSHELL
------------------------------------>
<h4>
<a name="beanshell">5.14 - BeanShell and advanced group selection</a>
</h4>
<p>If the <tt>&lt;include&gt;</tt> and <tt>&lt;exclude&gt;</tt> tags in <tt>testng.xml</tt> are not enough for your needs, you can use a <a href="http://beanshell.org">BeanShell</a> expression to decide whether a certain test method should be included in a test run or not. You specify this expression just under the <tt>&lt;test&gt;</tt> tag:</p>
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: xml">
&lt;test name="BeanShell test"&gt;
&lt;method-selectors&gt;
&lt;method-selector&gt;
&lt;script language="beanshell"&gt;&lt;![CDATA[
groups.containsKey("test1")
]]&gt;&lt;/script&gt;
&lt;/method-selector&gt;
&lt;/method-selectors&gt;
&lt;!-- ... --&gt;
</pre>
When a <tt>&lt;script&gt;</tt> tag is found in <tt>testng.xml</tt>, TestNG will ignore subsequent <tt>&lt;include&gt;</tt> and <tt>&lt;exclude&gt;</tt> of groups and methods in the current <tt>&lt;test&gt;</tt> tag:&nbsp; your BeanShell expression will be the only way to decide whether a test method is included or not.</p><p>Here are additional information on the BeanShell script:</p><ul>
<li>
It must return a boolean value.&nbsp; Except for this constraint, any valid BeanShell code is allowed (for example, you might want to return <tt>true </tt>during week days and false during weekends, which would allow you to run tests differently depending on the date).<br>&nbsp;
</li>
<li>
TestNG defines the following variables for your convenience:<br>&nbsp; <b><tt>java.lang.reflect.Method method</tt></b>:&nbsp; the current test method.<br>&nbsp; <b>org.testng.ITestNGMethod testngMethod</b>:&nbsp; the description of the current test method.<br>&nbsp; <b><tt>java.util.Map&lt;String, String&gt; groups</tt></b>:&nbsp; a map of the groups the current test method belongs to.<br>&nbsp;
</li>
<li>
You might want to surround your expression with a <tt>CDATA</tt> declaration (as shown above) to avoid tedious quoting of reserved XML characters).<br>&nbsp;
</li>
</ul>
<!-------------------------------------
ANNOTATION TRANSFORMERS
------------------------------------>
<h4>
<a name="annotationtransformers">5.15 - Annotation Transformers</a>
</h4>
TestNG allows you to modify the content of all the annotations at runtime. This is especially useful if the annotations in the source code are right most of the time, but there are a few situations where you'd like to override their value.
<p>
In order to achieve this, you need to use an Annotation Transformer.
<p>
An Annotation Transformer is a class that implements the following interface:
<pre class="brush: java">
public interface IAnnotationTransformer {
/**
* This method will be invoked by TestNG to give you a chance
* to modify a TestNG annotation read from your test classes.
* You can change the values you need by calling any of the
* setters on the ITest interface.
*
* Note that only one of the three parameters testClass,
* testConstructor and testMethod will be non-null.
*
* @param annotation The annotation that was read from your
* test class.
* @param testClass If the annotation was found on a class, this
* parameter represents this class (null otherwise).
* @param testConstructor If the annotation was found on a constructor,
* this parameter represents this constructor (null otherwise).
* @param testMethod If the annotation was found on a method,
* this parameter represents this method (null otherwise).
*/
public void transform(ITest annotation, Class testClass,
Constructor testConstructor, Method testMethod);
}
</pre>
Like all the other TestNG listeners, you can specify this class either on the command line or with ant:
<p>
<pre class="brush: java">
java org.testng.TestNG -listener MyTransformer testng.xml
</pre>
or programmatically:
<p>
<pre class="brush: java">
TestNG tng = new TestNG();
tng.setAnnotationTransformer(new MyTransformer());
// ...
</pre>
When the method <tt>transform()</tt> is invoked, you can call any of the setters on the <tt>ITest test</tt> parameter to alter its value before TestNG proceeds further.
<p>
For example, here is how you would override the attribute <tt>invocationCount</tt> but only on the test method <tt>invoke()</tt> of one of your test classes:
<pre class="brush: java">
public class MyTransformer implements IAnnotationTransformer {
public void transform(ITest annotation, Class testClass,
Constructor testConstructor, Method testMethod)
{
if ("invoke".equals(testMethod.getName())) {
annotation.setInvocationCount(5);
}
}
}
</pre>
<tt>IAnnotationTransformer</tt> only lets you modify a <tt>@Test</tt> annotation. If you need to modify another TestNG annotation (a configuration annotation, <tt>@Factory</tt> or <tt>@DataProvider</tt>), use an <tt>IAnnotationTransformer2</tt>.
<!-------------------------------------
METHOD INTERCEPTORS
------------------------------------>
<h4>
<a name="methodinterceptors">5.16 - Method Interceptors</a>
</h4>
Once TestNG has calculated in what order the test methods will be invoked, these methods are split in two groups:
<ul>
<li><em>Methods run sequentially</em>. These are all the test methods that have dependencies or dependents. These methods will be run in a specific order.
<li><em>Methods run in no particular order</em>. These are all the methods that don't belong in the first category. The order in which these test methods are run is random and can vary from one run to the next (although by default, TestNG will try to group test methods by class).
</ul>
In order to give you more control on the methods that belong to the second category, TestNG defines the following interface:
<pre class="brush: java">
public interface IMethodInterceptor {
List&lt;IMethodInstance&gt; intercept(List&lt;IMethodInstance&gt; methods, ITestContext context);
}
</pre>
The list of methods passed in parameters are all the methods that can be run in any order. Your <tt>intercept</tt> method is expected to return a similar list of <tt>IMethodInstance</tt>, which can be either of the following:
<ul>
<li>The same list you received in parameter but in a different order.
<li>A smaller list of <tt>IMethodInstance</tt> objects.
<li>A bigger list of <tt>IMethodInstance</tt> objects.
</ul>
Once you have defined your interceptor, you pass it to TestNG as a listener. For example:
<p>
<h3 class="sourcetitle">Shell</h3>
<pre class="brush: text">
java -classpath "testng-jdk15.jar:test/build" org.testng.TestNG -listener test.methodinterceptors.NullMethodInterceptor
-testclass test.methodinterceptors.FooTest
</pre>
For the equivalent <tt>ant</tt> syntax, see the <tt>listeners</tt> attribute in the <a href="ant.html">ant documentation</a>.
<p>
For example, here is a Method Interceptor that will reorder the methods so that test methods that belong to the group "fast" are always run first:
<pre class="brush: java">
public List&lt;IMethodInstance&gt; intercept(List&lt;IMethodInstance&gt; methods, ITestContext context) {
List&lt;IMethodInstance&gt; result = new ArrayList&lt;IMethodInstance&gt;();
for (IMethodInstance m : methods) {
Test test = m.getMethod().getMethod().getAnnotation(Test.class);
Set&lt;String&gt; groups = new HashSet&lt;String&gt;();
for (String group : test.groups()) {
groups.add(group);
}
if (groups.contains("fast")) {
result.add(0, m);
}
else {
result.add(m);
}
}
return result;
}
</pre>
<!-------------------------------------
TESTNG LISTENERS
------------------------------------>
<h4>
<a name="testng-listeners">5.18 - TestNG Listeners</a>
</h4>
There are several interfaces that allow you to modify TestNG's behavior. These interfaces are broadly called "TestNG Listeners". Here are a few listeners:
<ul>
<li><tt>IAnnotationTransformer</tt> (<a href="#annotationtransformers">doc</a>, <a href="../javadocs/org/testng/IAnnotationTransformer.html">javadoc</a>)
<li><tt>IAnnotationTransformer2</tt> (<a href="#annotationtransformers">doc</a>, <a href="../javadocs/org/testng/IAnnotationTransformer2.html">javadoc</a>)
<li><tt>IHookable</tt> (<a href="#ihookable">doc</a>, <a href="../javadocs/org/testng/IHookable.html">javadoc</a>)
<li><tt>IInvokedMethodListener</tt> (doc, <a href="../javadocs/org/testng/IInvokedMethodListener.html">javadoc</a>)
<li><tt>IMethodInterceptor</tt> (<a href="#methodinterceptors">doc</a>, <a href="../javadocs/org/testng/IMethodInterceptor.html">javadoc</a>)
<li><tt>IReporter</tt> (<a href="#logging-reporters">doc</a>, <a href="../javadocs/org/testng/IReporter.html">javadoc</a>)
<li><tt>ISuiteListener</tt> (doc, <a href="../javadocs/org/testng/ISuiteListener.html">javadoc</a>)
<li><tt>ITestListener</tt> (<a href="#logging-listeners">doc</a>, <a href="../javadocs/org/testng/ITestListener.html">javadoc</a>)
</ul>
When you implement one of these interfaces, you can let TestNG know about it with either of the following ways:
<ul>
<li><a href="#running-testng">Using -listener on the command line.</a>
<li><a href="ant.html">Using &lt;listeners&gt; with ant.</a>
<li>Using &lt;listeners&gt; in your <tt>testng.xml</tt> file.
<li>Using the <tt>@Listeners</tt> annotation on any of your test classes.
<li>Using <tt>ServiceLoader</tt>.
</ul>
<h3><a name="listeners-testng-xml">5.18.1 - Specifying listeners with <tt>testng.xml</tt> or in Java</a></h3>
Here is how you can define listeners in your <tt>testng.xml</tt> file:
<pre class="brush: xml">
&lt;suite&gt;
&lt;listeners&gt;
&lt;listener class-name="com.example.MyListener" /&gt;
&lt;listener class-name="com.example.MyMethodInterceptor" /&gt;
&lt;/listeners&gt;
...
</pre>
Or if you prefer to define these listeners in Java:
<pre class="brush: java">
@Listeners({ com.example.MyListener.class, com.example.MyMethodInterceptor.class })
public class MyTest {
// ...
}
</pre>
The <tt>@Listeners</tt> annotation can contain any class that extends <tt>org.testng.ITestNGListener</tt> <b>except</b> <tt>IAnnotationTransformer</tt> and <tt>IAnnotationTransformer2</tt>. The reason is that these listeners need to be known very early in the process so that TestNG can use them to rewrite your annotations, therefore you need to specify these listeners in your <tt>testng.xml</tt> file.
<h3><a name="listeners-service-loader">5.18.2 - Specifying listeners with <tt>ServiceLoader</tt></a></h3>
Finally, the JDK offers a very elegant mechanism to specify implementations of interfaces on the class path via the <tt><a href="http://download.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html">ServiceLoader</a></tt> class.
<p>
With ServiceLoader, all you need to do is create a jar file that contains your listener(s) and a few configuration files, put that jar file on the classpath when you run TestNG and TestNG will automatically find them.
<p>
Here is a concrete example of how it works.
<p>
Let's start by creating a listener (any TestNG listener should work):
<pre class="brush: java">
package test.tmp;
public class TmpSuiteListener implements ISuiteListener {
@Override
public void onFinish(ISuite suite) {
System.out.println("Finishing");
}
@Override
public void onStart(ISuite suite) {
System.out.println("Starting");
}
}
</pre>
Compile this file, then create a file at the location <tt>META-INF/services/org.testng.ITestNGListener</tt>, which will name the implementation(s) you want for this interface.
<p>
You should end up with the following directory structure, with only two files:
<pre class="brush: plain; highlight: [4, 7]">
$ tree
|____META-INF
| |____services
| | |____org.testng.ITestNGListener
|____test
| |____tmp
| | |____TmpSuiteListener.class
$ cat META-INF/services/org.testng.ITestNGListener
test.tmp.TmpSuiteListener
</pre>
Create a jar of this directory:
<pre class="brush: plain">
$ jar cvf ../sl.jar .
added manifest
ignoring entry META-INF/
adding: META-INF/services/(in = 0) (out= 0)(stored 0%)
adding: META-INF/services/org.testng.ITestNGListener(in = 26) (out= 28)(deflated -7%)
adding: test/(in = 0) (out= 0)(stored 0%)
adding: test/tmp/(in = 0) (out= 0)(stored 0%)
adding: test/tmp/TmpSuiteListener.class(in = 849) (out= 470)(deflated 44%)
</pre>
Next, put this jar file on your classpath when you invoke TestNG:
<pre class="brush: plain">
$ java -classpath sl.jar:testng.jar org.testng.TestNG testng-single.yaml
Starting
f2 11 2
PASSED: f2("2")
Finishing
</pre>
This mechanism allows you to apply the same set of listeners to an entire organization just be adding a jar file to the classpath, instead of asking every single developer to remember to specify these listeners in their testng.xml file.
<!-------------------------------------
DEPENDENCY INJECTION
------------------------------------>
<h4>
<a name="dependency-injection">5.19 - Dependency injection</a>
</h4>
TestNG supports two different kinds of dependency injection: native (performed by TestNG itself) and external (performed by a dependency injection framework such as Guice).
<h5>
<a name="native-dependency-injection">5.19.1 - Native dependency injection</a>
</h5>
TestNG lets you declare additional parameters in your methods. When this happens, TestNG will automatically fill these parameters with the right value. Dependency injection can be used in the following places:
<ul>
<li>
Any @Before method or @Test method can declare a parameter of type <tt>ITestContext</tt>.
<li>
Any @AfterMethod method can declare a parameter of type <tt>ITestResult</tt>, which will reflect the result of the test method that was just run.
<li>
Any @Before and @After methods can declare a parameter of type <tt>XmlTest</tt>, which contain the current <tt>&lt;test&gt;</tt> tag.
<li>
Any @BeforeMethod (and @AfterMethod) can declare a parameter of type
<tt>java.lang.reflect.Method</tt>. This parameter will receive the
test method that will be called once this @BeforeMethod finishes (or
after the method as run for @AfterMethod).
<li>
Any @BeforeMethod can declare a parameter of type <tt>Object[]</tt>. This parameter will receive the list of parameters that are about to be fed to the upcoming test method, which could be either injected by TestNG, such as <tt>java.lang.reflect.Method</tt> or come from a <tt>@DataProvider</tt>.
<li>
Any @DataProvider can declare a parameter of type
<tt>ITestContext</tt> or <tt>java.lang.reflect.Method</tt>. The
latter parameter will receive the test method that is about to be invoked.
</ul>
You can turn off injection with the <tt>@NoInjection</tt> annotation:
<pre class="brush: java; highlight: [9]">
public class NoInjectionTest {
@DataProvider(name = "provider")
public Object[][] provide() throws Exception {
return new Object[][] { { CC.class.getMethod("f") } };
}
@Test(dataProvider = "provider")
public void withoutInjection(@NoInjection Method m) {
Assert.assertEquals(m.getName(), "f");
}
@Test(dataProvider = "provider")
public void withInjection(Method m) {
Assert.assertEquals(m.getName(), "withInjection");
}
}
</pre>
<h5>
<a name="guice-dependency-injection">5.19.2 - Guice dependency injection</a>
</h5>
If you use Guice, TestNG gives you an easy way to inject your test objects with a Guice module:
<pre class="brush: java">
@Guice(modules = GuiceExampleModule.class)
public class GuiceTest extends SimpleBaseTest {
@Inject
ISingleton m_singleton;
@Test
public void singletonShouldWork() {
m_singleton.doSomething();
}
}
</pre>
In this example, <tt>GuiceExampleModule</tt> is expected to bind the interface <tt>ISingleton</tt> to some concrete class:
<pre class="brush: java">
public class GuiceExampleModule implements Module {
@Override
public void configure(Binder binder) {
binder.bind(ISingleton.class).to(ExampleSingleton.class).in(Singleton.class);
}
}
</pre>
If you need more flexibility in specifying which modules should be used to instantiate your test classes, you can specify a module factory:
<pre class="brush: java">
@Guice(moduleFactory = ModuleFactory.class)
public class GuiceModuleFactoryTest {
@Inject
ISingleton m_singleton;
@Test
public void singletonShouldWork() {
m_singleton.doSomething();
}
}
</pre>
The module factory needs to implement the interface <a href="../javadocs/org/testng/IModuleFactory.html">IModuleFactory</a>:
<pre class="brush: java">
public interface IModuleFactory {
/**
* @param context The current test context
* @param testClass The test class
*
* @return The Guice module that should be used to get an instance of this
* test class.
*/
Module createModule(ITestContext context, Class&lt;?&gt; testClass);
}
</pre>
Your factory will be passed an instance of the test context and the test class that TestNG needs to instantiate. Your <tt>createModule</tt> method should return a Guice Module that will know how to instantiate this test class. You can use the test context to find out more information about your environment, such as parameters specified in <tt>testng.xml</tt>, etc...
<!-------------------------------------
INVOKED METHOD LISTENERS
------------------------------------>
<h4>
<a name="invokedmethodlistener">5.20 - Listening to method invocations</a>
</h4>
The listener <tt><a href="../javadocs/org/testng/IInvokedMethodListener.html">IInvokedMethodListener</a></tt> allows you to be notified whenever TestNG is about to invoke a test (annotated with <tt>@Test</tt>) or configuration (annotated with any of the <tt>@Before</tt> or <tt>@After</tt> annotation) method. You need to implement the following interface:
<pre class="brush: java">
public interface IInvokedMethodListener extends ITestNGListener {
void beforeInvocation(IInvokedMethod method, ITestResult testResult);
void afterInvocation(IInvokedMethod method, ITestResult testResult);
}
</pre>
and declare it as a listener, as explained in <a href="#testng-listeners">the section about TestNG listeners</a>.
<p>
<!-------------------------------------
TEST ORDERING
------------------------------------>
<h4>
<a name="preserve-order">5.21 - Specifying the ordering of classes</a></h4>
</h4>
<p>
You can specify the order in which your tests are run in several ways. The most flexible one is to use a method interceptor, as explained in <a href="#methodinterceptors">this section</a>. You can also use your XML file to specify that your classes should be run in a certain order.
<p>
By default, the classes specified in your XML file will be run in a non-deterministic order, but if you specify <tt>preserve-order="true"</tt> in the <tt>&lt;test&gt;</tt> tag, then TestNG will run these classes in the same order you listed them:
<h3 class="sourcetitle">testng.xml</h3>
<pre class="brush: xml; highlight: [4]">
&lt;!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" &gt;
&lt;suite name="Suite" &gt;
&lt;test name="Test" preserve-order="true"&gt;
&lt;classes&gt;
&lt;class name="test.tmp.A" /&gt;
&lt;class name="test.tmp.B" /&gt;
&lt;/classes&gt;
&lt;/test&gt;
&lt;/suite&gt;
</pre>
Because the attribute <tt>preserve-order</tt> was specifid on your <tt>&lt;test&gt;</tt> tag, TestNG will first run all the test methods on the class <tt>test.tmp.A</tt> first, and then on <tt>test.tmp.B</tt>.
</pre>
<!-------------------------------------
IHOOKABLE AND ICONFIGURABLE
------------------------------------>
<h4>
<a name="ihookable">5.22 - Overriding test methods</a></h4>
</h4>
TestNG allows you to override and possibly skip the invocation of test methods. One example of where this is useful is if you need to your test methods with a specific security manager. You achieve this by providing a listener that implements <a href="../javadocs/org/testng/IHookable.html"><tt>IHookable</tt></a>.
<p>
Here is an example with JAAS:
<pre class="brush: java">
public class MyHook implements IHookable {
public void run(final IHookCallBack icb, ITestResult testResult) {
// Preferably initialized in a @Configuration method
mySubject = authenticateWithJAAs();
Subject.doAs(mySubject, new PrivilegedExceptionAction() {
public Object run() {
icb.callback(testResult);
}
};
}
}
</pre>
<!------------------------------------
TEST SUCCESS
------------------------------------>
<h3>
<a name="test-results">6 - Test results</a>
</h3>
<h4>
<a name="success-failure">6.1 - Success, failure and assert</a>
</h4>
<p>A test is considered successful if it completed without throwing any
exception or if&nbsp; it threw an exception that was expected (see the
documentation for the <tt>expectedExceptions</tt> attribute found on the <tt>@Test</tt> annotation).
</p>
<p>Your test methods will typically be made of calls that can throw an
exception, or of various assertions (using the Java &quot;assert&quot; keyword).&nbsp; An
&quot;assert&quot; failing will trigger an AssertionErrorException, which in turn will
mark the method as failed (remember to use -ea on the JVM if you are not seeing
the assertion errors).</p><p>Here is an example test method:</p>
<pre class="brush: java">
@Test
public void verifyLastName() {
assert "Beust".equals(m_lastName) : "Expected name Beust, for" + m_lastName;
}
</pre>
TestNG also include JUnit's Assert class, which lets you perform
assertions on complex objects:
<pre class="brush: java">
import static org.testng.AssertJUnit.*;
//...
@Test
public void verify() {
assertEquals("Beust", m_lastName);
}
</pre>
<p>Note that the above code use a static import in order to be able to use the
<tt>assertEquals</tt> method without having to prefix it by its class.
<!-------------------------------------
LOGGING
------------------------------------>
</p>
<h3><a name="logging">6.2 - Logging and results</a></h3>The results of the test run are created in a file called <tt>index.html</tt> in the
directory specified when launching SuiteRunner.&nbsp; This file points to
various other HTML and text files that contain the result of the entire test
run.&nbsp; You can see a typical example
<a href="http://testng.org/test-output/index.html">here</a>.
<p>
It's very easy to generate your own reports with TestNG with Listeners and Reporters:
<ul>
<li><b>Listeners</b> implement the interface <a href="../javadocs/org/testng/ITestListener.html"><tt>org.testng.ITestListener</tt></a> and are notified in real time of when a test starts, passes, fails, etc...</li><li><b>Reporters</b> implement the interface <a href="../javadocs/org/testng/IReporter.html"><tt>org.testng.IReporter</tt></a> and are notified when all the suites have been run by TestNG. The IReporter instance receives a list of objects that describe the entire test run.</li></ul>For example, if you want to generate a PDF report of your test run, you don't need to be notified in real time of the test run so you should probably use an <tt>IReporter</tt>. If you'd like to write a real-time reporting of your tests, such as a GUI with a progress bar or a text reporter displaying dots (".") as each test is invoked (as is explained below), <tt>ITestListener</tt> is your best choice.
<p>
&nbsp;&nbsp;<a name="logging-listeners"><em>6.2.1 - Logging Listeners</em></a>
<p>
Here is a listener that displays a "." for each passed test, a "F" for each failure and a "S" for each skip:
<pre class="brush: java">
public class DotTestListener extends TestListenerAdapter {
private int m_count = 0;
@Override
public void onTestFailure(ITestResult tr) {
log("F");
}
@Override
public void onTestSkipped(ITestResult tr) {
log("S");
}
@Override
public void onTestSuccess(ITestResult tr) {
log(".");
}
private void log(String string) {
System.out.print(string);
if (++m_count % 40 == 0) {
System.out.println("");
}
}
}
</pre>
In this example, I chose to extend <a href="../javadocs/org/testng/TestListenerAdapter.html"><tt>TestListenerAdapter</tt></a>, which implements <a href="../javadocs/org/testng/ITestListener.html"><tt>ITestListener</tt></a> with empty methods, so I don't have to override other methods from the interface that I have no interest in. You can implement the interface directly if you prefer.
<p>
Here is how I invoke TestNG to use this new listener:
<h3 class="sourcetitle">Shell</h3>
<pre class="brush: text">
java -classpath testng.jar;%CLASSPATH% org.testng.TestNG -listener org.testng.reporters.DotTestListener test\testng.xml
</pre>
and the output:
<p>
<h3 class="sourcetitle">Shell</h3>
<pre class="brush: text">
........................................
........................................
........................................
........................................
........................................
.........................
===============================================
TestNG JDK 1.5
Total tests run: 226, Failures: 0, Skips: 0
===============================================
</pre>
Note that when you use <tt>-listener</tt>, TestNG will automatically determine the type of listener you want to use.
<p>
&nbsp;&nbsp;<a name="logging-reporters"><em>6.2.2 - Logging Reporters</em></a>
<p>
The <a href="../javadocs/org/testng/IReporter.html"><tt>org.testng.IReporter</tt></a> interface only has one method:
<pre class="brush: java">
public void generateReport(List&lt;ISuite</a>&gt; suites, String outputDirectory)
</pre>
This method will be invoked by TestNG when all the suites have been run and you can inspect its parameters to access all the information on the run that was just completed.
<p>
&nbsp;&nbsp;<a name="logging-junitreports"><em>6.2.3 - JUnitReport</em></a>
<p>
TestNG contains a listener that takes the TestNG results
and outputs an XML file that can then be fed to JUnitReport. <a href="http://testng.org/test-report/junit-noframes.html">
Here</a> is an example, and the ant task to create this report:
<h3 class="sourcetitle">build.xml</h3>
<pre class="brush: xml">
&lt;target name="reports"&gt;
&lt;junitreport todir="test-report"&gt;
&lt;fileset dir="test-output"&gt;
&lt;include name="*/*.xml"/&gt;
&lt;/fileset&gt;
&lt;report format="noframes" todir="test-report"/&gt;
&lt;/junitreport&gt;
&lt;/target&gt;
</pre>
<blockquote>
<em>Note:&nbsp; a current incompatibility between the JDK 1.5 and JUnitReports
prevents the frame version from working, so you need to specify &quot;noframes&quot; to
get this to work for now.</em>
</blockquote>
&nbsp;&nbsp;<a name="logging-reporter-api"><em>6.2.4 - Reporter API</em></a>
<p>
If you need to log messages that should appear in the generated HTML reports, you can use the class <tt><a href="../javadocs/org/testng/Reporter.html">org.testng.Reporter</a></tt>:
<blockquote class="brush: text">
<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">Reporter.log</font><font color="#000000">(</font><font color="#2a00ff">&#34;M3 WAS CALLED&#34;</font><font color="#000000">)</font><font color="#000000">;</font>
</blockquote>
<p align="center">
<img src="pics/show-output1.png" />
<img src="pics/show-output2.png" />
</p>
&nbsp;&nbsp;<a name="logging-xml-reports"><em>6.2.5 - XML Reports</em></a>
<p>
TestNG offers an XML reporter capturing TestNG specific information that is not available in JUnit reports. This is particulary useful when the user's test environment needs to consume XML results with TestNG-specific data that the JUnit format can't provide. Below is a sample of the output of such a reporter:
</p>
<pre class="brush: xml">
&lt;testng-results&gt;
&lt;suite name=&quot;Suite1&quot;&gt;
&lt;groups&gt;
&lt;group name=&quot;group1&quot;&gt;
&lt;method signature=&quot;com.test.TestOne.test2()&quot; name=&quot;test2&quot; class=&quot;com.test.TestOne&quot;/&gt;
&lt;method signature=&quot;com.test.TestOne.test1()&quot; name=&quot;test1&quot; class=&quot;com.test.TestOne&quot;/&gt;
&lt;/group&gt;
&lt;group name=&quot;group2&quot;&gt;
&lt;method signature=&quot;com.test.TestOne.test2()&quot; name=&quot;test2&quot; class=&quot;com.test.TestOne&quot;/&gt;
&lt;/group&gt;
&lt;/groups&gt;
&lt;test name=&quot;test1&quot;&gt;
&lt;class name=&quot;com.test.TestOne&quot;&gt;
&lt;test-method status=&quot;FAIL&quot; signature=&quot;test1()&quot; name=&quot;test1&quot; duration-ms=&quot;0&quot;
started-at=&quot;2007-05-28T12:14:37Z&quot; description=&quot;someDescription2&quot;
finished-at=&quot;2007-05-28T12:14:37Z&quot;&gt;
&lt;exception class=&quot;java.lang.AssertionError&quot;&gt;
&lt;short-stacktrace&gt;java.lang.AssertionError
... Removed 22 stack frames
&lt;/short-stacktrace&gt;
&lt;/exception&gt;
&lt;/test-method&gt;
&lt;test-method status=&quot;PASS&quot; signature=&quot;test2()&quot; name=&quot;test2&quot; duration-ms=&quot;0&quot;
started-at=&quot;2007-05-28T12:14:37Z&quot; description=&quot;someDescription1&quot;
finished-at=&quot;2007-05-28T12:14:37Z&quot;&gt;
&lt;/test-method&gt;
&lt;test-method status=&quot;PASS&quot; signature=&quot;setUp()&quot; name=&quot;setUp&quot; is-config=&quot;true&quot; duration-ms=&quot;15&quot;
started-at=&quot;2007-05-28T12:14:37Z&quot; finished-at=&quot;2007-05-28T12:14:37Z&quot;&gt;
&lt;/test-method&gt;
&lt;/class&gt;
&lt;/test&gt;
&lt;/suite&gt;
&lt;/testng-results&gt;
</pre>
<p>This reporter is injected along with the other default listeners so you can get this type of output by default. The listener provides some properties that can tweak the reporter to fit your needs. The following table contains a list of these properties with a short explanation:
</p>
<table border="1" width="100%" id="table6">
<tr>
<th>Property</th>
<th>Comment</th>
<th>Default value</th>
</tr>
<tr>
<td>outputDirectory</td>
<td>A <tt>String</tt> indicating the directory where should the XML files be outputed.</td>
<td>The TestNG output directory</td>
</tr>
<tr>
<td>timestampFormat</td>
<td>Specifies the format of date fields that are generated by this reporter</td>
<td>yyyy-MM-dd'T'HH:mm:ss'Z'</td>
</tr>
<tr>
<td>fileFragmentationLevel</td>
<td>An integer having the values 1, 2 or 3, indicating the way that the XML files are generated:
<br>
<pre>
1 - will generate all the results in one file.
2 - each suite is generated in a separate XML file that is linked to the main file.
3 - same as 2 plus separate files for test-cases that are referenced from the suite files.
</pre>
</td>
<td>1</td>
</tr>
<tr>
<td>splitClassAndPackageNames</td>
<td>This boolean specifies the way that class names are generated for the <tt>&lt;class&gt;</tt> element.
For example, you will get <tt>&lt;class class="com.test.MyTest"&gt;</tt> for false and <tt>&lt;class class="MyTest" package="com.test"&gt;</tt> for true.
</td>
<td>false</td>
</tr>
<tr>
<td>generateGroupsAttribute</td>
<td>A boolean indicating if a <tt>groups</tt> attribute should be generated for the <tt>&lt;test-method&gt;</tt> element. This feature aims at providing a
straight-forward method of retrieving the groups that include a test method without having to surf through the <tt>&lt;group&gt;</tt> elements.
</td>
<td>false</td>
</tr>
<tr>
<td>generateTestResultAttributes</td>
<td>
A boolean indicating if an <tt>&lt;attributes&gt;</tt> tag should be generated for each <tt>&lt;test-method&gt;</tt> element, containing the test result
attributes (See <tt>ITestResult.setAttribute()</tt> about setting test result attributes). Each attribute <tt>toString()</tt> representation will be
written in a <tt>&lt;attribute name="[attribute name]"&gt;</tt> tag.
</td>
<td>false</td>
</tr>
<tr>
<td>stackTraceOutputMethod</td>
<td>Specifies the type of stack trace that is to be generated for exceptions and has the following values:
<br>
<pre>
0 - no stacktrace (just Exception class and message).
1 - a short version of the stack trace keeping just a few lines from the top
2 - the complete stacktrace with all the inner exceptions
3 - both short and long stacktrace
</pre>
</td>
<td>2</td>
</tr>
<tr>
<td>generateDependsOnMethods</td>
<td>Use this attribute to enable/disable the generation of a <tt>depends-on-methods</tt> attribute for the <tt>&lt;test-method&gt;</tt> element.
</td>
<td>true</td>
</tr>
<tr>
<td>generateDependsOnGroups</td>
<td>Enable/disable the generation of a <tt>depends-on-groups</tt> attribute for the <tt>&lt;test-method&gt;</tt> element.
</td>
<td>true</td>
</tr>
</table>
<p>
In order to configure this reporter you can use the <tt>-reporter</tt> option in the command line or the <a href="http://testng.org/doc/ant.html">Ant</a>
task with the nested <tt>&lt;reporter&gt;</tt> element. For each of these you must specify the class <tt>org.testng.reporters.XMLReporter</tt>.
Please note that you cannot configure the built-in reporter because this one will only use default settings. If you need just the XML report with custom settings
you will have to add it manually with one of the two methods and disable the default listeners.
</p>
<!------------------------------------
YAML
------------------------------------>
<h3>
<a name="yaml">7 - YAML</a>
</h3>
TestNG supports <a href="http://www.yaml.org/">YAML</a> as an alternate way of specifying your suite file. For example, the following XML file:
<pre class="brush: xml">
<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
<suite name="SingleSuite" verbose="2" thread-count="4" >
&lt;parameter name="n" value="42" /&gt;
<test name="Regression2">
<groups>
<run>
&lt;exclude name="broken" /&gt;
</run>
</groups>
<classes>
&lt;class name="test.listeners.ResultEndMillisTest" /&gt;
</classes>
</test>
</suite>
</pre>
<p>and here is its YAML version:</p>
<pre class="brush: plain">
name: SingleSuite
threadCount: 4
parameters: { n: 42 }
tests:
- name: Regression2
parameters: { count: 10 }
excludedGroups: [ broken ]
classes:
- test.listeners.ResultEndMillisTest
</pre>
Here is <a href="https://github.com/cbeust/testng/blob/master/src/test/resources/testng.xml">TestNG's own suite file</a>, and its <a href="https://github.com/cbeust/testng/blob/master/src/test/resources/testng.yaml">YAML counterpart</a>.
<p>
You might find the YAML file format easier to read and to maintain. YAML files are also recognized by the TestNG Eclipse plug-in. You can find more information about YAML and TestNG in this <a href="http://beust.com/weblog/2010/08/15/yaml-the-forgotten-victim-of-the-format-wars/">blog post</a>.
<!---------------------------------------------------------------------->
<a name="testng-dtd">
&nbsp;<hr width="100%">
<p>Back to my <a href="http://beust.com/weblog">home page</a>.</p><p>Or check out some of my other projects:</p><ul>
<li><a href="http://beust.com/ejbgen">EJBGen</a>:&nbsp; an EJB tag
generator.</li><li><a href="http://testng.org">TestNG</a>:&nbsp; A testing framework using annotations, test groups and method parameters. </li><li><a href="http://beust.com/doclipse">Doclipse</a>:&nbsp; a JavaDoc tag
Eclipse plug-in.</li><li><a href="http://beust.com/j15">J15</a>:&nbsp; an Eclipse plug-in to help
you migrate your code to the new JDK 1.5 constructs..</li><li><a href="http://beust.com/sgen">SGen</a>:&nbsp; a replacement for
XDoclet with an easy plug-in architecture.</li><li><a href="http://beust.com/canvas">Canvas</a>:&nbsp; a template generator
based on the Groovy language.</li></ul><p>
</p>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-238215-2";
urchinTracker();
</script>