Forum Discussion

smadji's avatar
smadji
Contributor
10 years ago

asserting 'not match' using content match assertion

I am trying to assert that the results in my api do not return all the results in the database   I run a query that gets all the results as a count and enter that into a property at the suite level...
  • Armageddonsoft's avatar
    10 years ago

    You can use Script Assertion which will generate a Groovy type assertion step and then clone the assertion:

     

    Capture.JPG