I have been trying to write a test case to verify whether the response contains firstName matching the test data and i see WS. verifyElementPropertyValue is case sensitive. it doesnt allow me to compare with ignore cases on the response.
Service could respond the firstName either upper case or lower case or combination of either. how can i write a test case and feed the data to match this creteria?
WS. verifyElementPropertyValue (response, ‘Response.details.User.Profile.firstName’, firstName)
Response.details.User.Profile.firstName is locator, how can i get this value and compare without any case consideration?
thank you for the response. However, It would be great if you redirect the documentation on these? i do not see any deep documentation around service API testing.
What is the package for RequestObject, ResponseObject? how do i use variables in RestRequestObjectBuilder to pass parameters if any? how do I append request body if its post?