Automation Framework

JAVA Code to Create an Excel File in Relative Path

Using excel files is one of the most common method for test data and other types of data management. The java code to create an Excel file is very easy and most of the code is self explanatory. Lets have a look at the same:   Eclipse needs to be pointed to the required JAR …

JAVA Code to Create an Excel File in Relative Path Read More »

Automation Framework: Keyword Driven Framework

Keyword Driven framework is also known as table-driven or action-word driven framework. In this framework, an application map is defined including it’s objects, components, actions and an expected value for each component. It requires very deep knowledge of applications and automation testing expertise. Keyword-driven tests look very similar to manual test cases. In a keyword-driven …

Automation Framework: Keyword Driven Framework Read More »

Automation Framework: Data Driven Framework

Data Driven Framework is a systematic approach to test an application. In data-driven framework test input and output values are read/write from/to data files (Mostly Excel files) and are loaded into variables in captured or manually coded scripts. In this framework, variables are used for both input values and output verification values. Navigation through the …

Automation Framework: Data Driven Framework Read More »

Automation Framework: Linear Automation framework

Linear framework is the most simple of all the frameworks. Linear framework has individual scripts for each test case and is executed individually. It depicts the basic record and playback approach. Linear Framework is suitable to convert small to medium size manual scripts into equivalent automation scripts – one to one basis. Advantages of Linear …

Automation Framework: Linear Automation framework Read More »

Automation Framework

A test automation framework can be defined as a compilation of assumptions, concepts, and practices that provide support for automated software testing. Framework comprises support programs, processes, code libraries etc to help develop and glue together the different components in a project. Physically, Frame work is nothing but a collection of folder structure and placing …

Automation Framework Read More »

Scroll to Top