Hi All
I am planning to run some tests in production and wondering if there was an easy way to clean up the tests thereafter.
I will be creating items and looking for a way to delete after creation.
Thanks in advance
Hi All
I am planning to run some tests in production and wondering if there was an easy way to clean up the tests thereafter.
I will be creating items and looking for a way to delete after creation.
Thanks in advance
Hi @ngum ,
If these item are not deleted when your session is closed, you will have to create a test for deleting them.
@ran.ferdinaro thank you so much for the kind response. I have tried that but unable to search for the items to be deleted after they are created.
Any suggestions?