We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Is there way to write unit tests for glidefix scripts? not ATF tests

Anjali T
ServiceNow Employee
 
1 REPLY 1

Bert_c1
Kilo Patron

Use the Script Debugger, to step through your fix script, and check variable values.  Also, add gs.info() statement to log execution results.

 

Also, check with the Support team, there are ATF experts there.