- REFERENCE - Static variable in interface com.qmetry.qaf.automation.ws.WSCRepositoryConstants
-
- REFRESH_TOKEN - Static variable in class com.qmetry.qaf.automation.ws.auth.oauth.OAuthConstants
-
- request(WsRequestBean) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
- resolveParameters(Map<String, Object>) - Method in class com.qmetry.qaf.automation.ws.WsRequestBean
-
Priority for resolver is:
data provided in argument
parameter in request call
parameter in request reference
configuration property
To ignore specific query or form parameter provide blank ('') value for that key.
- RESOURCE_SERVER_URL - Static variable in class com.qmetry.qaf.automation.ws.auth.oauth.OAuthConstants
-
- RESPONSE_SCHEMA - Static variable in interface com.qmetry.qaf.automation.ws.WSCRepositoryConstants
-
- responseHasNotValueAtXpath(Object, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This is assertion method to check value is not at XPATH in response
status of web service.
- responseHasNotXpath(String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This assertion method check given Xpath is not there in response status
of web service.
- responseHasValueAtJsonpath(Object, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This is assertion method to check value at jsonpath in response status of
web service.
- responseHasValueAtXpath(Object, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This is assertion method to check value at XPATH in response status of
web service.
- responseHasValueNotAtJsonpath(Object, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This is assertion method to check value is not at jsonpath in response
status of web service.
- responseHasXpath(String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This assertion method check given Xpath is there in response status of
web service.
- responseShouldGreaterThan(double, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method validates that value at jsonpath should be greater than
expectedvalue
- responseShouldGreaterThanOrEqualsTo(double, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method validates that value at jsonpath should be greater than or
equal to expectedvalue
- responseShouldHaveHeader(String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method check given header is there in response of web service
- responseShouldHaveHeaderWithValue(String, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method check given header with specific value present in response of
web service
- responseShouldHaveJsonPath(String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method check given jsonpath is there in response of web service
- responseShouldHaveKeyAndValueContains(String, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method validates value of jsonpath contains expected value or not
- responseShouldHaveKeyWithValue(Object, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method validates value for given jsonpath
- responseShouldHaveStatus(String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method check for the response status of web service
- responseShouldHaveStatusCode(int) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method check for the response status of web service
- responseShouldHaveValueAtJsonpath(Object, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This is verification method to check value at jsonpath in response status
of web service.
- responseShouldHaveValueAtXpath(Object, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This is verification method to check value at XPATH in response status of
web service.
- responseShouldHaveValueContainsIgnoringCase(String, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method validates value at jsonpath contains expected value with
ignoring case or not
- responseShouldHaveValueIgnoringCase(String, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method validates value at jsonpath equals to expected value with
ignoring case or not
- responseShouldHaveValueMatchesWith(String, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method validates value of jsonpath matches with regEx value or not
- responseShouldHaveXpath(String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This is verification method to check given Xpath is there in response
status of web service.
- responseShouldLessThan(double, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method validates that value at jsonpath should be less than
expectedvalue
- responseShouldLessThanOrEqualsTo(double, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method validates that value at jsonpath should be less than or equal
to expectedvalue
- responseShouldNotHaveJsonPath(String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method check given jsonpath is not in response of web service
- responseShouldNotHaveValue(Object, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This method validates value of jsonpath is not equal to expected value
- responseShouldNotHaveValueAtJsonpath(Object, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This is verification method to check value is not at jsonpath in response
status of web service.
- responseShouldNotHaveValueAtXpath(Object, String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This is verification method to check value at XPATH in response status of
web service.
- responseShouldNotHaveXpath(String) - Static method in class com.qmetry.qaf.automation.step.WsStep
-
This is verification method to check given Xpath is not there in response
status of web service.
- REST_CLIENT_BASIC_AUTH_PASSWORD - Static variable in class com.qmetry.qaf.automation.ws.client.BasicAuthWsClient
-
- REST_CLIENT_BASIC_AUTH_USER - Static variable in class com.qmetry.qaf.automation.ws.client.BasicAuthWsClient
-
- REST_CLIENT_DIGEST_AUTH_PASSWORD - Static variable in class com.qmetry.qaf.automation.ws.client.DigestAuthWsClient
-
- REST_CLIENT_DIGEST_AUTH_USER - Static variable in class com.qmetry.qaf.automation.ws.client.DigestAuthWsClient
-
- REST_CLIENT_HAWK_KEY - Static variable in class com.qmetry.qaf.automation.ws.client.HawkAuthWsClient
-
- REST_CLIENT_HAWK_KEY_ID - Static variable in class com.qmetry.qaf.automation.ws.client.HawkAuthWsClient
-