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 Recent activity Votes
  • 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...

  • Get element attribute value

    The Search/getElementAttributeValue extension locates an element on the current web page using XPath, CSS selector, ID, or a selector object, then returns the requested attribute or DOM property va...

  • Update test data in a new row

    The Update/updateTestDataInNewRow extension adds a new row to a Virtuoso test data table by using the supplied environment, project, table name, API token, and JSON key-value data.This is useful wh...

  • Set global variables in environments

    The Environment/setGlobalVariablesInEnvironments extension updates Virtuoso environment variables by calling the Virtuoso Environments API. It reads the current variables for an environment, compar...

  • Check character length

    Validate character lengthThe Logical/charactersLength extension checks whether a supplied value contains exactly the number of characters specified by the user. It returns true when the value lengt...

  • Get column data

    The Search/getColumnData extension evaluates an XPath expression on the current browser document and returns the text content from all matching elements.This is useful when a journey needs to colle...