svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

input data from txt file to yaml #242

Open omsatheesh opened 7 years ago

omsatheesh commented 7 years ago

Is there an easy way to input data to the yaml file and iterate the data for a get request and validate the response output?

Eg Json output

{ "status": "SUCCESS", "input": "ipod" }

I want to validate the response status and input matches with my input text file for different inputs.

omsatheesh commented 7 years ago

@svanoort