Apache Maven Checkstyle Plugin โ€“ Code Style analysis

Apache Maven Checkstyle Plugin – Code Style analysis


Apache Maven Checkstyle Plugin – Code Style analysis

Maven Check Style plugin is used to check the code style used by the developer or by an automation tester. This plugin will generate a compressive report stating all the warnings and errors against the predefined set of rules. If Required we can also configure our own rules to validate the code style.

Integrating Katalon Analytics with Katalon Studio

Integrating Katalon Analytics with Katalon Studio



Integrating Katalon Analytics with Katalon Studio

In this article, we will learn how we can integrate Katalon Studio with Katalon analytics.

What is Katalon Analytics?

As per their official page, Katalon Analytics (Beta) brings users to the next level of reviewing Katalon Studio test execution reports. This web-based application provides in-depth views of reports through powerful visualization including charts, graphs, and reports. Thus, users can make an informed decision on the quality of the application build. 

How to Generate Gradle Report in Selenium TestNG

How to Generate Gradle Report in Selenium TestNG


How to Generate Gradle Report in Selenium TestNG

In this section of the Gradle Tutorial, we would be learning how to create and generate different reports in our Gradle project.

Before moving further I would highly recommend you visit this link. To understand how to create and work with the Gradle project.

There are two basic types of reports that we can generate with Gradle.



1.     TestNG report
2.     Gradle Report

Gradle vs Maven Comparison

Gradle vs Maven Comparison



Gradle vs Maven Comparison



In this article, we will be looking into few major yet important differences 
between two of the most popular build tools Gradle and Maven.

Before starting comparison let’s understand in brief about both of them.

Maven

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting, and documentation from a central piece of information.

Difference Between GIT and SVN

Difference Between GIT and SVN


Difference Between GIT and SVN


In this article I am going to discuss a comparison between two famous version control system GIT and SVN both have their set of merits and demerits over each other.

Before going further let’s first understand what is GIT and SVN.

GIT

Git is a distributed version control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.

Rest Assured API Testing Framework

Rest Assured API Testing Framework


Rest Assured API Testing Framework


In this article, I will be sharing the complete API Testing framework using rest assured.

Please Note as explained in other articles on this blogs for security purpose I have changed the keys used in Google API, JIRA, and Twitter API. So for using this framework, you need to generate your own private key as I explained in articles and use it.