Metadata-Version: 2.1
Name: testdatatable
Version: 0.2.5
Summary: TestDataTable
Home-page: https://github.com/damies13/TestDataTable
Author: damies13
Author-email: damies13+TestDataTable@gmail.com
License: UNKNOWN
Project-URL: Getting Help, https://github.com/damies13/TestDataTable#getting-help
Project-URL: Say Thanks!, https://github.com/damies13/TestDataTable#donations
Project-URL: Source, https://github.com/damies13/TestDataTable
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: configparser
Requires-Dist: HTTPServer
Requires-Dist: sqlite3worker


# TestDataTable

## About

TestDataTable is a web-based application that offers an alternative to static data sheets (text files, excel, etc.). When you use static data sheets, each test script is assigned parameter values from a dedicated set of values, values are either  not shared between test scripts or are duplicated in each script. In contrast, TestDataTable enables you to assign test data variable values from a single set of data to multiple scripts while allowing you to ensure each script has a unique data value. This may enable you to more accurately emulate a real-user environment.

## Testing

The [Regression_Tests](https://github.com/damies13/TestDataTable/blob/master/Regression_Tests) folder contains the current Regression Test Suite, I would love to hear the results of running this suite against Test Data Table on your machine, especially a Window Machine (as I don't have one)

## Getting Help

- [TestDataTable Documentation](https://github.com/damies13/TestDataTable/blob/master/Doc/Index.md)
- [Discord](https://discord.gg/5wYA6K)
- [Reporting Issues / Known Issues](https://github.com/damies13/TestDataTable/issues)

## Donations

If you would like to thank me for this project please use this [PayPal.me](https://paypal.me/damies13/5) link, the $5 is a suggestion, feel free to change to any amount you would like.


