This project provides data binding from various data sources to TestNG test method parameters.
Currently implemented is the binding from CSV, Properties, Text and XML files. Supported are test input parameters as well as test output parameters.
Binding is provided for all primitive Java data types including Strings, lists of those, Java Beans, lists of Java Beans and enums.
As the framework is plugin based support for new data sources can easily be added by implementing a new plugin...