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

Anjali T
ServiceNow Employee
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.