This document discusses test driven development and deployment with OSGi. It provides advice on developing modular code with OSGi, testing strategies, and alternatives to consider. Some key points made include that OSGi adds complexity and is best used only for deployment, to test against an embedded container instead of OSGi directly, and to consider microservices as an alternative to focus on value-added services.