Labels

Friday, August 7, 2015

Plug-in Architecture using Python

Its just few days since I started to use Python and already I am liking the vast features of it.

I was looking for an object oriented scripting solution which can be used for designing & developing robust automation framework. One of the key feature I was looking was extendibility. Idea was to design and develop framework which has to run with multiple platforms/devices and tools with least maintanence to automation scripts. With this idea I started to explore and come up with a framework on python. The design and implementation are as follows.