Pages

Wednesday 9 August 2017

[updated] 100 TOP Selenium Multiple choice Questions and Answers pdf free download


Latest Selenium Objective type Questions and Answers


=> View More Selenium Interview Questions
1. The test language usually used in Selenium is __________.
A. PHP
B. Python
C. JavaScript
D. None of the above
Ans: C

2. The term AJAX expands to ________.
A. Asynchronous Java and XML
B. Asynchronous JavaScript and XML
C. Accumulated Java and XML
D. None of the above
Ans: B
Selenium Tricky Quiz Questions and Answers

3. The term JSON refers to ______________.
A. JavaScript Object Notation
B. Java Object Notation
C. Java Object Naming
D. None of the above
Ans: A

4. Selenium tests _____________.
A. DOS applications
B. Browser-based applications
C. GUI applications
D. None of the above
Ans: B

5. Selenium variables are stored in _____________.
A. storedVars
B. storedVariables
C. VariablesStore
D. None of the above
Ans: A

SELENIUM Multiple Choice Questions and Answers
SELENIUM Multiple Choice Questions
6. Which selenium command check whether specific text exists somewhere on the page ?
A. verifyTextPresent
B. verifyTextPresent
C. CheckTextPresent
D. VerifyPresentText
Ans: A

7. What does the term CSS refers to ?
A. Cascade Style Sheets
B. Cascading Style Sheets
C. Clear Style Sheets
D. Catering Style Sheets
Ans: B

8. What is Selenium IDE ?
A. Windows Software
B. Firefox Plug-in
C. Java Software
D. Flash Plug-in
Ans: B

9. What is called that scale for large test suites or test suites that must be run in multiple environments?
A. Selenium-Grid
B. Selenium RC
C. Selenium Web driver
D. Selenium NG
Ans: A

10. Where is XPath used in ?
A. XML documents
B. MS-Word documents
C. MS-Excel documents
D. MS-PowerPoint documents
Ans: A

11. What does the term DOM refers to ?
A. Dynamic Object Model
B. Document Object Model
C. Data Object Model
D. Document Flow Object Model
Ans: B

12. What does the term regex expands to ?
A. Registered Expression
B. Regular Expression
C. Regression Expression
D. Regional Expression
Ans: B

13. Which label is used as prefix pattern to specify a globbing pattern parameter for a Selenese command ?
A. pattern
B. glob
C. regex
D. None
Ans: B

14. What is a test suite made of ?
A. Test packs
B. Tests
C. Test blocks
D. Test pattern
Ans: B

15. What does the assertTitle checks ?
A. Element title
B. Page title
C. Block title
D. Title of element under focus
Ans: B

16. Select the component which is NOT part of Selenium suite.
A. Selenium IDE
B. Selenium RC
C. SeleniumGrid
D. Selenium Web
Ans: D

17. Select the language which is NOT supported by the Selenium RC.
A. ASP
B. Java
C. C#
D. PHP
Ans: A

18. Select the name which is NOT the type of the locaters.
A. ID
B. Name
C. Password
D. Link Text
Ans: A,C

19. Is Web Driver a component of the Selenium?
A. No
B. Yes
Ans: B

20. Selenium IDE stands for
A. Selenium Intialization Development Environment
B. Selenium Interrelated Development Environment
C. Selenium Integrated Development Environment
D. Selenium Information Development Environment
Ans: C

21. Select the Browser which is supported by Selenium IDE
A. Google chrome
B. Opera mini
C. Mozilla Firefox
D. Internet Explorer
Ans: C

22. Select the operating system which is NOT supported by Selenium IDE.
A. Unix
B. Linux
C. Windows
D. Solaris
Ans: A

23. The Web driver is used
A. To execute tests on the HtmlUnit browser.
B. To design a test using Selenese
C. To quickly create tests
D. To test a web application against Firefox only.
Ans: A

24. The Selenium IDE is used
A. To create customized test results.
B. To deploy your tests across multiple environments using Selenium Grid
C. To test with HTMLUnit
D. To test a web application against Firefox only.
Ans: D

25. The Selenium RC is used
A. To run your test against different browsers (except HtmlUnit) on different operating systems.
B. To create tests with little or no prior knowledge in programming.
C. To test a web application against Firefox only.
D. To run a huge test suite, that can be executed on multiple machines.
Ans: A

26. Out of the following which can only test web applications
A. QTP
B. Selenium
Ans: B

27. Select the command which is NOT a type of assertion in Selenium IDE.
A. Assert
B. Verify
C. WaitFor
D. Wait
Ans: D

28. Select the method which selects the option at the given index.
A. selectByIndex()
B. selectIndex()
C. selectedByIndex()
D. selectByIndexes()
Ans: A

29. The Selenium can
A. access controls within the desktop
B. both web and desktop applications
C. only test web applications
Ans: C

30. The Selenium
A. Provides professional customer support
B. Test Reports are generated automatically
C. Comes with a built-in object repository
D. Cannot access elements outside of the web application under test
Ans: D

