Question
How to validate the values in a dropdown using pega robotics studio
Team,
I have a web application with many UI controls like radio buttons, checkboxes, drop downs etc. I wanted to know if there is a way to validate the values in a drop down list are accurate or not. I have a data source of excel with expected values in the drop down, how can I validate if the same list of values are populated in the drop down on the User Interface?
I have created a web adapter for the dropdown, but need some direction in validating it.
Please help.
Thanks,
Abhi
Hi ABHI,
Looks like the drop down each value is div tag.
Interrogate any one of the item (div tag) and set UseKeys = true, the match rules for this control need to be in such a way that all the items of the drop down need to be matched.
Later you can use getClones method which will get all items, now iterate over the list with Excel one,if matched you can break the loop.
https://community1.pega.com/community/product-support/question/pega-robotics-studio-openspan-how-allow-identification-element
Thanks,
Srinivas S