TestNG is a testing framework inspired by JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as: . * JDK 5 annotations * Flexible test configuration * Support for data-driven testing * Support for parameters * Distribution of tests on slave machines * Powerful execution model (no more TestSuite) * Embeds BeanShell for further flexibility . TestNG is designed to cover all categories of tests, including unit, functional, end-to-end and integration tests.
This package contains the API documentation and samples for TestNG. . TestNG is a testing framework inspired by JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.