BBVA / apicheck

The DevSecOps toolset for REST APIs
https://bbva.github.io/apicheck/
Apache License 2.0
270 stars 65 forks source link

Add required parameters to generators to enable complete dicctionary scans #5

Open CesarGallego opened 5 years ago

CesarGallego commented 5 years ago

RIght now every time that you declare a dicctionary a random element is picked at data generation. So, you can't know if every item is visited or not. In order to make a dictionary combinator the actual combinator must receive the dictionary elements as parameters. This enable to choose one random o combine dictionary values afterwards.