stewmoon
7 years agoOccasional Contributor
RequestFilter.filterRequest Script applied to only specific Test Cases
hello,
I have a Project in SoapUI that contains lots of Test Cases. I have created a Event Handler Script to add a Header to the Rest Requests that uses the RequestFilter.filterRequest Event.
My problem is I want to apply the Event script to ALL Test Cases that do not end in the words "- forbidden"
(See photo below)
How should I go about this problem? If I use the field 'Target' in the Event Handler? If so how do I filter using test cases names that end in "- forbidden"?
If I try and include in the logic of the Event Handler to check if the Test Case name, I'm unable to access the TestRunner to access the test case name.