Install Pydev in eclipse for selenium with python

Today we are going to see the installation of Python in Eclipse, so that we can use the python as a scripting language for writing the script for selenium WebDriver. Before that let’s see why python is preferred over java. Preference Python over Java with Selenium   There is an observation that most of the times … Read more

Useful Eclipse Shortcuts To Use With Selenium WebDriver Automation

It Is most Important to learn shortcuts of eclipse IDE If you wants to speed up Selenium WebDriver test creation and execution process because performing each and every actions In eclipse using just mouse Is time consuming. If you knows keyboard shortcut keys to perform regular actions In eclipse then It will be very easy … Read more

Interview Questions In Java For Selenium

Part 10 46 : What is Polymorphism? Answer : Polymorphism is ability using which we can create reference variables or methods which behaves differently in different programmatic context. Best example of polymorphism is human. We behaves differently with different people in different environment. Our behavior will be different when we meet to boss and meet … Read more

Java Questions And Answers For Selenium

Part 9 41 : In java, What is return type of main method? Answer : Main method doesn’t have any return type. It is void. 42 : Can We Overload main method in java? Answer : Yes, Java class can have any number of main methods so it is possible to overload main method. But … Read more