Sunday, 12 July 2015

Top 8 Selenium testing interview questions and answers

Top 8 Selenium testing interview questions and answers  asked in interviews:

Selenium is a portable software testing framework for web applications. Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks. Probably asking interview questions and answers in selenium testing interview.

Selenium Interview Questions and Answers:

                Selenium and Selenium Testing is one of the most popular automated testing suites.

1) What test can Selenium do?
Ans. Selenium is basically used for the functional testing of web based applications. It can be used for  testing in the continuous integration environment. It is also useful for agile testing

 2) What is the cost of Selenium test suite?
Ans. Selenium test suite a set of open source software tool, it is free of cost.

 3) What browsers are supported by Selenium Remote Control?
Ans. The test automation expert can use Firefox, IE 7/8, Safari and Opera browsers to run tests in Selenium Remote Control.

 4) What programming languages can you use in Selenium RC?
Ans. C#, Java, Perl, PHP, Python, Ruby

 5) What are the advantages and disadvantages of using Selenium as testing tool?
Ans. Advantages: Free, Simple and powerful DOM (document object model) level testing, can be used for continuous integration; great fit with Agile projects.

 Disadvantages: Tricky setup; dreary errors diagnosis; can not test client server applications.

 6) What is difference between QTP and Selenium?
Ans. Only web applications can be testing using Selenium testing suite. However, QTP can be used for testing client server applications. Selenium supports following web browsers: Internet Explorer, Firefox, Safari, Opera or Konqueror on Windows, Mac OS X and Linux. However, QTP is limited to Internet Explorer on Windows.
QTP uses scripting language implemented on top of VB Script. However, Selenium test suite has the flexibility to use many languages like Java, .Net, Perl, PHP, Python, and Ruby.

 

7) What is difference between Borland Silk test and Selenium?
Ans. Selenium is completely free test automation tool, while Silk Test is not. Only web applications can be testing using Selenium testing suite. However, Silk Test can be used for testing client server applications. Selenium supports following web browsers: Internet Explorer, Firefox, Safari, Opera or Konqueror on Windows, Mac OS X and Linux. However, Silk Test is limited to Internet Explorer and Firefox.

Silk Test uses 4Test scripting language. However, Selenium test suite has the flexibility to use many languages like Java, .Net, Perl, PHP, Python, and Ruby.

8) What do you Know about Selenium?

Selenium first came to life in 2004 when Jason Huggins was testing an internal application at ThoughtWorks.
Selenium was a tremendous tool, it wasn’t without it’s drawbacks. Because of its Javascript based automation engine and the security limitations browsers apply to Javascript, different things became impossible to do.
Selenium Suite of projects include:
Selenium IDE
Selenium Core
Selenium 1 (known as. Selenium RC or Remote Control)
Selenium 2 (known as. Selenium Webdriver)
Selenium-Grid.


No comments:

Post a Comment