Skip to content

djangofan/MetaModelExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaModelExample

Example of using the Apache Incubator MetaModel API in TestNG DataProvider. Uses a SQL query API supplied by MetaModel to build the 2D array returned by the DataProvider method.

Three examples that include:

  1. A DataProvider that reads data from a Excel .XLS or .XLSX file.
  2. A DataProvider that reads data from a CSV file.
  3. A DataProvider that reads data from a XML file.
Maven dependency

Requires the following dependency in your pom.xml file.

	<dependency>
	<groupId>org.apache.metamodel</groupId>
	<artifactId>MetaModel-full</artifactId>
	<version>4.3.2</version>
</dependency>

About

Example of using MetaModel API in TestNG DataProvider.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages