This document discusses using Jython for embedded software validation. It describes using a runtime plugin model with Jython to provide a platform-independent and extensible test automation framework. The runtime plugin model allows plugins to be dynamically loaded and unloaded at runtime, enabling parallel development and execution of plugins. Jython is embedded in Eclipse to provide an interface between test execution on devices under test and remote test reporting. This approach provides benefits like reusable and extensible test code through the plugin model while avoiding some risks through careful architecture and test planning.