Designing an automation Framework

Design a Framework.. How to do it ?

How do I design an automation framework?

Framework is an abstraction in which solution providing generic functionality can be selectively changed by user code.

Every tool has it’s own framework which is often referred to as a default framework of the tool. However customization of this framework is always required as per the Application Under Test. This article will help you to design a framework to suit your application and provide you the key points to be considered before you suggest any approach.

Leave a comment