Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the responsive-lightbox domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114
Core Java Archives - Testingpool

Tagged: Core Java

Find out words occurrences in a file

Find out words occurrences in a file

In the previous post, we have seen how to find common elements among 2 unsorted arrays. In this post, we will see how to get the count of same word occurrences in a file....

Selenium Grid

What is Selenium Grid?

In the previous post, we have learnt about TestNG Listeners. In this post, we will understand important concept of Selenium which is Selenium Grid. Till now , we have seen that Selenium Webdriver executes the...

TestSuite in TestNG

Building a Test Suite in TestNG

In the previous post, we have learnt how to write a program in TestNG. In this post, we will see what is a TestSuite and its usage in TestNG. What is a Test Suite?...

Browser Cookies in selenium

Handle cookies in Selenium WebDriver

In the previous post, we have seen how to work with multiple browser windows.In this post, we will learn how to Handle cookies in Selenium WebDriver. What is a cookie? Cookies are small text files...

Multiple browser

Work with multiple browser windows

In the previous post,we have seen how to enter data into edit boxes and click on button. In this post ,we will see how to work with multiple browser windows. This situation may come in...

SelectByIndex in selenium webdriver

Select random value in the Weblist

In the previous post, we have seen how to work with check boxes and radio button in selenium.In this post, we will see how to Select random value in the Weblist. In any scenario,...

Check boxes in Selenium

Working with CheckBoxes and Radio Buttons

In the previous post, we have seen the working with WebList in selenium. In this post, we will see the working with CheckBoxes and Radio Buttons. In our demo application, we have 3 checkboxes with...