I have a Feature whereby I need to read the sanity check from a JSON file and the bulk of the testing from a CSV file. I also need to validate the data in an an Amazon S3 bucket
I have the following in the Background:
- form fields read ('json/Sanity.json')
- def Bulk = read ('data/Bulk.csv')
Scenario1: Validate data in json file
Scenario2: Validate data in csv file
The problem I'm having is that even though the data is being read from the CSV file in Scenario2, the validation is from the json file. Disabling "* form fields read" results in a 400