Tuesday, January 22, 2008

How Many Restoril Does It Take To Kill You

TestNG

TestNG is a testing framework for testing and working with Java and is based on JUnit (for Java) and NUnit (for. NET), but introducing new features make them more powerful and easier to use, such as JDK Annotations

  • 5 (Annotations) (JDK 1.4 is also supported with JavaDoc annotations).
  • flexible test configuration.
  • evidence to support data-driven testing (with @ DataProvider).
  • support passage of parameters.
  • Allows distribution of tests on slave machines.
  • powerful execution model (no more TestSuite).
  • Supported by tools and important and varied as plugins (Eclipse, IDEA, Maven, etc ...).
  • embed BeanShell allows for broader flexibility. Features
  • default JDK runtime and logging. (No dependencies)
  • Methods for testing dependent on application servers.

TestNG is designed to cover all categories of tests: unit, functional, end-to-end, integration.

0 comments:

Post a Comment