31. Can Google chrome be supported by Selenium IDE?
A. Yes
B. No
Ans: B

32. Can Unix operating system be supported by Selenium IDE?
A. No
B. Yes
Ans: A

33. Which command can be used to enter values onto text boxes?
A. sendsKeys()
B. sendKey()
C. sendKeys
D. sendKeys()
Ans: D

34. Select the language which is supported by The Selenium Web Driver
A. Perl
B. Sql
C. ASP
D. Cobol
Ans: A

35. Which Selenium component supports All Operating System?
A. Selenium Generator
B. Selenium IDE
C. Selenium WebDriver
Ans: C

36. Select the command in Selenium IDE used to open a page using the URL.
A. OpenRecord
B. Open
C. OpenText
D. OpenTable
Ans: B

37. In case of Selenium IDE, the Source view shows your script in
A. DHTML format
B. J2EE format
C. XML format
D. HTML format.
Ans: C

38. The Actions commands
A. are commands that directly interact with page elements.
B. are commands that allow you to store values to a variable.
C. are commands that verify if a certain condition is met.
Ans: A

39. Select the command which is used to check the presence of a certain element.
A. verifyTable
B. verifyTitlePresent
C. verifyTextPresent
D. verifyElementPresent
Ans: D

40. Select the command which is used to print a string value or a variable in Selenium IDE.
A. The ‘display’ command
B. The ‘echo’ command
C. The ‘print’ command
D. The ‘printr’ command
Ans: B

41. Which component of Selenium can create customized test results.
A. Web driver
B. Selenium RC
C. Selenium IDE
D. Selenium Grid
Ans: A

42. Select the command which is used to compare the contents of a table with expected values.
A. verifyTables
B. verifyTableData
C. verifyTable
D. verifyTableCell
Ans: C

43. Select the command which is used to pause execution until the specified element becomes present.
A. waitForElementPresent
B. waitForPagePresent
C. waitForTablePresent
D. waitForFieldPresent
Ans: A

44. Select the command that will NOT wait for a new page to load before moving onto the next command.
A. clickAndWait
B. selectAndType
C. typeAndWait
D. selectAndWait
Ans: B

45. Select the command which is used to pause execution until the page is loaded completely.
A. waitForPageToLoad
B. waitForElementPresent
C. waitForPage
D. waitForLoad
Ans: A

46. Select the syntax to locate an element using inner text.
A. css=tag:contains(“inner text”)
B. css=tag:value(“inner text”)
C. css=tag:attributes(“inner text”)
D. css=tag:class(“inner text”)
Ans: A

47. Select the command which is used to compare the actual page title with an expected value.
A. verifyTitle
B. verifiedTitle
C. verifyTitles
D. verifiedTitles
Ans: A

48. Select the command which is NOT used in verifying page elements .
A. verifyElementPresent
B. verifyElementRight
C. verifyElementNotPresent
D. verifyElementPositionLeft
Ans: B

49. Select the tab which gives feedback and other useful information when executing tests.
A. Information
B. Feedback
C. Reference
D. Element
Ans: C

50. What is TestNG?
A. TestNextGeneration
B. TestNewGenerlization
C. TestNewGeneration
D. TestNextGenerations
Ans: A

SELENIUM Objective Questions pdf free download ::
51. Select the variation which finds elements based on the driver’s underlying CSS selector engine in Web driver Selenium.
A. By.cssSelected
B. By.cssSelection
C. By.cssSelector
D. By.Selectcs
Ans: C

52. Select the variation which locates elements by the value of the “name” attribute in Web driver Selenium
A. By.name
B. By.nametag
C. By.tagname
D. By.nametags
Ans: A

53. Select the tab that shows which command Selenium IDE is currently executing.
A. Variable
B. Data
C. Information
D. Info
Ans: D

54. Which is a faster component between the SeleniumWeb driver and Selenium RC?
A. Selenium RC
B. Selenium Web driver
Ans: B

55. Select the variation which locates elements by the value of their “id” attribute in Web Driver Selenium
A. By.id
B. By.idno
C. By.id_no
D. By.tag_id
Ans: A

56. Select the Get command which fetches the inner text of the element that you specify in Web driver Selenium.
A. getinnerText()
B. get_in_Text()
C. get_inner_Text()
D. getText()
Ans: D

57. Which Navigate command takes you forward by one page on the browser’s history in Web driver Selenium.
A. navigate.forward()
B. navigate().forward()
C. navigate()_forward()
D. navigate_forword()
Ans: B

58. Which method is used when you want to verify whether a certain check box, radio button, or option in a drop-down box is selected in Web driver Selenium
A. is_Selected()
B. isSelect()
C. isSelected()
D. is_Select()
Ans: C

59. Which Component is used to run multiple tests simultaneously in different browsers and platforms?
A. Selenium Grid
B. Selenium IDE
C. Selenium RC
D. Selenium Webdriver
Ans: A

60. Select the View which shows your script in HTML format.
A. The Table View
B. The Source View
C. The Editor View
D. The Field View
Ans: B

