Completed
Last Updated: 11 Oct 2016 11:30 by ADMIN
Kim
Created on: 18 Jul 2016 12:46
Type: Feature Request
2
Add verification 'body contains not' to api testing
All the verifications methods have a NOT option except Body. It would be very usefull for us to have that option to make sure the response doesn't contain the wrong fields. 
2 comments
ADMIN
Oleg
Posted on: 11 Oct 2016 11:30
Hi,

Test Studio for APIs how has negative comparisons for string variables (including Body) (since version R3 2016):
- does not contain text
- does not start with
- does not end with
- does not match regex

Thanks! Any further feedback is appreciated.
ADMIN
Oleg
Posted on: 19 Jul 2016 07:14
Hello,

Thank you for your feedback. We will consider adding "does not contain text" comparison operation for verifications.