Skip to content
#

testng-annotations

Here are 21 public repositories matching this topic...

The framework is Data driven and keyword driven. it is divided into 4 packages out of which driver class is the main class in which entire execution takes place, user need to provide request parameter,API Endpoint,validator method as per API. it consist of maven dependencies, testng,apachepoi,testNG annotations and allure testng for reporting.

  • Updated Apr 6, 2023
  • Java

The framework is Data driven and keyword driven. it is divided into 4 packages out of which driver class is the main class in which entire execution takes place, user need to provide request parameter,API Endpoint,validator method as per API. it consist of maven dependencies, testng,apachepoi,testNG annotations and allure testng for reporting.

  • Updated Apr 5, 2023
  • HTML

This framework is data driven i.e we read data from excel using common method,repository,test class and driver class with API. Maven dependacies are rest assured,testng,apache poi,allure testng. Status code validation is done by testng assert method.Request parameters validation is done by validator method.

  • Updated Apr 5, 2023
  • HTML

The project provides a structured approach for executing Rest Assured API tests using TestNG. Then The project integrates the Allure reporting tool to generate detailed and visually appealing reports for Rest Assured tests. . It allows users to define test methods, set up pre-test and post-test actions, handle dependencies, and manage test data.

  • Updated May 24, 2023
  • HTML

Framework is data-driven as well as keyword driven. In which, by passing the request parameters to create request for every test case, parameterized variables reads data from sheet on runtime. For validation purpose use test-ng assert class and generate the allure report using test-ng annotation.

  • Updated Apr 5, 2023
  • HTML

Improve this page

Add a description, image, and links to the testng-annotations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the testng-annotations topic, visit your repo's landing page and select "manage topics."

Learn more