Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Testcase iteration for assertion validation

Options
Teja
Teja Posts: 10

Hi all,

Using scripting how to iterate the testcase for performing validations for Assertion for error codes , my requirement is I would be creating a custom assertion code using groovy where it will be fetching the errors codes from writable datasource ( where we will be storing 10-20 api error codes) .
Now once the rest client is gets excuted it should check the response if it have any error code then the groovy code must compare with the datasource error code and iterate for the next datasource row error code to compare with api response.