Fire-IE-Selenium Tool To Find XPath, CSS Path Or Any Other Locator For IE Only WebSites

There are thousands of software websites which are allowed to access only via Internet Explorer browser. Such IE only software websites are not allowed to access through any other browsers like Firefox or google chrome so you can access such sites In Internet Explorer browser only. Supposing you need to automate such IE only software … Read more

What Is Method Overloading In Java?

Method Overloading Many peoples get confused between method overloading and method overriding in java software development language. Earlier we learnt about method overriding in THIS POST. Method overloading concept is totally different than method overriding. If interviewer asks you question about method overloading then your answer should be like this “When class have two or more methods … Read more

How To Handle SSL Certificate Error In IE Browser For Selenium WebDriver Test

Earlier we learnt how to handle SSL certificate error by creating custom profile In selenium WebDriver software test when you run It In Firefox browser as described In THIS POST. IE browser do not have any such feature to create and run software test In custom profile. So you need to do something different for IE … Read more

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