- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 12:15 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 07:25 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 04:36 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 05:34 AM
Thanks for your reply.
Is this possible to check the check box of the list view record in ATF ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 07:25 AM
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