Java Development
-
XPath local-name example
Continuing on the series of examples about XPath, we will see how we can use the local-name function in Java.…
Read More » -
TestNG Parameters Annotation Example
A TestNG based test method is like any other java method and is allowed to have parameters. @Parameters is the TestNG annotation…
Read More » -
JSF Facelets Templates Example
In this example of JSF Facelets Templates, we will show you how to use JSF Facelets to create templates in…
Read More » -
Introduction to JSF Facelets Templates
There are many times that we found ourselves dreaming of an available UI template to help us develop as fast…
Read More » -
Using XPath in Selenium Example
In this example we will learn how to use XPath in Selenium. We will start with the introduction of Selenium…
Read More » -
JSF Internationalization Example
So, you want your web app to be famous all-over the world?! Then you obviously have to support multiple languages,…
Read More » -
TestNG Selenium Integration Example
In this article, I am going to show you an example of TestNG and Selenium integration. Let me first brief…
Read More » -
JSF Standard Validators Example
Hey geeks, today we ‘re gonna talk about JSF Standard Validators. Just like any other framework, JSF is here to…
Read More » -
XPath following-sibling example
In this example we will learn how to use the following-sibling function of XPath. We will start with the introduction of…
Read More » -
XPath String functions example
In the previous examples, we talked about how we can query for a particular node(s) and extract the attribute value…
Read More »