How to Install and Uninstall testng Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "testng" package

This guide let you learn how to install testng on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install testng

2. Uninstall "testng" package

Please follow the guidelines below to uninstall testng on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove testng $ sudo apt autoclean && sudo apt autoremove

3. Information about the testng package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: testng
Priority: optional
Section: universe/devel
Installed-Size: 880
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 6.9.5-1
Depends: libbsh-java (>= 2.0b4), libjcommander-java
Recommends: ant, junit4, libyaml-snake-java
Filename: pool/universe/t/testng/testng_6.9.5-1_all.deb
Size: 804704
MD5sum: 7f1544bd55968c37ceaf6f4893eb1773
SHA1: bb16edd9877cbd68cc403337cccd79f2862695cf
SHA256: e891458ecc0eb82846a081d420c92168d0f12bc360114094d6d50dcae391d400
Description-en: testing framework for Java
TestNG is a testing framework inspired from JUnit and NUnit but introducing
some new functionalities that make it more powerful and easier to use, such as:
* Annotations.
* Run your tests in arbitrarily big thread pools with various policies
available (all methods in their own thread, one thread per test class, etc.)
* Test that your code is multithread safe.
* Flexible test configuration.
* Support for data-driven testing (with @DataProvider).
* Support for parameters.
* Powerful execution model (no more TestSuite).
* Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc.)
* Embeds BeanShell for further flexibility.
* Default JDK functions for runtime and logging (no dependencies).
* Dependent methods for application server testing.
TestNG is designed to cover all categories of tests:
unit, functional, end-to-end, integration, etc.
Description-md5: d2b6208d4934fc7baa97ad9dc66a441f
Homepage: http://testng.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu