- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2019 07:48 AM
Hello SNOW developers,
I am wondering how I can create a report in the Automated Test Framework?
I'm having trouble figuring out how to input values into these fields in ATF. I tried "set component values (Custom UI)" but that functionality didn't find these fields.
Thanks,
Christopher Huang
Solved! Go to Solution.
- Labels:
-
Automated Test Framework

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2019 06:34 AM
I don't believe you'll be able to create a report as part of an ATF test, although there is a step for testing whether a report can be viewed.
I would focus your ATF testing on business-critical items and things that are unique to your instance that you might have customized.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2019 06:34 AM
I don't believe you'll be able to create a report as part of an ATF test, although there is a step for testing whether a report can be viewed.
I would focus your ATF testing on business-critical items and things that are unique to your instance that you might have customized.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2022 02:36 AM
So sir as u mean we can't create a report using ATF?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 04:11 AM
You can create report from ATF table. But accessing servicenow system table in the Report module. That is restricted by System property. How to access it..
1. Go to System Properties
2. Click UI Properties
3. Then try to find the property for adding sys report for reporting purpose.
so manually add sys_atf_test_result and sys_atf_test_suit_result table.
Now you can access these table in report module.