Case sensitivity not working
search cancel

Case sensitivity not working

book

Article ID: 260382

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

Have a requirement where the need is to ignore the case sensitivity for a request parameter value.

After creating virtual service, in Workstation, under request data arguments have disabled the “Case Sensitive” checkbox and tried executing/verifying the virtual service using ITR mode, and getting the expected response.

When same virtual service is deployed in DevTest Portal, ignoring the case sensitivity is not working.

 

Environment

Release : 10.7.2

Resolution

It is suggested trying Regular Expressions to ignore the case. In this particular case, try changing the particular argument from "= lipitor" to "Regular Expression (?i)lipitor".


Additional Information

Refer to section "Regular Expression" in DevTest documentation for the version being run.