Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.09 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.09 KB

Generate URLs with Random IDs appended

This project was inspired by the legendary Danny Dainton, and his testability month and data generator blog post. He reminded my I should put all the crazy little test tools out for the world to see, no matter how context dependent they are. The main thing is to share.

Anyway, this repo contains a Intellij project and associated jar file. The jar file takes the following arguments:

To run navigate to wherever the randomURLGen.jar file is (there is an example in the root of this project) in your terminal and enter:

java -jar randomURLs.jar "http://139.59.203.179:9999/ http://139.59.203.179:9999/todos/ http://139.59.203.179:9999/todos//" URLS.txt 100 5000

There is no error handling, pass what you like watch it blow up.

And finally, this README.md was created using http://dillinger.io/ - it rules.