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
  • Audit key-value pairs

    The Compare/KeyValuePairAudit extension compares key-value state code records from two JSON string inputs and identifies records that do not have a matching code and description pair in the other d...

  • Compare arrays

    The Compare/arrayComparisonChecker extension compares two arrays from inside a Virtuoso journey and reports mismatched or extra values.This is useful when your test needs to compare data captured f...

  • Get element details by XPath

    The Search/getElementDetails extension evaluates an XPath expression against the current page and returns the matching DOM elements.This is useful when your test needs to inspect elements that matc...

  • Load and display image

    The Browser/loadAndDisplayImage extension loads an image from a URL and displays it on the current web page from inside a Virtuoso journey.This is useful when your test needs to open or visually di...

  • Calculate date

    The Date/getDate extension calculates a new date from inside a Virtuoso journey by applying date and time adjustments to a base date.This is useful when your test needs to generate dynamic dates, a...

  • Compare spreadsheets

    The Compare/SpreadSheets extension compares two Excel files from inside a Virtuoso journey.This is useful when your test needs to compare a master spreadsheet with another spreadsheet and identify ...

  • Delete rows and parse XLS

    The Conversion/DeleteRowsAndParseXLS extension fetches an Excel file from a URL, parses a selected sheet, and returns the data after removing selected rows.This is useful when your test needs to re...

  • Clean and round number with padding

    The Arithematic/cleanAndRoundNumberWithPadding extension cleans a numeric text value, rounds it to a selected number of decimal places, and pads the result to four decimal places.This is useful whe...

  • Add currency values

    The Arithmetic/addingNumbersWithCurrency extension adds two currency values from inside a Virtuoso journey.This is useful when your test needs to calculate the total of two currency amounts while k...

  • Browser/performBrowserAction

    Perform browser actionThe Browser/performBrowserAction extension performs common browser navigation actions from inside a Virtuoso journey.This is useful when your test needs to go back, go forward...