Key facts
- Software.name
- TestNG
- Software.developer
- Cédric Beust, the TestNG team
- Software.latest release version
- 7.11
- Software.latest release date
- [https://github.com/cbeust/testng/releases
- Software.programming language
- Java
- Software.operating system
- Cross-platform
- Software.genre
- Unit testing tool
- Software.license
- Apache License 2.0
via Wikipedia infobox
Source code
Documentation available at TestNG's main web site. Visit TestNG Documentation's GitHub Repo to contribute to it. Note for contributors: Building TestNG from source requires JDK 21 or higher. See CONTRIBUTING.md for details. Need help? Before opening a new issue, did you ask your question on If you posted on both sites, please provide the link to the other question to avoid duplicating the answer. Which version are you using? Always make sure your issue is happening on the latest TestNG version. Bug reports occurring on older versions will not be looked at quickly. How to create a pull request? Refer our Contributing section for detailed set of steps. If your pull request involves fixing SonarQube issues then we would suggest that you please discuss this with the TestNG-dev before you spend time working on it. 1. Download the .asc file from 2. Run the command gpg --verify testng- .jar.asc testng- .jar 3. You should see an output as below:
Excerpt from the source-code README · 6,979 chars · not written by Vinony
Article · Deutsch
TestNG ist ein Framework zum Testen von Java-Programmen, das besonders für automatisierte Unit-Tests einzelner Units (Klassen oder Methoden) geeignet ist. Es baut auf bekannten Konzepten aus JUnit und NUnit auf, ergänzt diese aber durch neue Funktionalitäten.
Abstract from DBpedia / Wikipedia · CC BY-SA