TestNG
TestNG Tutorial and Example – Dependency Test
1347
Dependency is common need in unit testing, because the test cases may share some state, data and conditions, in order to write repeatable cases and run
ASJAVA.COM
TestNG
TestNG Tutorial and Example – Group Test
0225
The group test is a new innovative feature in TestNG, it doesn’t exist in Junit framework, it permits you dispatch methods into proper portions and preform sophisticated groupings of test methods.
ASJAVA.COM
TestNG
Testng eclipse tutorial – Install and use testng eclipse plugin
3379
he TestNG Eclipse plug-in allows that we run TestNG tests from inside Eclipse in a convenient way. once we draft test case then we would’t need waiting
ASJAVA.COM
Ant
Ant – How to echo current time and system date in Ant
14.7к.
Ant has task Tstamp which easily get the current date or system time with TODAY property, the output date can be formatted in any particular custom date/time
ASJAVA.COM
Ant
Ant – How to get username, computer name and OS Name in ANT
0630
The propose of this tutorial is to retrieve the current logged username, computer name and operation system name in Ant, we echo these values in below example.
ASJAVA.COM
Ant
How Ant echo environment variables
06.8к.
Ant has a build-in task Property that can access OS-specific environment variables, Property's parameter environment is the prefix to use when retrieving
ASJAVA.COM
Junit
Junit 3 vs Junit 4 Comparison
01.4к.
Junit 3 vs Junit 4 Overview Junit 4 is the next series of Junit 3 and introduced lot of features. It has been compatible with most tools for a while.
ASJAVA.COM
Ant
Ant – How Do I Remote Debug Java Code in Ant and Eclipse
11к.
If we execute the Junit test cases in Ant (most of the time we do) and some cases fail, we may expect to debug Java code in Ant to analyze the failures.
ASJAVA.COM
Ant
How to Check Java version in Ant
38.1к.
Ant has built-in property ${ant.java.version}, you can directly use it to get Java or JVM version, the following example prints out Java version. Build.xml <
ASJAVA.COM
Ant
How do I sign Jar files in Ant
3650
When JAR files are published, it has by default no signature included so nobody would likely trust this source, it is best to digitally sign the JAR files
ASJAVA.COM