mgroen2
8 years agoSuper Contributor
Status:
Community Feedback Requested
Implement Validator in the Operation Repository
Please re-factor the Validator functionality (currently residing in the Response section of a specific request) and make it an operation in the Operation Repository (see below). This would make the Validation much more usefull (it will allow you to validate values in responses over multiple requests. (Right now you can only validate a value within the same request).
Use case description:
test consists of running requests in a loop. You want the value of an item in a response to differ from the previous request (in the loop). Currently this is not possible to do in LoadComplete.