Get date
This is prebuilt action in Avo Assure and comes for captured Date elements from Desktop Application. It instructs the Avo client to retrieve the date based on given format in input value and store results (Date) in output variable.
Syntax
Input: <Date format>
Supported Formats: dd/MM/yyyy
Output: <Dynamic Variable>(Optional);< Dynamic Variable>(Optional)

Usecase/Example

Scenario: Extract Product Delivery Date in E-Commerce Desktop Application.
Consider a scenario where an e-commerce desktop application is being tested, requiring the extraction of the product delivery date. For this scenario, the Get Date action is used by Avo Assure. It extracts the date from the specified section and ensures that the correct delivery date is retrieved.
Input
dd/MM/yyyy
Expected Result
The Get date action needs to retrieve date in specified format.
Output
The Get date action performed and saves Date in the {Result} output variable as 1/22/2025.
Last updated
Was this helpful?