61. Select the method which clears all selected entries in Web driver Selenium.
A. dselectAll()
B. deselect_All()
C. dselect_All()
D. deselectAll()
Ans: D

62. Method which selects the option which displays the text matching the parameter passed to it
A. selectVisibleText()
B. selectByVisibleText()
C. select_VisibleText()
D. select_ByVisibleText()
Ans: B

63. Out of the following which is NOT a wait command.
A. waitForTitle
B. waitForTextPresent
C. waitForActive
D. waitForAlert
Ans: C

64. Select the command which retrieves the alert message and stores it in a variable that you will specify.
A. storeAlert
B. storedAlert
C. store_Alert
D. storesAlert
Ans: A

65. Select the method which performs a context-click at the current mouse location.
A. click_Context()
B. context.Click()
C. contextClick()
D. context_Click()
Ans: C

66. By Default time of WAITFOR command is :
A. 15 sec
B. 20 sec
C. 25 sec
D. 30 sec
Ans: D

67. Selenium is compatible with
A. CSS1.0 and CSS 2.0,
B. CSS1.0, CSS 2.0, and CSS 3.0 selectors.
C. CSS 2.0, and CSS 3.0 selectors.
D. CSS1.0, CSS 2.0, CSS 3.0 and CSS 4.0 selectors.
Ans: B

68. In Selenium variables are stored in _________ .
A. storedVars
B. storedVariables
C. VariablesStore
D. All of the above
Ans: A

69. Which command should be used to confirm that test will pass in the future, when new element is added after page loaded?
A. waitForElementPresent
B. pause
C. assertElementPresent
D. None of these
Ans: A

70. Which is the following is true in case of waitFor command?
A. waitForAlertPresent
B. waitForTextPresent
C. waitForFramePresent
D. waitForPageToLoad
Ans: B

71. How to execute specific command?
A. Highlight a command. Press Ctrl + F9.
B. Highlight a command. Press Alt + F9.
C. Highlight a command. Press Ctrl + X.
D. Highlight a command. Press X.
Ans: D

72. Which is odd one out?
A. ID
B. XPath
C. CSS selector
D. Pattern matching
Ans: D

73. Which command is used to extend the time limit of WAITFOR command?
A. Extend waitFor (time in sec)
B. waitFor (time in sec) extend
C. setTimeout (time in sec)
D. setTimeout.
Ans: D

74. ___________ finds the item ending with the value passed in. This is the equivalent to the XPath ends-with. Is concern with?
A. ^=
B. $=
C. *=
D. &=
Ans: B

75. In Selenium, Following Axis is related to:
A. Selects all the siblings after the current element
B. Selects all elements that follow the closing tab of the current elements.
C. Selects all of the siblings before the current element
D. Selects all elements that are before the current element
Ans: B

76. The // tells the query that
A. It needs to stop at the first element that it finds.
B. This is comment
C. The path of the file or folder
D. All of these
Ans: A

77. In regular Expression * quantifier refers to:
A. 0 or more of the preceding character.
B. 1 or more of the preceding character
C. 0 or 1 of the preceding character
D. All of these
Ans: A

78. Which regular expression sequence that loosely translates to “anything or nothing?”
A. .* (dot star)
B. *. (star dot)
C. “?
D. *+
Ans: A

79. Which is a procedure?
A. Wait
B. Exit
C. WaitForProperty
D. None of these.
Ans: A

80. Variable can be saved in which format?
A. ${variableName}
B. storedVars[‘variableName’].
C. Both of these
D. None of these
Ans: C

81. We use the dot (.) operator followed by either a * or a +. The + tells the regular expression that there will be instances between “0” and “n”, while the * tells the regular expression that there will be instances between “1” and “n”.
A. True
B. False
Ans: B

82. Applications do not have the items needed for the tests when the tests get to commands. To get around this, we had a look at adding fro waitFor commands to test. This is related to
A. Debugging tests
B. Working with AJAX applications
C. Working with multiple windows
D. All of these
Ans: B

83. What is the most common way to find an element on a page?
A. ID
B. XPath
C. CSS selector
D. Name
Ans:

84. Which is not true in case of Globs, in Selenium?
A. Globs are used as default pattern matching technique.
B. It is similar to regular expressions.
C. The syntax of Globs is much wider than Regular expression
D. B and C
Ans: C

85. Which process use the JavaScript to find an element?
A. By DOM query
B. BY XPath query
C. BY CSS sector
D. All of these
Ans: A

86. Which of the following is not verify and asserts method in Selenium?
A. VerifyElementPresent
B. VerifyElementNotPresent
C. VerifyText
D. VerifyTextAttributes
Ans: D

87. If you wanted to access the element that has the text “This element has an ID that changes every time the page is loaded” in it, then which of the following is used:
A. //div[contains(@id,’time_’)]
B. //div[contains(@id_time())]
C. //div[parameter(@id_time())]
D. //div[parameter(@id,’time_’)]
Ans: A

