Tests for negative test data

Hi,
I am using one csv file where positive test data and negative test data is present for the same request. Then how would I write the two different validations?

Hi @sindhu-ivaturi

you could add an additional field to the csv file to indicate positive and negative test cases. Then within the test have an if statement to direct to the correct path.

Hi @sindhu-ivaturi

have some indicator for positive and negative test cases, based on the test you can do the validation