Interface In Java : Tutorials For Selenium Webdriver

I described about Inheritance and method overriding in java software development language In my previous post so I am suggesting you to read that post, Specially method overriding concept before learning about Interface In Java software development. If you will go for selenium webdriver Interview then Interviewer will ask you first question : What Is WebDriver? Peoples will … Read more

If Else Statement – Basic Java Tutorials For Selenium WebDriver

You occasionally need to use if condition in selenium. In my previous post, we have seen different data types in java software development language. It is very important to learn basic java tutorials If you wants to learn selenium webdriver with Java. Because If you do not have knowledge of basic java software development then you can … Read more

Read-Write Text File In Java – Tutorials For WebDriver

We have learnt about String class and Its different functions In my previous post. Now our next topic Is How to write In to text file or How to read text file In java software development language. Many times you will need reading or writing text file In your selenium webdriver software automation test case development. For … Read more

LinkedHashMap Class In Java

LinkedHashMap class is one of the class of map interface which extends HashMap class and implements Map interface. It is combination of linked list and Hash table implementation of the Map interface and that’s why it is called LinkedHashMap. It is maintaining doubly-linked list insertion order in which keys were inserted into the map. It allows to store null elements and … Read more