This article is an introduction to the Selenium Page Object Model and how we can leverage it for better readability and code reuse. 1. Selenium Page Object Model – Introduction Selenium is used to automate browsers. Selenium WebDriver has found its place in test automation for web applications. It is used to create robust, browser-based regression automation suites and tests. ...
Read More »Home » Archives for Rajagopal ParthaSarathi »
Selenium Keyword Driven Framework Tutorial
This article is a tutorial about the Selenium Keyword Driven Framework. We will see how Keyword Driven Framework speeds up the automated testing process. Table Of Contents 1. Introduction 2. Technologies Used 3. Keyword Driven Framework 3.1. Drivers 3.2. Files 3.3. Classes 3.4. Execution Results 4. Summary 5. Download the ...
Read More »Selenium IDE Commands Example
This article is about installing Selenium IDE and the various commands you can run to enable test automation. This article will cover the most frequently used Selenium IDE Commands. 1. Introduction Selenium is used to automate browsers. Selenium WebDriver has found its place in test automation for web applications. It is used to create robust, browser-based regression automation suites and ...
Read More »Spring Batch ItemReaders and ItemWriters Example
This article is a tutorial about the various Item Readers and Item Writers in Spring Batch. We will use Spring Boot to speed our development process. Table Of Contents 1. Introduction 2. Technologies Used 3. Spring Batch Project 3.1. Build.gradle 4. Item Readers and Writers 4.1. FlatFileItemReader and JpaItemWriter 4.2. ...
Read More »Spring Batch Parallel Processing Example
This article is a tutorial about parallel processing in Spring Batch. We will use Spring Boot to speed our development process. 1. Introduction Spring Batch is a lightweight, scale-able and comprehensive batch framework to handle data at massive scale. Spring Batch builds upon the spring framework to provide intuitive and easy configuration for executing batch applications. Spring Batch provides reusable ...
Read More »Spring Batch CommandLineJobRunner Example
This article is a tutorial about Spring Batch and running the jobs with CommandLineJobRunner. We will use Spring Boot to speed our development process. 1. Introduction Spring Batch is a lightweight, scale-able and comprehensive batch framework to handle data at massive scale. Spring Batch builds upon the spring framework to provide intuitive and easy configuration for executing batch applications. Spring ...
Read More »Spring Batch JmsItemReader Example
This article is a tutorial about Spring Batch with JMSItemReader. We will use Spring Boot to speed our development process. 1. Introduction Spring Batch is a lightweight, scale-able and comprehensive batch framework to handle data at massive scale. Spring Batch builds upon the spring framework to provide intuitive and easy configuration for executing batch applications. Spring Batch provides reusable functions ...
Read More »Spring Batch Hibernate Example
This article is a tutorial about Spring Batch with Hibernate. We will use Spring Boot to speed our development process. 1. Introduction Spring Batch is a lightweight, scale-able and comprehensive batch framework to handle data at massive scale. Spring Batch builds upon the spring framework to provide intuitive and easy configuration for executing batch applications. Spring Batch provides reusable functions ...
Read More »Log4j BufferSize Example
This article is a tutorial about log priority levels in Log4j. In this tutorial, we are going to configure log4j via property files. 1. Introduction Log4J (Java) is a widely used logging framework for Java. It continues to grow continuously with the recent upgrade to Log4j2. Log4j supports logging via Logger, Appender and Layouts. Logger is the interaction point for ...
Read More »Log4j Date Format Example
This article is a tutorial about date format patterns in Log4j. In this tutorial, we are going to configure log4j via property files. 1. Introduction Log4J (Java) is a widely used logging framework for Java. It continues to grow continuously with the recent upgrade to Log4j2. Log4j supports logging via Logger, Appender and Layouts. Logger is the interaction point for ...
Read More »