Validate values in dropdown using API
Goodday colleagues,
I am a Pega Test Consultant and to check if a drop down shows the correct values, I would like to check them via API. For a DataPage (for example D_locations) there is a default API available which gives me a pxResultCount and Results back. I can validate this, automated, in my regression test set.
However, I am running into a property now with a x-number of prompt values. Is there a way to validate those prompt values using API's? This would be way faster than logging in and validating on the UI.