Convert to Lower case

This is pre-built Action located under the @Generic Element Name. It instructs the Avo Assure Client to convert any given string to lowercase, regardless of whether the input is in uppercase or a mix of cases and save the result in the output variable.

Syntax

Input: <input string>

Argument
Description

input string

It is a set of text or characters used in the input value field

Output: <Dynamic Variable>;<Dynamic Variable>(Optional)

Usecase/Example

Scenario: User Registration on a Website

In web application user want to register for an account. The registration form requires the user to enter their email address, which should be stored in a consistent format for future use (e.g., sending notifications, logging in).

Input

During automated testing, the test script inputs various email addresses in different cases, such as:

Expected Result

Input string needs to be converted into lower case.

Output

The resulting lowercase string is stored in the {result} output variable as [email protected], which can be utilized for display or other purposes

Last updated

Was this helpful?