5.2.3 Combo Box

Description:

Because the comma (,) is a special symbol for combo boxes, if you want to use a comma as part of your parameter value, you have to mask it. See the section later in this document 9 for more details.

Mapping combo boxes

In the Object Mapping Mode , a combo box to be mapped looks like this:

Figure 5.5: Combo Box
If you execute a click in component or click action on a combo box, please be aware that the combo box will then be active, and must be deactivated (e.g. by pressing escape) before continuing with other steps (e.g. clicking buttons) in the test.

Synopsis:

CONCRETE_ComboBox_VerifyContainsValue CONCRETE_ComboBox_VerifySelectedIndex CONCRETE_ComboBox_SelectIndex CONCRETE_ComboBox_SelectValue
New Actions
Name Type Parameters
Check Existence of Entry by Value c

String:Text
String:Operator
Boolean:Exists

Check Selection of Entry by Index c

String:Index
Boolean:Selected

Select Entry by Index e

String:Index

Select Entry by Value e

String:Text
String:Operator
String:Search Type

Inherited Actions
Name Type Parameters Inherited from
Check Editability c

Boolean:Editable

Component with Text Input (abstract)
Check Enablement c

Boolean:Enabled

Graphics Component (abstract)
Check Enablement of Context Menu Entry by Indexpath c

String:Indexpath
Boolean:Enabled
Integer:Mouse Button

Graphics Component (abstract)
Check Enablement of Context Menu Entry by Indexpath (Specify Position) c

Integer:x-position
String:x-units
Integer:y-position
String:y-units
String:Indexpath
Boolean:Enabled
Integer:Mouse Button

Graphics Component (abstract)
Check Enablement of Context Menu Entry by Textpath c

String:Textpath
String:Operator
Boolean:Enabled
Integer:Mouse Button

Graphics Component (abstract)
Check Enablement of Context Menu Entry by Textpath (Specify Position) c

Integer:x-position
String:x-units
Integer:y-position
String:y-units
String:Textpath
String:Operator
Boolean:Enabled
Integer:Mouse Button

Graphics Component (abstract)
Check Existence c

Boolean:Exists

Graphics Component (abstract)
Check Existence of Context Menu Entry by Indexpath c

String:Indexpath
Boolean:Exists
Integer:Mouse Button

Graphics Component (abstract)
Check Existence of Context Menu Entry by Indexpath (Specify Position) c

Integer:x-position
String:x-units
Integer:y-position
String:y-units
String:Indexpath
Boolean:Exists
Integer:Mouse Button

Graphics Component (abstract)
Check Existence of Context Menu Entry by Textpath c

String:Textpath
String:Operator
Boolean:Exists
Integer:Mouse Button

Graphics Component (abstract)
Check Existence of Context Menu Entry by Textpath (Specify Position) c

Integer:x-position
String:x-units
Integer:y-position
String:y-units
String:Textpath
String:Operator
Boolean:Exists
Integer:Mouse Button

Graphics Component (abstract)
Check Focus c

Boolean:Has Focus

Graphics Component (abstract)
Check Property c

String:Property Name
String:Property Value
String:Operator

Graphics Component (abstract)
Check Selection of Context Menu Entry by Indexpath c

String:Indexpath
Boolean:Selected
Integer:Mouse Button

Graphics Component (abstract)
Check Selection of Context Menu Entry by Indexpath (Specify Position) c

Integer:x-position
String:x-units
Integer:y-position
String:y-units
String:Indexpath
Boolean:Selected
Integer:Mouse Button

Graphics Component (abstract)
Check Selection of Context Menu Entry by Textpath c

String:Textpath
String:Operator
Boolean:Selected
Integer:Mouse Button

Graphics Component (abstract)
Check Selection of Context Menu Entry by Textpath (Specify Position) c

Integer:x-position
String:x-units
Integer:y-position
String:y-units
String:Textpath
String:Operator
Boolean:Selected
Integer:Mouse Button

Graphics Component (abstract)
Check Text c

String:Text
String:Operator

Component with Text (abstract)
Click e

Integer:Number of Clicks
Integer:Mouse Button

Graphics Component (abstract)
Click in Component e

Integer:Number of Clicks
Integer:Mouse Button
Integer:x-position
String:x-units
Integer:y-position
String:y-units

Graphics Component (abstract)
Drag e

Integer:Mouse Button
String:Modifier Keys
Integer:x-position
String:x-units
Integer:y-position
String:y-units

Graphics Component (abstract)
Drop e

Integer:x-position
String:x-units
Integer:y-position
String:y-units
Integer:Delay before drop (milliseconds)

Graphics Component (abstract)
Input Text e

String:Text

Component with Text Input (abstract)
Replace Text e

String:Text

Component with Text Input (abstract)
Select Context Menu Entry by Indexpath e

String:Indexpath
Integer:Mouse Button

Graphics Component (abstract)
Select Context Menu Entry by Indexpath (Specify Position) e

Integer:x-position
String:x-units
Integer:y-position
String:y-units
String:Indexpath
Integer:Mouse Button

Graphics Component (abstract)
Select Context Menu Entry by Textpath e

String:Textpath
String:Operator
Integer:Mouse Button

Graphics Component (abstract)
Select Context Menu Entry by Textpath (Specify Position) e

Integer:x-position
String:x-units
Integer:y-position
String:y-units
String:Menupath
String:Operator
Integer:Mouse Button

Graphics Component (abstract)
Show Text e

String:Text
Integer:Text Size (in points)
Integer:Time per Word (in milliseconds)
Integer:Window Width (in pixels)

Graphics Component (abstract)
Store Value e

Variable:Variable Name

Component with Text (abstract)
Wait for Component e

Integer:Timeout in ms
Integer:Delay after Visibility

Graphics Component (abstract)


Check Existence of Entry by Value (Combo Box)

Parameters
Name Data Type Values Default
Text String - none

Name Data Type Values Default
Operator String equals
not equals
matches
simple match
equals
Name Data Type Values Default
Exists Boolean true
false
true


Check Selection of Entry by Index (Combo Box)

Parameters
Name Data Type Values Default
Index String - none

Name Data Type Values Default
Selected Boolean true
false
true


Select Entry by Index (Combo Box)

Parameters
Name Data Type Values Default
Index String - none


Select Entry by Value (Combo Box)

Parameters
Name Data Type Values Default
Text String - none

Name Data Type Values Default
Operator String equals
not equals
matches
simple match
equals
Name Data Type Values Default
Search Type String absolute
relative
absolute



Copyright BREDEX GmbH 2011. Made available under the Eclipse Public License v1.0.