Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ATF Test step to test Activity field Entry

Shilpa8
Kilo Contributor

I am trying to Validate Activities whether it is capturing field value change or not. I tried Custom UI and Assert text on Page, but Navigating from default tab to Activities tab , i am not able to achieve through custom UI.

Tried Record Validation, but which validating record step, i am not finding work notes/activities or any Journal entries.

Please do help . Thanks in advance!

3 REPLIES 3

Brian Lancaster
Kilo Patron

I use record query to verify that I can find the record in the sys_journal_field. Example screenshot below.

find_real_file.png

If i have not defined any fields like Comment or work notes, i am not able to see its entry in sys_journal_field table

I'm not sure I understand your reply.