Chapter 23: Debugging Projects
We deployed the Vendor Invoice Posting
project in Chapter 22, Deploying Projects, to the Learning_SAP_iRPA
environment so that it is available for testing by the team. In a real-time scenario, the actual deployment to the testers will happen after confirming that the automation solution is as per the agreed requirements. That means that the developers need to complete the testing of the functionality to be delivered before deploying the solution to testers. Furthermore, there could be issues/defects reported by the testers during their testing that developers need to simulate, understand the reason for the issue, apply the fix, and release the fix to the testers. A debugger such as the Debug perspective provided by the Desktop Studio will help developers to break the execution at a specific line of the code and analyze the data and context that is being used to fix the issue.
In this chapter, we will learn about debugging the Vendor Invoice Posting...