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...