Testing

Brad Tilton

3 minute read

The Automated Test Framework received some incremental updates in the Paris release aimed at increasing test coverage and making testing a little easier for custom UIs. Add Attachments to Form (SP) Test Step The first of our Paris ATF enhancements is fairly straightforward, but really helpful if you need to write an automated test for attaching a file to a record through the form widget in the Service Portal. This would work on a record producer, catalog item, or record form using the form widget.

Andrew Barnes

3 minute read

Automated Test Framework You have likely heard of the Automated Test Framework (ATF) if you have been working with ServiceNow for more than a couple of months. Introduced in the Istanbul version, it has grown and been enhanced over time to allow for coverage of nearly all client interactions with the Now Platform. Even given that ATF has been present from Istanbul, there are still many existing projects that don’t utilize ATF due to not being available at the start of the project.

Andrew Barnes

5 minute read

Development Management I frequently get asked about managing development output when using Update Sets. Previous articles have covered individual aspects of update sets and batching before, but this entry will try to put the parts together. ServiceNow has update sets, application repository, plugins, store, share, and GitHub to hold and deploy application files. On top of development itself also contains best practices, code reviews, conflict management, manual testing, automated testing.