TestNG
Sign in to saveTestNG is a testing framework for the Java programming language created by Cédric Beust and inspired by JUnit and NUnit. The design goal of TestNG is to cover a wider range of test categories: unit, functional, end-to-end, integration, etc., with more powerful and easy-to-use functionalities.
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
Wikidata facts
- Official website
- testng.org
- Has use
- unit testing
Show 6 more facts
- Stack Exchange tag
- stackoverflow.com/tags/testng
- copyright license
- Apache License
- software version identifier
- 7.12.0
- source code repository URL
- github.com/testng-team/testng
- software quality assurance
- continuous integration
- programmed in
- Java
via Wikidata · CC0
Article · Polski
TestNG jest biblioteką programistyczną służącą do pisania testów dla języka programowania Java. Jej autorem jest Cédric Beust. TestNG został napisany, aby stworzyć alternatywę dla narzędzia JUnit 3.x. Biblioteka obsługuje różne rodzaje testów m.in. testy jednostkowe, testy integracyjne, testy funkcjonalne. Twórcy TestNG jako główne cechy charakterystyczne swojej biblioteki podają: * wykorzystanie adnotacji Java 5, * elastyczną konfigurację testów, * obsługę , * obsługę parametryzacji testów, * testowanie w środowisku rozproszonym, * rozbudowany mechanizm tworzenia zestawów testów, * integrację z popularnymi narzędziami (Maven, Apache Ant) i IDE (Eclipse, IntelliJ IDEA), * rozszerzalność za pomocą języka skryptowego , * wykorzystanie tylko standardowego API Java SE. TestNG jest oprogramowaniem open-source udostępnianym na licencji Apache.
Abstract from DBpedia / Wikipedia · CC BY-SA