In the response assertion, I have in patterns to test this value.
"isDefault":false,"companyId":"${__javaScript(${Company}.toLowerCase())}","folderPath":null
I do not want to change the value of the variable ${Company}, I just want to check if what I receive is in lower case.
This is the assertion result:
Assertion error: false Assertion failure: true Assertion failure message: Test failed: text expected to contain /"isDefault":false,"companyId":"","folderPath":null/
