farlee2121 / TestingPatterns

This project is to record and share patterns and libraries that make testing easier, descriptive and resilient
https://20xtesting.slides.spencerfarley.com
5 stars 0 forks source link

Special Charater Testings #41

Open farlee2121 opened 5 years ago

farlee2121 commented 5 years ago

Make it easy to test for simple free text vulnerabilities like special characters, sql injections, etc.

Could add a method to the builder that adds the text to every string type.

May want to look at running different theories (parameterized unit tests) for different vulnerabilities