OOP Concepts And Advanced Java Tutorials For WebDriver

Earlier we learnt many different basic java software development language’s OOP concepts tutorials which are required to Initiate WebDriver software testing tool learning process and pass Interviews on Initial levels. Now let’s try to understand advanced Java OOP concepts and some of the advanced java tutorials which will help you during WebDriver framework creation for your software … Read more

What Is Encapsulation In Java?

Many times when you will go to attend WebDriver Interview on 2+ years experience, Interviewer will ask you about Encapsulation. Best answer on Encapsulation In Java software development language Is as bellow. Encapsulation Encapsulation In Java software development language Is one of the OOP fundamental concept. It Is process of packing code and data together In to a single Unit. … Read more

Latest Interview Questions On Selenium Advanced Usage

Part 23 108 : I wants to pass parameter In software test case through testng.xml file. How can I do It? Answer : You can use <parameter> node under <test> node In testng.xml file with parameter name and value. Then you can use @Parameters annotation with parameter name In your test case of software web application. VIEW USAGE OF @PARAMETER … Read more

Steps To Get Element XPath/CSS Using Firebug And FirePath Add-On Of Firefox

We learnt how to Install firebug and firepath add-on In Mozilla Firefox browser In my previous post. Now this Is time to learn how to get XPath and CSS Path of any element using firebug and firepath add-on. If you remember, We already learnt different ways to get XPath of any element using many different examples … Read more