88. To delete a cookie we need to call the deleteCookie method, passing in two parameters.
A. The first parameter is the name of the cookie, and the second parameter is where it was created.
B. The first parameter is where it was created, and the second parameter is the name of cookie.
C. None of these
Ans: A

89. What is the default port number used by hub in selenium?
A. 4444
B. 2222
C. 1111
D. 3333
Ans: A

90. Which two commands you use to validate a button?
A. VerifyTextPresent and assertTextPresent
B. VerifyElementPresent and assertElementPresent
C. VerifyAlertPresent and assertAlertPresent
D. VerifyAlert and assertAlert
Ans: B

Real Time Selenium Quiz Questions and Answers

[Updated] 100 TOP Selenium Interview Questions and Answers for freshers pdf


Real Time Selenium Interview Questions and Answers for experienced pdf free download


=> View More Selenium Online Quiz Questions
1) What is Automation Testing?
Automation testing is a process in which software tools execute pre-scripted tests on a software application before it is released into production. Special software is used to control the test execution, actual outcomes and predicted outcomes comparison, the test preconditions setting up, and other test control and test reporting functions.

2) What are the main advantages of Automation Testing?
Regression testing coverage, test engineer productivity, consistency in testing, test cases reusability, reduced software maintenance cost, increased test effectiveness, reduction of the test interval, reducing human-generated errors.
Selenium Tricky Interview Questions

3) So, what is Selenium?
Selenium is a robust test automation suite designed in a way to support and encourage automation testing of functional aspects of web-based applications and a wide range of browsers and platforms.

4) What are the main advantages of Selenium?
Selenium is a free and open source. You don't need to spend any licensing cost to use it.
Cross Browser compatibility (Firefox, Chrome, Internet Explorer, Safari etc.)
Multiple programming languages (Java, C#, Ruby, Python, Pearl etc.) support
Compatibility with the main platform (Windows, Mac OS, Linux etc.)
Huge amount user base and helping communities
Automation scripts creating ability for non-programmers as well as for programmers
Testing distribution support
Regular and fresh repository developments

5) What Selenium components do you know?
Selenium is a suite of tools for automated web testing.  It is composed of:
Selenium IDE (Integrated Development Environment). It is a tool for recording and playing back. It is a Firefox plugin.
WebDriver and RC. It provides the APIs for a variety of languages like Java, .NET, PHP, etc. They work with most of the browsers.
Grid: you can distribute tests on multiple machines so that test can be run parallel which helps cutting down the time required for running test suites in the browser.

6) How many types of Webdriver APIs are available in Selenium?
The list of driver classes could be used for the browser automation.
AndroidDriver,
ChromeDriver,
EventFiringWebDriver,
FirefoxDriver,
HtmlUnitDriver,
InternetExplorerDriver,
iPhoneDriver,
iPhoneSimulatorDriver,
RemoteWebDriver

7) Does the Selenium have any limitations?
Selenium supports only web based applications testing. So, here are the limitations of it:
Mobile applications cannot be tested using Selenium
Desktop applications cannot be tested using Selenium
Captcha and Bar code readers cannot be tested using Selenium
User should use third-party tools like TestNG or jUnit to write test scripts and generate reports
Programming language knowledge is required to create robust scripts in Selenium WebDriver

8) What is Selenium IDE?
Selenium IDE is a plug-in used to record and replay tests in Firefox browser. Scripts may be automatically recorded and edited manually providing auto-completion support and the ability to move commands around quickly.

9) What is Selenese?
Selenese is the language which is used to write test scripts in Selenium IDE.

10) What kinds of test types are supported by Selenium?
Functional Testing
Regression Testing
Sanity Testing
Smoke Testing
Responsive Testing
Cross Browser Testing
UI testing (black box)
Integration Testing
are supported by Selenium.

11) What are the different types of locators in Selenium?
The different types of locators in Selenium are ID, ClassName, Name, TagName, LinkText, PartialLinkText, XPath, CSS Selector, DOM.

12) What automation tools could be used for post-release validation with continuous integration?
Automation tools could be used for post-release validation with continuous integration: CruiseCont, Hudson, Jenkins, Quick Build.

13) Explain the meaning of assertion in Selenium and what are the types of assertion?
Assertion is used as a verification point. It verifies that the application state conforms to the expectation.  The types of assertion are “assert”, “verify” and “waifFor”.

14) Explain the difference between assert and verify commands?
Both of them check if the given condition is true or false. Unlike to "assert", "verify" will not stop the test case execution if the test case fail.

15) What is a XPath?
XPath is a language that describes a way to locate and process items in Extensible Markup Language (XML) documents by using an addressing syntax based on a path through the document's logical structure or hierarchy.

16) What is an Absolute XPath?
Absolute XPath is the direct way to find the element. It has a disadvantage. XPath gets failed if there are any changes made in the path of the element.  html/body/div[3]/div/div[1]/div/div/div[1]/div/input - Absolute XPath example.

17) What is a Relative XPath?
Relative XPath means that user can start from the middle of the HTML DOM structure and no need to write long XPath. Example of Relative XPath - //input[@id='email'].

