Testing a scheduled job script via script include
Hi, I am tying to write a script include to test a script in a scheduled job. Looking for some examples, helpful resources. Here is all I have in the testing script thus far var testScript = Class.create();testScript.prototype = {initialize: func...
