11. Combo box Keyword Stabilization
Last updated
Last updated
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.
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}.
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 |
If the user upgrades to the latest version of Avo Assure to 23.1.0, this feature will be available automatically.
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.
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}.
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 |
If the user upgrades to the latest version of Avo Assure to 23.1.0, this feature will be available automatically.
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.
In the above example, after the test case debug, the operation will select the value from the combo box based on the index.
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) |
|
If the user upgrades to the latest version of Avo Assure to 23.1.0, this feature will be available automatically.
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.
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.
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) |
|
If the user upgrades to the latest version of Avo Assure to 23.1.0, this feature will be available automatically.