Parameterization of Lookup select box in atf

Ravi Sharma
Tera Contributor

Hello Team,

 

Currently i am working on Service Portal page record producer which contain some value in drop down and the "Type" of this drop down is "Lookup Selectbox". While creating atf i tried couple of ways to parameterize this field.

1) Created parameter and given type as "Reference"-- With this the parameter is disable when tried to pull in the test step "set variable value".

 

2) Created parameter and given type as "Choice"-- With the i m able to select in parameter in the test step but during execution value for drop down is not getting set what i pass in parameter. Instead of that it is picking default first value and execution is getting failed with error " not a valid value".

 

Do anybody has face this king of situation?