Summary
We did quite a bit in this chapter. We completed the implementation of the first working version of the Sales Fulfillment Application. We had to implement all the Business Service modules (with the associated components) and the corresponding Access Services (with the associated components). We started by explaining the fundamentals behind module testing and the key concepts associated with integration test client. We discussed how to perform unit testing and component testing. We discussed test configurations and the use of emulators in cases where you don't have the imports/references available (end application services that you import in the assembly diagram, for example) or the components implemented. Then we jumped into the implementation of the Business and Access Service modules. We devised a step-by-step method to implement them and unit test them. Along the way for the implementation of each module, we heavily delved and leveraged the capabilities of WPS (Microflow BPEL...