11. Combo box Keyword Stabilization
Title: New Combo Box Keyword stabilization
Keyword: cmbGetAllValues
Why was this developed?
In the previous version of the Avo assure, there was no keyword to fetch all values in the combo box. Avo Assure team has developed a keyword that instructs to fetch all values in the combo box and save the result in the output variable.
How does it look?
In the above example, Avo Assure Client will fetch all values present in the combo box after the test case debug. The output will be stored in the variable {variable}, and the execution status True/False will be stored in variable {status}.
How does it work?
Description: This keyword or action instructs to fetch all values in the combo box and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
cmbGetAllValues | N/A | {Variable}; {Status} | N/A |
How can I get this?
If the user upgrades to the latest version of Avo Assure to 23.1.0, this feature will be available automatically.
Keyword: cmbGetCount
Why was this developed?
In the previous version of the Avo assure, there was no keyword to fetch the total number of options present in the combo box. Now, Avo assure team has developed a keyword that instructs to fetch the total number of options present in the combo box.
How does it look?
In the above example, after the test case debug, Avo Assure Client will fetch the total number of options present in the combo box. The output will be stored in the variable {variable} and, the execution status True/False will be stored in variable {status}.
How does it work?
Description: This keyword or action instructs to fetch the total number of options present in the combo box.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
cmbGetCount | N/A | {Variable}; {Status} | N/A |
How can I get this?
If the user upgrades to the latest version of Avo Assure to 23.1.0, this feature will be available automatically.
Keyword: cmbSelectValueByIndex
Why was this developed?
In the previous version of the Avo assure, there was no keyword to select the value from the combo box based on index. Now, Avo assure team has developed a keyword which instructs to select the value from the combo box based on index.
How does it look?
In the above example, after the test case debug, the operation will select the value from the combo box based on the index.
How does it work?
Description: This keyword or action instructs to select the value from the combo box based on the index.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
cmbSelectValueByIndex | <Index_Value> | (Optional) |
|
How can I get this?
If the user upgrades to the latest version of Avo Assure to 23.1.0, this feature will be available automatically.
Keyword: cmbSelectValueByText
Why was this developed?
In the previous version of the Avo assure, there was no keyword to select the value from the combo box based on the text provided in the input. Now, Avo assure team has developed a keyword which instructs to select the value from the combo box based on the text provided in the input.
How does it look?
In the above example, after the test case debug, the operation will select the value from the combo box based on the text provided in the input.
How does it look?
Description: This keyword or action instructs to select the value from the combo box based on the text provided in the input.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
cmbSelectValueByText | <Input Text> | (Optional) |
|
How can I get this?
If the user upgrades to the latest version of Avo Assure to 23.1.0, this feature will be available automatically.
Last updated