Hi all,
I am busy trying out the %UnitTest.TestProduction class to implement some automated production testing.
I have a scenario which I am not sure how to get the final results of for assertion. Below is the scenario I am trying to test, with comments on what I have done.
- Receive a request on a service (Service A).
- Send the request to the BPL
- I use SendMessage of the TestProduction class.
- The BPL sends a request to a Business Operation (SendToProvider)
- The SendToProvider operation sends a message out to the Service Provider.
DeferResponse is done.

.png)

