Skip to content
#

datadriven

Here are 15 public repositories matching this topic...

This github provides a common platform to run rest assured framework project using various methods and API. It also helps in generation of reports using Allure. Maven repositories used are restassured, testng, allure and apachepoi. Data driven & keyword driven framework. User needs to just change API Endpoint, Request Parameters & modify validator

  • Updated Apr 5, 2023
  • HTML

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

My framework is Data Driven Framework which is automation testing framework in which input values are read from data files and stored into variables in test scripts. It enables testers to build positive test cases into a single test. Input data in data driven framework can be stored in single or multiple data sources like .xlsx .

  • Updated Apr 30, 2023
  • HTML

This framework is data driven i.e. we read data from excel sheet using common method. This framework include Common method, Test Class cases and drive class to execution of entire framework. Maven Dependencies are Rest Assured, testng, apache poi, aluure. In this framework we validate status code and response body by using TESTNG assert class.

  • Updated Apr 6, 2023
  • HTML

Improve this page

Add a description, image, and links to the datadriven 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 datadriven topic, visit your repo's landing page and select "manage topics."

Learn more