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-
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...
-
Make API request
The API/makeApiRequest extension sends an HTTP request from inside a Virtuoso journey and returns response details such as the response body, HTTP status, response headers, and request duration.Thi...
-
Run SQL API database query
The sqlApiDBQuery extension sends a SQL query to a backend SQL API endpoint from inside a Virtuoso journey.This is useful when your test needs to fetch database values through an API and reuse the ...
-
Delete item in DynamoDB
The Delete Item In Dynamo DB extension deletes an item from an Amazon DynamoDB table from inside a Virtuoso journey.This is useful when your test needs to clean up test records, remove temporary da...
-
Get DynamoDB table details
Get DynamoDB table detailsThe getDynamoDBTableDetails extension retrieves a matching item from an Amazon DynamoDB table from inside a Virtuoso journey.This is useful when your test needs to fetch d...
-
Update test data table rows
The Update/setTestData extension updates one or more rows in a Virtuoso test data table from inside a journey.This is useful when a journey needs to refresh reusable test data, change a customer or...