I build a tool to generate RandomTestData, you can find it here RandomTestData
But their is a big problem. If I run a Junit Test inside the project, I have to put the .txt files in src/main/test/resources so that the DataHolder find the files. And if I use this as a jar inside another Project, I have the same problem that the Dataholder can not find the files.
I tried the solution in this Thread but this doesn't work either. Can anyone help me with this?