How to Install and Uninstall testng Package on Kali Linux

Last updated: May 14,2024

1. Install "testng" package

Please follow the step by step instructions below to install testng on Kali Linux

$ sudo apt update $ sudo apt install testng

2. Uninstall "testng" package

Please follow the guidelines below to uninstall testng on Kali Linux:

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

3. Information about the testng package on Kali Linux

Package: testng
Version: 6.9.12-4
Installed-Size: 869
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libbsh-java (>= 2.0b4), libjcommander-java
Recommends: ant, junit4 (>= 4.12), libyaml-snake-java (>= 1.21)
Size: 794660
SHA256: f3e87d08b2c860f73b879c86ac79404cd841b0a3199c6a2c7e8f8deedd3d415d
SHA1: 0f95151f874b7cdcc8eb2b0a7937b09e9ef131f8
MD5sum: 9da5f0e64ca2b2585031dfc819bc7fee
Description: 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:
Homepage: http://testng.org
Tag: devel::testing-qa, implemented-in::java, role::program
Section: java
Priority: optional
Filename: pool/main/t/testng/testng_6.9.12-4_all.deb