03-04-2011, 06:20 PM
App.Test.Pause will pause a test if it is used inside a test. App.Test.Pause will NOT work if used inside a function, which is where I need the test to pause. I can't use it inside the test because I woudln't know where to put it because the test could error anywhere. I need the test to pause in the function becasue the function is called on Any Run Error.
Thanks
Thanks