- verifyElementPropertyValue(ResponseObject, String, Object) - Method in WSBuiltInKeywords
-
Verify that there is an element with expected property value appear in the returned data from a web service call
- verifyElementsCount(ResponseObject, String, int) - Method in WSBuiltInKeywords
-
Verify number of expected elements (JSON/XML) in the response (output) of a web service call
- verifyElementText(ResponseObject, String, String) - Method in WSBuiltInKeywords
-
Verify that there is an element with expected text appear in the returned data from a web service call
- verifyResponseStatusCode(ResponseObject, int) - Method in WSBuiltInKeywords
-
Verify status code in the returned data from a web service call
- verifyResponseStatusCodeInRange(ResponseObject, int, int) - Method in WSBuiltInKeywords
-
Verify status code valid in a range of status codes in the returned data from a web service call