-
TestNG
TestNG Spring Integration Example
In this article, we will go through a few examples of TestNG and spring integration. Before we start with the examples,…
Read More » -
Gradle
Gradle “Hello World” Tutorial
In this post we’ll look at Gradle, its installation and configuration, and how to automate stages of development and release…
Read More » -
Maven
Maven SLF4J integration example
In this example, we shall show you how to integrate Apache Maven with SLF4J. Apache Maven is a software project…
Read More » -
TestNG
TestNG Listeners Example
This article aims to introduce you to TestNG listeners and show you an example for each of the listeners. In…
Read More » -
XPath
XPath starts-with example
In this example we will learn how to use starts-with function of XPath. We will start with the introduction of…
Read More » -
Tomcat
Tomcat server.xml Configuration Example
Almost every application container will have some form of a server.xml file. It’s basically where every meta-data or configurations that…
Read More » -
XPath
XPath get attribute value example
Continuing on our previous example on how to search for a text using XPath, we shall demonstrate how to get…
Read More » -
Tomcat
Tomcat tomcat-users.xml configuration example
This article describes the configuration of the tomcat-users.xml file for Apache Tomcat 7 web server. tomcat-users.xml is the default user…
Read More » -
spring
Reloadable properties file with Spring using Apache Commons Configuration
In this example we shall show you how to create an auto-reloadable application properties file with Spring using Apache Commons…
Read More » -
TestNG
TestNG beforeSuite Example
In this article, we will show you how to use the TestNG @BeforeSuite annotation. If you have used JUnit annotations,…
Read More »