- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2018 01:10 PM
I want to create a test that checks if attachments are successfully being added and submitted with an incident using ATF? Is there a test step for adding attachments or can it not be tested automatically? Thanks in advance.
Solved! Go to Solution.
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2018 06:57 PM
Hi Jordan,
The test step to validate the functionality for adding attachments cannot be tested via Automated test framework application using form side validation, however it may be possible via server side validation (Jasmine scripting).
Regards,
Mishu
Note: Please mark this response as "Helpful", if in case it has resolved your query.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2020 12:29 AM
Refer the below img.
Attachment test step Available in newyork version and Above.
https://docs.servicenow.com/bundle/newyork-application-development/page/administer/auto-test-framewo...
i tried using business rule to copy attachment once we start the testing set the business rule on and copy attachment. but later business user told we will do manually for this request. so skip it. if your form have validation this need to look one more time.
Hope in Community people will find the solution soon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2020 11:12 PM
Thanks Jayesh & Ankur.