What Is An Abstract Class In Java?

What Is An Abstract Class? If you will go to attend an interview for selenium WebDriver software testing tool with java , 90% Interviewer will ask you this question. Your answer should be like this : An abstract class is a class that is declared with abstract keyword. If class contains any abstract method then … Read more

How To Handle Exception In Java : Tutorials For Selenium WebDriver

Anyone don’t like exceptions and at the same time, anyone can not hide himself from exceptions when running webdriver software automation tests because (What Is An Exception? :->) exception Is an error event generated during the execution of webdriver test case or java software program which disrupts test execution In between. Exception can arise due to … Read more

WebDriver Java Tutorials : Hashtable

As we have learnt In my previous post, Using ArrayList in java software development Is very good alternative of array when you don’t know how many values you have to store In array because ArrayList Is automatic dynamic growing array by Index. One more thing we needs to use In selenium webdriver software automation test … Read more