18) What is the difference between single slash (/) and a double slash ( //) in XPath?
A single slash (/) is used for creating XPaths with absolute paths beginning from the root node.
Double slash (//) is used for creating relative XPath to start selection from anywhere within the root node

19) How could the web element attributes be inspected in order to use them in different locators?
Firebug is a Firefox plugin that provides various development tools for debugging applications. From an automation perspective, Firebug is used specifically for inspecting web-elements in order to use their attributes like id, class, name etc. in different locators.

20) Give an example of the languages supported by WebDriver.
Java, C#, Python, and Ruby, are all supported directly by the development team. There are also PHP and Perl WebDriver implementations.

21) How can we launch different browsers in Selenium WebDriver?
We should create an instance of a driver of a particular browser:
WebDriver driver = new FirefoxDriver();

22) What the WebDriver supported Mobile Testing Drivers do you know?
Mobile Testing Drivers supported by the WebDriver are: AndroidDriver, IphoneDriver, OperaMobileDriver.

23) Explain the fundamental difference between XPath and CSS selector.
Using CSS selector we can only move downwards in the document, using XPaths we traverse up in the document.

24) How can you find if an element is displayed on the screen?
There are different methods, which help user to check the visibility of the web elements: isDisplayed(), isEnabled(), isSelected(). These web elements can be buttons, drop boxes, checkboxes, radio buttons, labels etc.

25) What is the difference between "type" and "typeAndWait" command?
If you need to type keyboard key values into a text field of the web application, "type" command will be used. Another reason for its usage is selecting values of the combo box. "typeAndWait" command is used when your typing is completed and software web page start reloading.

26) How can the user get a text of a web element?
User can retrieve the text of the specified web element by using get command. It doesn’t require any parameter but returns a string value.
String Text = driver.findElement(By.id(“Some Text”)).getText()
is an example of it.

27) How a text written in a text field could be cleared?
A text written in a text field could be deleted by using the clear() method.

28) How to check a checkBox in Selenium?
The same click() method could be used for checking checkbox as well as for clicking buttons or radio buttons.

29) How to verify if the checkbox/radio is checked or not?
isSelected() method is used to verify if the checkbox/radio is checked or not.
An example -
driver.findElement(By.xpath("XPath of the checkbox/radio button")).isSelected();

30) What is the alternate way to click on login button?
submit() method could be used as the alternate way to click on login button, but only if attribute type=submit.

31) How to select a value in a dropdown?
WebDriver’s Select class is used to select value in the drop down.
selectByVisibleText:
Select selectByVisibleText = new Select (driver.findElement(By.id(“id_of_some_element”)));
selectByVisibleText.selectByVisibleText(“some_visible_text”);

32) Explain the difference between close and quit command.
If you need to close the current browser having focus driver.close() is used. If you need to close all the browser instances driver.quit() is used.

33) What is the difference between setSpeed() and sleep() methods?
Both of these methods delay the speed of execution. The main difference between them is setSpeed sets a speed while will apply delay time before every Selenium operation takes place. thread.sleep() will set up wait only for once.

For Example:
sleep(5000)- It will wait for 5 seconds. It is executed only once, where the command is written.
setSpeed("5000")- It also will wait for 5 seconds. It runs each command after setSpeed delay by the number of milliseconds mentioned in set Speed.

34) What are the different types of navigation commands?
navigate().back() command takes user back to the previous webpage in the web browser’s history. An example: driver.navigate().back();
navigate().forward() lets the user to navigate to the next web page with reference to the browser’s history. An example: driver.navigate().forward();
According to navigate().refresh() command user can refresh the current web page there by reloading all the web elements. An example: driver.navigate().refresh();
User can launch a new web browser window and navigate to the specified URL by executing navigate().to() An example:
driver.navigate().to(“https:// thinkmobiles.com/”);

35) What is the difference between findElement () and findElements ()?
Both of them let user to find elements in the current web page matching to the specified locator value. But if you use findElement(), only the first matching element would be fetched. An example:
WebElement element = driver.findElements(By.xpath(“//div[@id=’example’]//ul//li”))
If you use findElements(), the all matching elements would be fetched and stored in the WebElements list. An example:
List elementList = driver.findElements(By.xpath(“//div[@id=’example’]//ul//li”));

36) Can Selenium handle Windows based pop-up?
Windows pop-ups cannot be handled by using Selenium. Because it supports only web application testing.

37) How can we handle Web-based pop-up?
There are four methods of the effective Web-based pop-up handling:
string getText() method returns the text displayed on the alert box
void accept() method clicks on the “Ok” button as soon as the pop-up window appears
void dismiss() method clicks on the “Cancel” button as soon as the pop-up window appears
void sendKeys(String stringToSend) method enters the specified string pattern into the alert box

38) Do you know a way to refresh browser by using Selenium?
The list of commands to refresh a page in Selenium:
navigate().refresh()
getCurrentUrl()
navigate().to(driver.getCurrentUrl())
sendKeys(Keys.F5)

39) How can we maximize browser window in Selenium?
driver.manage().window().maximize(); //command is used to maximize browser window in Selenium

