Software Development Life Cycle

Software Development Life Cycle (SDLC) contains different phases / step that need to be followed to develop a quality software. Means in simple word if you want to develop quality software then you need to follow these steps. IT farms follow such type of model to develop their software, it guides from start to end. … Read more

Java Interview Questions For Selenium WebDriver – Part 1

PART 1 1 : What is object in java? Answer : Object Is an Instance of class and it has its own state and behavior. In real world we can say, Dog is object of Animal class which have different state like breed, color, name, hungry, etc and behavior  like wagging tail, fetching, barking etc. 2 : What is class? … Read more

Selenium : Loading Google Chrome Driver With Extensions

By default, Chrome driver browser instance opens with fresh profile when webdriver launch it. So your installed extensions in google chrome browser will not display in google chrome driver browser instance when you run test in chrome driver. Now supposing there is an extension(any xyz extension) which i wants to load with google chrome driver … Read more