How to click at 'Delete' Option from 'Action on selected row'

rkumari
Tera Contributor

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??

rkumari_0-1700585277309.png

 

6 REPLIES 6

Ethan Davies
Mega Sage
Mega Sage

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.

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 .

@rkumari Use the Open Existing Record step, and then use the Delete UI Action on the form (or the Record Delete step).

 

EthanDavies_0-1700796854736.png

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.

 

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.

rkumari_0-1701105763550.png

 

Only option to Delete is by selecting the checkbox and clicking at the delete option under 'Action on Selected Row'

rkumari_1-1701105895760.png