40) How can we find the value of different attributes like name, class, value of an element?
getAttribute("{attributeName}") //method is used find the value of different attributes of an element

41) Could cookies be deleted in Selenium?
driver.manage().deleteAllCookies(); //command is used for deleting all cookies

42) How to perform right click using Selenium WebDriver?
The next Actions class is used to perform right click:
Actions act = new Actions(driver); // where driver is WebDriver type
act.moveToElement(webElement).perform();
act.contextClick().perform();

43)  How do perform drag and drop using Selenium WebDriver?
The next Actions class is used to perform drag and drop:
Actions builder = new Actions(driver);
Action dragAndDrop = builder.clickAndHold(SourceElement)
moveToElement(TargetElement)
release(TargetElement)
build();
dragAndDrop.perform();

44) How to check if an element is visible on the page?
The return method type is logical. If it returns true then element is visible otherwise it is not. isDisplayed() method could be used for it:
driver.findElement(By.id(“id_of_element”)).isDisplayed();

45) How to check if a button is enabled on the page?
isEnabled() method could be used for it:
driver.findElement(By.id(“id_of_element”)).isEnabled();

46) What kind of mouse actions can be performed in Selenium?
Selenium supports different mouse actions, such as:
click(WebElement element)
contextClick(WebElement element)
doubleClick(WebElement element)
mouseUp(WebElement element)
mouseDown(WebElement element)
mouseMove(WebElement element)
mouseMove(WebElement element, long xOffset, long yOffset)

47) Can you write the code to double click an element in Selenium?
Code to double click an element in Selenium:
Actions action = new Actions(driver);
WebElement element=driver.findElement(By.id("elementId"));
action.doubleClick(element).perform();

48) How to mouse hover an element in Selenium?
Code to mouse hover over an element in Selenium:
Actions action = new Actions(driver);
WebElement element=driver.findElement(By.id("elementId"));
action.moveToElement(element).perform();

49) What kind of keyboard operations can be performed in Selenium?
Selenium lets to perform different kinds of keyboard operations, such as:
.pressKey("non-text keys") is used for keys like control, function keys etc that are non-text
.releaseKey("non-text keys") is used in conjunction with key press event to simulate releasing a key from keyboard event
.sendKeys("sequence of characters") is used for passing character sequence to an input or textbox element.

50) What is JUnit? And what is JUnit Annotation?
JUnit is an open source Java applications testing framework, introduced by Apache. A process of adding a special form of syntactic metadata to Java source code is called annotation. JUnit Annotations are: variables, parameters, packages, methods and classes.

51) What is TestNG and why is it better than JUnit?
TestNG is a testing framework inspired from JUnit and NUnit in a way to use the merits by both the developers and testers.  Here are some new functionalities that make it more powerful and easier to use, such as:
test that your code is multithread safe
support for data-driven testing
support for parameters
a variety of tools and plug-ins support (Eclipse, IDEA, Maven, etc...)
default JDK functions for runtime and logging
dependent methods for application server testing
flexible test configuration

52) What kinds of annotations are used in TestNG?
The following kinds of annotations are used in TestNG:
Test
BeforeSuite
AfterSuite
BeforeTest
AfterTest
BeforeClass
AfterClass
BeforeMethod
AfterMethod

53) How to set test case priority in TestNG?
TestNG "Priority" is used to schedule the test cases. In order to achieve, we need to add an annotation as @Test(priority=??). The default value will be zero for priority. If you don't mention the priority, it will take all the test cases as "priority=0" and execute.
The example below shows the usage of the priority for test cases.
As we have not defined the priority for test case "Registration", it will get executed first and then the other test cases based on priority.

import org.testng.annotations.Test;
public class testNGPriorityExample {
@Test
public void registerAccount()
{
System.out.println("Create an account");
}
@Test(priority=2)
public void sendEmail()
{
System.out.println("Confirm your email");
}
@Test(priority=1)
public void login ()
{
System.out.println("Execute login after confirmation");
}
}

import org.testng.annotations.Test;
public class testNGPriorityExample {
@Test
public void registerAccount() {
System.out.println("Create an account");
}
@Test(priority=2)
public void sendEmail() {
System.out.println("Confirm your account");
}
@Test(priority=1)
public void login() {
System.out.println("Execute login after confirmation");
}
}

54) Explain how you can find broken images in a page using Selenium Web driver?
You have to follow the next steps to find broken images in a page using Selenium Web driver:
get XPath and get the all links on the page using the tag name
click on  every link on the page
look for 404/500 in the target page title

55) Can captcha and bar code reader be automated by using Selenium?
Neither captcha, no bar code reader can be automated by using Selenium.

56) How to verify tooltip text using Selenium?
The tooltip text in Selenium could be verified by fetching the value of 'title' attribute. An example:

String toolTipText = element.getAttribute("title");

