Forum Discussion

yerra16's avatar
yerra16
New Contributor
4 years ago
Solved

Multiple assertions usage in single test case for different Json nodes

Our client request is to validate all the responses using assertions in single test case, first name is having one type and last is having another type of validation how can we do all assertions in s...
  • nmrao's avatar
    4 years ago
    One can have any number of assertions for a test step. That is how usually the use cases will be.
    Otherwise, have a verified (master) response and compare with response using programming.