Textbox Operations
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to clear the text from the textbox.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
ClearText | NA | (optional) | NA |
Find the snippet of the keyword below:
In the above example, after the test case debugs, Avo Assure Client will clear the text displayed in the “User” textbox. If an output variable is provided for execution, the status “True”/ “False” will be stored.
Description: This keyword or action instructs Avo Assure Client to make an action for the input help window to appear for the textbox.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetInputHelp | NA | (optional) | NA |
Find the snippet of the keyword below:
In the above example, after the test case debugs, Avo Assure Client will perform an action so that an input help window appears for “Material_MM01-TextBox,” and if an output variable is provided for execution status, “True”/ “False” will be stored in it.
Description: This keyword or action instructs Avo Assure Client to fetch the textbox's text and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetText | NA | {Variable}; {Status} | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will fetch the textbox “Client” text and store the value in {GT}. If an output variable is provided for execution, the status “True”/ “False” will be stored.
Description: This keyword or action instructs Avo Assure Client to fetch the length of the textbox.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetTextBoxLength | NA | {Variable}; {Status} | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will fetch the length of the textbox “Username” and store the value in {Length}. If an output variable is provided for execution, the status “True”/ “False” will be stored.
Description: This keyword or action instructs Avo Assure Client to enter the text in the textbox.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SetText | <Input Text> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debugging, Avo Assure Client will enter the text “SLK-1968-01” in the “User” textbox. If an output variable is provided for execution, the status “True”/ “False” will be stored.
Description: This keyword or action instructs Avo Assure Client to set encrypted text in the textbox.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SetSecureText | <Input Text> Ex: d1mREXcm+e03gcfXbC+yww= | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debugging, Avo Assure Client will enter the encrypted text “t+NtA4FZzqVs2hA+hrDyig==” in the “Password” textbox. If an output variable is provided for execution, the status “True”/ “False” will be stored.
Description: This keyword or action instructs Avo Assure Client to verify if the text in the textbox is the same as that provided in the input.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
VerifyText | <Input Text> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debugging, Avo Assure Client will verify the text in the textbox “Client” with the value “100” given in the input. If an output variable is provided for execution, the status “True”/ “False” will be stored.
Description: This keyword or action instructs Avo Assure Client to verify if the maximum length of the textbox is the same as that provided in the input.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
VerifyTextBoxLength | <Input Text> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debugging, Avo Assure Client will verify the length of the textbox with the value “12” given in the input. If an output variable is provided for execution, the status “True”/ “False” will be stored.