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…
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…
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…
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…
A Modular Automation Testing Framework is one of the most basic type of automation framework. In Modular Automation Framework, each business module/functionality is separated out and handled independently. It…
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…
Automation Frameworks can be classified into following types: Linear FrameworkLinear framework is the most simple of all the frameworks. Linear framework has individual scripts for each test case and is executed…
Advantages of Automation Framework:- Low cost for maintenanceIf there is change to any test case then only the test case file needs to be updated and the Driver Script and…
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…