How to Install and Uninstall testng Package on openSUSE Leap

Last updated: May 17,2024

1. Install "testng" package

In this section, we are going to explain the necessary steps to install testng on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install testng

2. Uninstall "testng" package

Please follow the instructions below to uninstall testng on openSUSE Leap:

$ sudo zypper remove testng

3. Information about the testng package on openSUSE Leap

Information for package testng:
-------------------------------
Repository : Main Repository
Name : testng
Version : 7.4.0-150200.3.7.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.0 MiB
Installed : No
Status : not installed
Source package : testng-7.4.0-150200.3.7.1.src
Upstream URL : https://testng.org/
Summary : Java-based testing framework
Description :
TestNG is a testing framework inspired from JUnit and NUnit but introducing
some new functionality, including flexible test configuration, and
distributed test running. It is designed to cover unit tests as well as
functional, end-to-end, integration, etc.