Thursday 28 April 2016

Automation Framework

This Article talks about Automation framework.

Framework is an abstraction in which common code provides generic functionality will be overridden to get the specific functionality.

Features of framework:

----------------------------
1. Has generic behaviour
2. Framework can be extended by the user by selective overriding or specialized by user code providing specific functionality.

Advantage of framework:

--------------------------------
1. We can implement write code once and use multiple times wherever required
2. Implements abstraction i.e implementation detail is not shown to all

Advantage of Test Automation framework:-

------------------------------------------------------
Reusability of code
Minimal manual intervention
Less maintenance cost
Easy Reporting
Maximum coverage
Recovery scenario

No comments:

Post a Comment