pyresttest
pyresttest copied to clipboard
input data from txt file to yaml
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.
@svanoort