IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Adapter Toolkit > Validating the code
Testing the adapter in unmanaged mode
Testing in unmanaged mode means unit testing the adapter implementation in your development environment. You can unit test your adapter with JUnit, a widely used and reliable open source framework for regression testing.
- JUnit: an open source framework for unit testing
JUnit is becoming the standard tool for unit testing in Javaâ„¢ development environments. JUnit allows you to quickly and easily integrate automated regression testing into your coding and build processes.- Developing JUnit tests
You can unit test outbound and inbound processing by creating and specifying JCA contracts and operations. You then test and compare data before and after applying the tests. The EIS Simulator Adapter code sample illustrates these steps.