Best Practice when using a data file for a testsuite

with data file:

[
    {
        "usernames":["user"],
        "parameter_tests":["1","2","3"],
        "expected":true
    },
    {
        "usernames":["","testing"],
        "parameter_tests":["","not","this","issa test"],
        "expected":false
    }
]

the failed tests in the second iteration is because even with nonsensical parameters the api returns 200 :smiley:

just gonna post my prereq and tests as pics because thats how I learn best

image

image

cheers

2 Likes