Back to QMetry All Products Help Page
Verification
- 1 Verify Response Status Name
- 2 Verify Response Value At XPath
- 3 Verify Not CSS Style Color
- 4 Verify Response Value Less Than At JSON Path
- 5 Make API Request with Data
- 6 Verify Response Value Not At XPath
- 7 Verify CSS Class
- 8 Verify Not Selected
- 9 Verify Value
- 10 Verify Response Have XPath
- 11 Verify Windows Count
- 12 Verify Response Contain Value At JSON Path
- 13 Verify Response Value Greater Than At JSON Path
- 14 Verify Present
- 15 Verify Selected
- 16 Verify Response Not Have XPath
- 17 Verify Response Value With RegEx At JSON Path
- 18 Verify Response Value Not At JSON Path
- 19 Verify Not Present
- 20 Verify Attribute
- 21 Wait For Not Text With Timeout
- 22 Select CheckBox Option (By Group)
- 23 Wait For CSS Style
- 24 Wait For Not Text
- 25 Verify Disabled
- 26 Verify Not CSS Style
- 27 Verify Not Visible
- 28 Verify Response Key With Value Not At JSON Path
- 29 Verify Not Value
- 30 Verify Response Value Ignoring Case At JSON Path
- 31 Verify Response Value Less Than Or Equals At JSON Path
- 32 Verify Response Status Code
- 33 Verify CSS Style
- 34 Verify Response Header Present
- 35 Verify Response Value Contains Ignoring Case At JSON Path
- 36 Verify Response JSON Path Not Present
- 37 Verify Window Title
- 38 Verify Not CSS Class
- 39 Verify Link with Text Present
- 40 Verify Response Key With Value At JSON Path
- 41 Verify CSS Style Color
- 42 Verify Response Value Greater Than Or Equals At JSON Path
- 43 Verify Response Header Value Present
- 44 Verify Link With Partial TextPresent
- 45 Verify Not Text
- 46 Verify Visible
- 47 Verify Not Attribute
- 48 Verify Response Value At JSON Path
- 49 Verify Text
- 50 Check Platform Is IOS
- 51 Verify Response JSON Path Present
- 52 Verify Value Equals
- 53 Verify Value Contains
- 54 Verify Value Start With
- 55 Verify Value Ends With
Verify Response Status Name | ||
| ||
This action is useful to verify API response status name. Based on HTTP response status name, the user can verify whether request is successfully completed or not. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | qResponseShouldHaveStatusName | |
Descriptive | Verify response should have status name {status} | |
Runtime | WS | |
Type | VERIFICATION | |
Support | API | |
|
| |
| ||
Parameters | ||
Name | Type | Status |
Status | String | Status String for Example: OK, CREATED. |
Verify Response Value At XPath | ||
| ||
This action is useful to verify response value at XPath. It will take 2 parameters: value and XPath for the verification. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | QResponseShouldHaveValueAtXpath | |
Descriptive | Verify response should have {value} at {xpath} | |
Runtime | WS | |
Type | VERIFICATION | |
Support | API | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
value | String | Expected Value. |
Xpath | String | Valid XPath |
Verify Not CSS Style Color | ||
| ||
This action is useful to verify not CSS Style color. It will take 3 parameters: locators, CSS property and value of the color. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | qVerifyNotCssStyleColor | |
Descriptive | Verify {loc} color {prop} value is not {value} | |
Runtime | WD | |
Type | VERIFICATION | |
Support | Web & Mobile | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
loc | LOCATOR | An element locator, can be direct locator value or a locator key stored in locator repository. |
Prop | String | Color property (css style) to be verified |
Value | String | Value of color in hex or rgb or rgba |
Verify Response Value Less Than At JSON Path | ||
| ||
This action is useful to verify that the given response value should be less than at JSON Path. In this example, the added price is 500 and in the response JSON Path, the price value should be less than 500. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | QResponseShouldLessThan | |
Descriptive | Verify response should be less than {value} at {jsonpath} | |
Runtime | WS | |
Type | VERIFICATION | |
Support | API | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
value | NUMBER | Expected Value |
Jsonpath | STRING | Valid JSON Path |
|
|
|
|
|
|
Make API Request with Data | ||
| ||
This action is useful to make an API request using the data. In the command, the user needs to pass the request API along with data to get proper response. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | QApiRequestWithData | |
Descriptive | Make api call for {request} with {data} | |
Runtime | WS | |
Type | ACTION | |
Support | API | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
request | STRING | Key or Map |
Data | STRING | Data set of key value pair |
Verify Response Value Not At XPath | ||
| ||
This action is useful to verify that the response should not have value at XPath. It has 2 parameters: expected response value and XPath value. Given value should not be present at the given XPath. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | QResponseShouldNotHaveValueAtXpath | |
Descriptive | Verify response should not have {value} at {xpath} | |
Runtime | WS | |
Type | VERIFICATION | |
Support | API | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
Value | STRING | Expected Value |
Xpath | STRING | Valid XPath |
|
|
|
|
|
|
Verify CSS Class | ||
| ||
This action is useful to verify CSS Class of any Website and Mobile Application. Users need to enter locator name and CSS class name of particular element. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | QVerifyCssClass | |
Descriptive | Verify {loc} css class name is {className} | |
Runtime | WD | |
Type | VERIFICATION | |
Support | Web & Mobile | |
|
| |
| ||
Parameters | ||
Name | Type | Details |
loc | LOCATOR | An element locator can be a direct locator value or a locator key stored in locator repository. |
ClassName | STRING | CSS class name to be verified. |
|
|
|
|
|
|
Verify Not Selected | ||
| ||
This action is useful to verify that the added locator is not be selected in the website and application. This action is useful in the dropdowns, checkboxes and radio buttons. | ||
| ||
Usage | ||
| ||
| ||
| ||
|
| |
Command | QVerifyNotSelected | |
Descriptive | Verify {loc} is not selected | |
Runtime | WD | |
Type | VERIFICATION | |
Support | Web & Mobile | |
|
| |