This is an optional step before we build the Parent bot. We can unit test the Child bot and check if it is sending the messages as intended. To do so, follow these steps:
- Let's add two log messages so that we can check whether the bot sent the message successfully or not. We will add these within the If and If Else conditions we added in the previous section. Add two Log to file actions and point them to a text file. This is where we'll be storing log messages. Your log messages can be in one of the following formats:Â
- For success (Within an If condition):Â $System:Machine$Â - INFO - Message Successfully sent by Child Bot
- For failure (Within an If Else condition): $System:Machine$Â - INFO - Message send failed in Child Bot:
- Next, go ahead and Run the Child bot from the top menu. The A2019 Control Room should appear and provide you with input boxes, as shown in the following screenshot. Provide your values from the Twilio...