Search Results for: java 8
-
Atlassian
How to Unit Test Your Confluence Add-on
In this article we will cover how to unit test your Confluence add-on. Agile testing relies primarily on unit tests.…
Read More » -
Eclipse
Eclipse IDE Git Integration Tutorial
1. Introduction The Eclipse IDE has excellent support for the Git version control system. This support is provided by the…
Read More » -
junit
JUnit Quickcheck Example
In this example we shall show users the usage of property based testing. JUnit quickcheck example will demonstrates the way…
Read More » -
spring
Spring Framework Angularjs Integration Tutorial
Spring Application Framework enables us develop RESTful services using its Web MVC subsystem, and we can consume those services via…
Read More » -
junit
JUnit RunListener Example
In JUnit RunListener Example, we shall show users how they can add RunListener to the test cases. There are cases…
Read More » -
Atlassian
Setting Up Your System for Atlassian JIRA Add-on Development
Majority of programmers start with a “Hello World” tutorial when trying to learn something new. Fernando was new to Atlassian…
Read More » -
Selenium
Selenium Tutorial for Beginners
In this tutorial, we will be overviewing Selenium automation tool in detail; we will be exploring Selenium WebDriver and discussing…
Read More » -
junit
JUnit Group Tests Example
In this example we shall show users, how they can group and run their JUnit test cases. JUnit group tests…
Read More » -
junit
JUnit MultiThreaded Test Example
In this post we shall show users how to test the multi threaded java application with the help of JUnit.…
Read More » -
Tomcat
Apache Tomcat Reverse Proxy Configuration Tutorial
In computer networks, a reverse proxy is a type of proxy server that retrieves resources on behalf of a client…
Read More »