Debugging An Automated Business Process Test
Ever since I started using BPT, one of the pain points has been to effectively debug my BPT test.
Yes, we can pause the run and start debugging by stepping into the code. But once the current component is executed and a new component is loaded, we need to pause...