* What’s TestNG features?
What’s TestNG features?
- Annotations. (JDK 5 new features, if unfamiliar with annotations, you should familer with it.)
- Test that your code is multithread safe.
- Using XML do Flexible test configuration.
- Support for data-driven testing (with @DataProvider).
- Powerful execution model (no more TestSuite).
- Dependent methods for application server testing.
- Supported ignore, time, parameters, Suite and exception Test.
- Supported by Eclipse, IDEA, Ant, Maven, Netbean, Hudson and so on.
- Test that your source code is multithread-safe.
- Never superfluous code, No required extend specified class.
- Easy to migrate from JUnit
No comments:
Post a Comment