Automation Recorder not capturing Multi-Select List

Hello!!

While capturing a test scenario recording I am not able to capture the event (click) and value for a Multi-Select List.

Pega version : 8.8.2

Pega Test Automation Kit 1.6.2

As per this article it says ,If the pyTextArea is being used for Multi-Select, add as many input values as necessary. Since we can only use Page group or list for Multi-Select controls, test scenario recording is unable to capture the click even.

In below screenshot I’m trying to access “What is being requested?” which is a multi select control but I’m unable to do that.

Need help in this regards.

Thanks in advance!!

@gamir

This article suggested for pyTextArea, however, the screenshot is pxTextInput

  • If the pyTextArea is being used for Anypicker, use the dropdown menu to select the required input.
  • If the pyTextArea is being used for Multi-Select, add as many input values as necessary.

@sangr2

For multiselect I’m unable to use pyTextArea, since the property needs to be page group or page list. In screenshot I’m just indicating that when I’m trying to click on “What is being requested?” the test automation recorder is capturing the text box below it.

Hello Everyone!!

Is there anyone with the same issue and figured out on how to capture these controls, it would be helpful.

Thanks in advance!!

Hi Everyone,

Adding PegaTestAutomationKit version 1 as built on application in app def resolved the issue.

Thanks & Regards,

Rahul.

@gamir

hi can you please elaborate on this , what does adding PegaTestAutomationKit version 1 as built on application in app def

mean…

As we have already added PegaTest Automation Kit 1.6.2

@PoornimaK16594987

To add application as built on application please follow below

  1. Go to Application definition
  2. Under “Built on applications” tab hit add and Provide the Application Name and choose the desired version.

Thanks,

Rahul.