Create a report in ATF

CHUANG
Kilo Explorer

Hello SNOW developers,

I am wondering how I can create a report in the Automated Test Framework?

find_real_file.png

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

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.

View solution in original post

3 REPLIES 3

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.

Tulsi Sharma
Kilo Explorer

So sir as u mean we can't create a report using ATF?

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.