Java – Interview Questions and Answers – Part 6
1) What is the difference between static variables and instance variables? Answer: The below is the answer for this question: static variables are common variables who’s values will be stored in Class memory. instance variables are object specific variables who’s values will be stored in individual object’s memory. For detailed answer with practical examples and… (0 comment)

Java – Interview Questions and Answers – Part 5
1) What are Primitive and Non-Primitive Data Types? Answer: The below is the answer for this question: Data Types that are non-object oriented are know as Primitive Data Types. Examples for Primitive Data Type: byte,short,int,long,float,double,char and boolean Data Types that are object oriented are known as Non-Primitive Data Types. Examples for Non-Primitive Data Type: String,… (0 comment)

Selenium Java Interview Questions And Answers – Part 3
Selenium Java Interview Questions and Answers Part-3 51) How to scroll web page up and down using Selenium WebDriver? To scroll using Selenium, you can use JavaScriptExecutor interface that helps to execute JavaScript methods through Selenium Webdriver. JavascriptExecutor js = (JavascriptExecutor) driver; //This will scroll the page till the element is found js.executeScript("arguments[0].scrollIntoView();", Element); For… (0 comment)

Selenium Java Interview Questions And Answers – Part 2
Selenium Java Interview Questions and Answers Part-2 26) What are the different types of navigation commands in Selenium? Different navigation commands in selenium are: – navigate().to(); -navigate().forward(); -navigate().back(); -navigate().refresh(); For more clarity, check this video – Click here to for Video answer 27) How to fetch the current page URL in Selenium WebDriver? We can use… (2 comments)

Selenium Java Interview Questions And Answers – Part 1
Selenium Java Interview Questions And Answers – Part 1  1) What is Selenium Webdriver? Selenium WebDriver is a browser automation framework that accepts commands and sends them to a browser. It is implemented through a browser-specific driver. It directly communicates with the browser and controls it. Selenium WebDriver supports various programming languages like – Java, C#, PHP, Python, Perl, Ruby.… (8 comments)

For FREE Testing Tutorials & Videos

X
Open chat
Contact Us on Whatsapp