Testing Siebel Business Applications > Keywords Reference > Keywords Description >

VerifyInPicklist


You use the VerifyInPicklist keyword to count the number of items in a drop-down list, auto select using the substring, and verify whether the values exist or not in the drop-down list without selecting the values.

Signature

The VerifyInPicklist keyword supports the following signature:

VerifyInPicklist(AppletRN|FieldRN|[RowNum],Count:operator,value(or) Variable;True/False [AutoSelect]: [Exists]: value or variable; True/false)

Desktop Examples

The following table describes how to use the VerifyInPicklist keyword to verify the values in a drop-down list in desktop applications.

Target Object
Inputs
Closing Action
Comments

SIS Account List Applet|Type|1

Count:=,118;True

 

Verifies that all values (118) are present in the Type drop-down list.

SIS Account List Applet|Type|1

Auto Select:contains,ac

 

Verifies that there are values that contain the keyword ac.

SIS Account List Applet|Type|1

Exists:Customer123;True

 

Verifies whether a value exists or not.

Opportunity Form Applet - Child|SalesStage2

Auto Select:starts,App

 

Verifies that there are values that start with App.

Mobile Examples

The VerifyInPicklist keyword does not apply to mobile applications.

Testing Siebel Business Applications Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.