- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 12:20 AM - edited 01-17-2025 12:23 AM
Hello everyone,
I am currently building a test scenario in ATF which should reflect a user experience. So far I have not been able to open the ‘Manage Attachments’ window to remove an existing attachment. I have already tried various test steps (Click Custom UI, etc.), but nothing has been successful.
Does anyone have a tip for me?
br
Kevin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 03:54 AM
if you are not able to click it using Custom UI steps then you cannot test this scenario using ATF.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 03:44 AM
Hi @Kevin Lübben ,
Try to remove it from the backend, by deleting the Attachment record which was created when an Attachment is attached to the record.
Follow the below steps:
1.Add'Record Query' step with below inputs.
Table = sys_attachment
Conditions: Table sys ID = {Test step where the KA record is created}
2.Add 'Record Delete' step with below inputs.
Table = sys_attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 03:54 AM
if you are not able to click it using Custom UI steps then you cannot test this scenario using ATF.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2025 07:02 AM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2025 09:27 PM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader