Suhas Reddy
- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 0
Articles
Recent activity by Suhas Reddy-
Fetch cell data from a table
The Data/fetchCellDataFromTable extension retrieves the visible text from a specific table cell on the current page. It uses an XPath expression to locate table rows, then selects the requested row...
-
Validate array string lengths
The Search/arrayStringLength extension checks each item in a JSON array and confirms that every item is a string, is not null or undefined, is not blank after trimming, and stays within the configu...
-
Get axe accessibility violations
Audit accessibility with axe-coreThe getAxeAccessibilityViolations extension runs axe-core accessibility checks against the current browser page and returns a compact JSON summary of detected viola...
-
Generate random mobile number
The Random/GetMobileNumber extension generates a random 10-digit integer.This is useful when a journey needs a random mobile-number-like value for test data entry or validation steps.Parameters:No ...
-
Get days of week
The Date/getDaysOfWeek extension generates an array of formatted dates starting from the current date.This is useful when a journey needs a list of upcoming dates, such as the next seven days, in a...
-
Check text starts with value
The Search/startsWith extension evaluates elements found by an XPath query and checks whether each element text starts with the provided value.This is useful when a journey needs to validate that t...
-
Convert HTML table to JSON
The Conversion/HTMLTabletoJSON extension extracts an HTML table from the current page using an XPath and converts the table data into a JSON object.This is useful when a journey needs to capture ta...
-
Verify sorting order
The Sorting/verifySortingOrder extension checks whether values are sorted in ascending or descending order and returns a result showing whether mismatches were found.This is useful when a journey n...
-
Verify sorting order
The Sorting/verifySortingOrder extension checks whether values are sorted in ascending or descending order and returns a result showing whether mismatches were found.This is useful when a journey n...
-
Search nested JSON
The Search/searchNestedJSON extension searches a JSON response for the first object that contains a specified attribute with a specified value.This is useful when a journey receives a nested JSON r...