Quantcast
Channel: Technology and Leadership» TestNG
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

junit vs TestNG – core differences

Junit and TestNG differ in the core design. Junit is a unit testing framework while TestNG addresses testing at a higher level. This article discusses the three main differences between TestNG and...

View Article



TestNG.xml – A Quick Overview

TestNG is a testing framework designed to simplify the testing needs.   Quick overview of TestNG.xml file A suite is an xml file represented by <suite> tag. The TestNG suite can contain one or...

View Article

TestNG groups using include/exclude

TestNG allows to perform groupings of test methods. The methods can be declared to belong to groups and TestNG can be invoked to include/exclude certain set of groups. This provides maximum flexibility...

View Article

TestNG – running tests in parallel

If you have several suites to be run, you could run them in parallel at the same time in different threads. Parallel suites In command line the ant task suiteThreadPoolSize can be used to run several...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images