57) How to locate a link using its text in Selenium?
linkText() and partialLinkText() are used for link location.

The examples:
WebElement link1 = driver.findElement(By.linkText(“some_link_test”));
WebElement link2 = driver.findElement(By.partialLinkText(“some_link_part_text”));

58) Can we find all links on a web page?
As all  links are of anchor tag 'a', so we can find all of them on a web page by locating elements of tagName ‘a’:
List links = driver.findElements(By.tagName("a"));

59) How can we capture screenshots in Selenium?
We can take the screenshots in selenium by using getScreenshotAs method of TakesScreenshot interface:
File scrFile = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE);
FileUtils.File(scrFile, new File("C:\\screenshot1.jpg"));

60) Explain how colors could be handled in Selenium WebDriver?
To handle colors could be handled in Selenium WebDriver by using Use getCssValue(arg0) function to get the colors by sending ‘color’ string as an argument.

61) How many exceptions do you know in Selenium WebDriver?
There are 5 different exceptions Selenium WebDriver:
NoAlertPresentException,
NoSuchElementException
NoSuchWindowException
TimeoutException
WebDriverException

62) How will you use Selenium to upload a file?
File uploading action could be performed by using element.sendKeys("path of file") on the webElement of input tag and type file: < name="fileUpload" type="file" />

63) What is Robot API?
Robot API is used to control keyboard or mouse to interact with OS windows like Download pop-up, Alerts, Print Pop-ups, etc. or native Operation System applications like Notepad, Skype, Calculator, etc.

64) What methods of Robot Class do you know?
Some commonly and popularly used methods of Robot Class during web automation:
keyPress(): method with press down arrow key of Keyboard
Example:
keyPress(KeyEvent.VK_DOWN)
keyRelease(): method with release down arrow key of Keyboard:
Example:
robot.keyRelease(KeyEvent.VK_DOWN)
mouseRelease() method will release the right click of your mouse
Example:
mouseRelease(InputEvent.BUTTON3_DOWN_MASK)
mouseMove() method will move mouse pointer to the specified X and Y coordinates.
Example:
robot.mouseMove(point.getX(), point.getY())
mousePress() method will press the right click of your mouse.
Example :
robot.mousePress(InputEvent.BUTTON3_DOWN_MASK)
 
65) How to execute JavaScript in Selenium?
JavaScriptExecuter is used for JavaScript execution in Selenium.

A simple example:
WebDriver driver = new FireFoxDriver();
if (driver instanceof JavascriptExecutor) {
((JavascriptExecutor)driver).executeScript("{JavaScript Code}");
}

