- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 07:46 AM
Hello everyone!
We made some automation after a Standard Change Request is performed. Is it possible to use the Automated Test Framework to test the UI and the end results of performing a `change_request` with type = standard? At the moment opening the ATF opens the Catalog Item or Open Record with a shopping cart to the page. The record inserted will be a `sc_change` instead of a `change_request` and our automation is not triggered. How can i open a Standard Change Catalog Item?
Thank you!
Best regards,
Sander
Solved! Go to Solution.
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2018 01:42 PM
I used the info on this site to be able to open the various change types. I have three different change tests, one for each type of change. Step 3 really just logs what type of change was created, but you already know that from the previous step.
https://greg-grabowski.com/configure-new-test-step/#more-81
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2018 01:42 PM
I used the info on this site to be able to open the various change types. I have three different change tests, one for each type of change. Step 3 really just logs what type of change was created, but you already know that from the previous step.
https://greg-grabowski.com/configure-new-test-step/#more-81

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2018 02:03 PM
It depends on what version of servicenow you're using, if you're using london you should directly be able to open up a catalog form of your choice. If not, you might have to do most of this using a serverside script where you have to get the sys_id of the catalog item you opened.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2019 08:17 AM
Hi, can you also share how to open the change request after it is submitted? Grabbing the record doesn't work because it returns a bad sys_id.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2018 01:26 AM
Thank you for your replies 🙂 We are still on version Jakarta so it seems that using the ATF user interface for standard changes is not available yet.