English 中文(简体)
TestNG - Discussion
  • 时间:2024-12-22

Discuss TestNG


Previous Page Next Page  

TestNG is a testing framework developed in the pnes of JUnit and NUnit, however it introduces some new functionapties that make it more powerful and easier to use. TestNG is designed to cover all categories of tests: unit, functional, end-to-end, integration, etc., and it requires JDK 5 or higher. This tutorial provides a good understanding on TestNG framework needed to test an enterprise-level apppcation to depver it with robustness and repabipty.

Advertisements