66) Which package can be imported while working with WebDriver?
org.openqa.selenium java -cp bin;jars/* org.testng.TestNG testng.xml

67) How do you get the width of the textbox?
You can get the width of the textbox by using the following command:
driver.findElement(By.xpath(“xpath of textbox ”)).getSize().getWidth();
driver.findElement(By.xpath(“xpath of textbox ”)).getSize().getHeight()

68) Which web driver implementation is the fastest?
The fastest WebDriver is HtmlUnitDriver. Differing of other drivers (FireFoxDriver, ChromeDriver etc), it’s non-GUI, while running no browser gets launched.

69) What is the purpose of deSelectAll() method?
It is used to deselect all the options which have been selected from the drop-down list.

70) How can you switch back from a frame?
defaultContent() method is used to switch back from a frame.

71) How to login into any site if it’s showing any authentication pop-up for username and password?
You should pass the username and password with URL:
https://username:password@url
https://creds:test@www.test.com

72) What is the purpose of getOptions() method?
getOptions() is used to get the selected option from the drop-down list.

73) What is the difference between getWindowHandles() and getWindowHandle()?
You can get the browser address using these commands. But if you use getWindowHandle(), you’ll get the address of the current browser where the control is and return type is a string. So, if you use getWindowHandles(), you will get the address of all the open browser and its return type is an iterator.

74) Explain how you can use recovery scenario with Selenium?
You can use recovery scenario in accordance with the programming language.
If it is Java then you can use exception handling to overcome same.

75) How do you send ENTER/TAB keys in WebDriver?
use click() or submit() methods are used for ENTER. But, don’t forget that submit() method is used only if type=’submit’.
You can use Actions class act.sendKeys(Keys.ENTER) for TAB.

76) How to Handle Alerts in Selenium WebDriver?
Here are a few methods of Alerts handling which are widely used in Selenium Webdriver.
void dismiss() is used to click on the 'Cancel' button of the alert.
driver.switchTo().alert().dismiss();
void accept() is used to click on the 'OK' button of the alert.
driver.switchTo().alert().accept();
String getText() is used to capture the alert message.
driver.switchTo().alert().getText();
void sendKeys(String stringToSend) is used to send some data to alert box.
driver.switchTo().alert().sendKeys("Text");

77) What is a data-driven framework?
The Data Driven test design framework follows a design paradigm where test logic is fixed but varies the test data.  The data itself can be in different repositories like a simple .csv file, .json file or .xls sheet, or database and can add the tests merely updating those external files or DB (instead of placing in test code itself).

78) What is a keyword-driven framework?
The keyword driven framework is a methodology where actions or steps are treated as keywords. These keywords (like click, move, type etc.,) are stored in some external repositories along just like data (in .csv/.json/.xls/DB).

79) What is the hybrid framework?
The combination of data driven and keyword driven framework is called the hybrid. Here the operations/instructions/keywords in a separate repository (.csv/.xls/.json/DB) and data is in separate (.csv/.xls/.json/db from data provider) and the tests/driver would read both and perform the actual tests automatically. In this design, we get the best of both methodologies, and it is kind of practical in most of the automation cases.

80) What are the main advantages of Selenium Grid?
Selenium Grid has following advantages: multi-browser testing, parallel test case execution, multi-platform testing.

81) What is a hub in Selenium Grid?
Selenium Grid hub is a central point or a server that controls the test executions on the different machines.

82) What is a node in Selenium Grid?
Selenium Grid node is a hub attached machine, which has instances running the test scripts. Unlike a hub, there can be more than one nodes in Selenium Grid.

83) Could you explain the line of code Webdriver driver = new FirefoxDriver();.
‘WebDriver' is an interface and we are creating an object of type WebDriver instantiating an object of FirefoxDriver class.

84) What is the purpose of creating a reference variable- 'driver' of type WebDriver instead of directly creating a FireFoxDriver object or any other driver's reference in the statement Webdriver driver = new FirefoxDriver();?
We can use the same variable to work with multiple browsers like ChromeDriver, IEDriver by creating a reference variable of type WebDriver.

85) How can you create HTML test report from your test script?
There are three ways of HTML test report creation:
using inbuilt default.html to get the HTML report in TestNG
with the ANT help in JUnit
using XSL jar for converting XML content to HTML in own customized reports

86) What could be the cause of Selenium WebDriver test to fail?
There are some causes of Selenium WebDriver test to fail:
SeleniumWebDriver element waiting to access did not appear on the web page and the operation timed out
SeleniumWebDriver is trying to access not created element
SeleniumWebDriver cannot locate the element, because the locator has been changed

87) Explain how can you debug the tests in Selenium IDE?
The tests could be debugged in such way:
insert a break point from the location from where you want to execute test step by step
run the test case
test case execution will be paused at the given break point
click on the blue button to continue with the next statement
to continue executing all the commands at a time click on the “Run” button

88) What is the testng.xml file used for?
testng.xml file is used to configure the whole a test suite. Here we can create a test suite, create test groups, mark tests for parallel execution, add listeners and pass parameters to test scripts. It can be used for the further test suite triggering.

89) What is the difference between @Factory and @DataProvider annotation?
@DataProvider is concerned to individual test methods and run the specific methods for many times. @Factory method creates test class instances and runs all the test methods in that class with different data. sets.

90) In which format does source view show the script in Selenium IDE?
The script is shown by Selenium IDE source view in XML format.

91) How could AJAX controls be handled in WebDriver?
AJAX allows the Web page to retrieve small amounts of data from the server without reloading the entire page.
The different wait methods should be applied for testing Ajax application:
ThreadSleep
Implicit Wait
Explicit Wait
WebdriverWait
Fluent Wait

92) What is the FirefoxDriver, class or an interface? And which interface does it implement?
FirefoxDriver is a Java class.  It implements all the methods available in the interface.

93) How can we make one test method dependent on other using TestNG?
We can make one test method run only after successful execution of dependent test method by using dependsOnMethods parameter inside @Test annotation in TestNG: @Test(dependsOnMethods = { "preTests" })

94) How could you explain the main difference between WebDriver and RC?
Selenium WebDriver drives the browser using built-in support. RC injects JavaScript function into browsers when the page is loaded.

95) What is IntelliJ?
IntelliJ is an IDE that helps users to write code for Selenium better and faster. It could be used as an option to Java bean and Eclipse.

96) What are the advantages of Using Git Hub For Selenium?
Members of multiple people team working on the same project can update its details and inform other team members simultaneously
You can build the project from the remote repository regularly by using Jenkins. This helps you to keep track of failed builds.

97) Can we use Selenium RC for tests driving on two different browsers on one operating system without Selenium Grid?
We can do it if JAVA testing framework is not used. If we use Java client driver of Selenium, instead of using Java testing framework, TestNG allows us not to use Selenium Grid.

98) How can we run test cases in parallel using TestNG?
You should just to add these two key value pairs in the suite to run the tests in parallel:
parallel="{methods/tests/classes}"
thread-count="{number of threads you want to run simultaneously}".

99) How would you test your own element locator?
“Find Button” of Selenium IDE is used to test the locator. Clicking on this button, you will see on screen if your element locator is right or wrong.
Also, you can use “FirePath” plugin in FireFox

100) When AutoIT is used?
AutoIT is used to handle window GUI and non-HTML popups in the application.

Latest Selenium Interview Questions and Answers pdf