Testing Custom 'Response' Button Functionality in Incident List View with ATF

Khalid9030
Tera Contributor

Hi,

 

In the incident list view, we have a custom 'Response' button. When we select records from the list view and click the 'Response' button, the records get updated. I would like to test this functionality using ATF. Is it possible to perform this testing with ATF?

1 ACCEPTED SOLUTION

No, I think its not possible at this time. You may try with custom UI steps to get the control for the checkbox element.

 

The intent for testing here is to make sure the Button is updating the record which can be achieved with the steps mentioned in my previous reply

View solution in original post

3 REPLIES 3

amaradiswamy
Kilo Sage

Hi @Khalid9030 

 

Yes, its possible.

1. First you need to create a test step for "Navigate to Module" to open the list of records

2. Select "Click a List UI Action" test step and choose the UI action name. This list will ask for a record, you can either write another test step to get a record or can select a specific record.

amaradiswamy_0-1725968182340.png

 

 

@amaradiswamy 

Thanks for your reply. 

Is this possible to check the check box of the list view record in ATF  ? 

 

No, I think its not possible at this time. You may try with custom UI steps to get the control for the checkbox element.

 

The intent for testing here is to make sure the Button is updating the record which can be achieved with the steps mentioned in my previous reply