-
Selenium Grid Tutorial: Playing with node registration parameters in grid
As we have seen in previous post Selenium Grid Tutorial : Setting up hub and nodes, We have seen how to setup hub…
-
Selenium Grid Tutorial : Setting up hub and nodes
Selenium Grid( facilitates us with great feature of cross platform and cross browser testing. By using Selenium grid one can…
-
Access Modifier in Java with Example
Good code is its own best documentation. As you’re about to add a comment, ask yourself, “How can I improve…
-
Installing Chromedriver on MAC
ChromeDriver for Mac Machine In this post i would show you how to download chromedriver for mac machine and will…
-
Learn String operations in Java using examples
In the previous article, we discussed the String class in Java. We learnt the ways a String object can be…
-
Mobile emulation in Google Chrome using Selenium WebDriver
With evolution of small screen devices like mobile and tablets, testing scope has become so huge, because you need to…
-
Finding Child Elements in WebDriver using findElements
Finding Child Elements in WebDriver using findElements is like a cakewalk for many. But I am pretty sure it might…
-
It’s another World War – but with Bugs!
Test Insane Technologies Private Ltd. is hosting its much awaited event War with Bugs on October 10th2015. The month long…
-
Exploring String class in Java
In Java, String class is a sub-class of java.lang and there are available to all programs automatically. Java implements String…
-
Argument passing in JAVA
Argument passing in java is one of the most important topic to cover, Here I am going to elaborate that…