How to click at 'Delete' Option from 'Action on selected row'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 08:49 AM
I want to delete 'magma1' by clicking at 'Delete' option from 'Action on selected row'.
Is there any way to click at 'Delete' Option from 'Action on selected row' in ATF??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 06:01 PM
I don't think this is possible in ATF right now. An alternative could be just finding the record in the task_ci table and deleting it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 10:29 AM
What test step should I use to find record?? Because when I am trying to delete record by Delete option in task_ci it's not working .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 07:36 PM
@rkumari Use the Open Existing Record step, and then use the Delete UI Action on the form (or the Record Delete step).
If you wanted to know the list of task_ci records beforehand and then select one to use in the Open Record step, use the Record Query step before this one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 09:25 AM
Even if I am using Record Query step and Open Record, still I cannot delete the record because there is no 'Delete' option on form.
Only option to Delete is by selecting the checkbox and clicking at the delete option under 'Action on Selected Row'