https://github.com/sbtqa/datajack
Java library to work with your test data
https://github.com/sbtqa/datajack
data-management test-data-supplier
Last synced: 6 months ago
JSON representation
Java library to work with your test data
- Host: GitHub
- URL: https://github.com/sbtqa/datajack
- Owner: sbtqa
- License: other
- Archived: true
- Created: 2016-11-17T02:35:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T02:21:56.000Z (almost 3 years ago)
- Last Synced: 2025-07-03T19:48:02.729Z (12 months ago)
- Topics: data-management, test-data-supplier
- Language: Java
- Homepage:
- Size: 296 KB
- Stars: 6
- Watchers: 16
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English description | Описание на русском
# Datajack
[](https://travis-ci.org/sbtqa/datajack) [](https://github.com/sbtqa/datajack/releases) [](https://search.maven.org/search?q=g:ru.sbtqa.tag.datajack%20AND%20a:datajack-parent&core=gav)
DataJack - opensource java framework which help you work with you test data.
### About
DataJack have two important think:
* **Stash** - use this class, if you want store something when tests execute.
* **TestDataProvider** - interface, which using to work with different test data storage systems.
We have the following implementations:
* [JSON-Provider](https://github.com/sbtqa/datajack/tree/master/providers/json-provider)
* [Properties-Provider](https://github.com/sbtqa/datajack/tree/master/providers/properties-provider)
* [Mongo-Provider](https://github.com/sbtqa/datajack/tree/master/providers/mongo-provider)
* [Excel-Provider](https://github.com/sbtqa/datajack/tree/master/providers/excel-provider)
### Documentation
Example how to use [here](https://github.com/sbtqa/datajack-example) and [here](https://github.com/sbtqa/datajack/tree/master/providers/json-provider/src/test).
### Contact
If you found error or you have a question? [Check](https://github.com/sbtqa/datajack/issues), maybe someone asked before, not found? Just [create a new issue](https://github.com/sbtqa/datajack/issues/new)!
### License
DataJack is released under the Apache 2.0. [Details here](https://github.com/sbtqa/datajack/blob/master/LICENSE).