Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

51.

How To Execute A Single Line Command From Selenium Ide?

Answer»

Single line COMMAND from Selenium IDE can be executed in two WAYS:

  1. Right click on the command in Selenium IDE and select “Execute This Command”
  2. Select the command in Selenium IDE and PRESS “X” KEY on the KEYBOARD

Single line command from Selenium IDE can be executed in two ways:

52.

Which Are The Browsers Supported By Selenium Ide?

Answer»

SELENIUM IDE supports only ONE browser Mozilla Firefox.

The versions SUPPORTED as of now are:

  • Mozilla Firefox 2.x
  • Mozilla Firefox 3.x

The versions not supported as of now are:

  • EARLIER versions of Mozilla Firefox 2.x
  • Mozilla Firefox 4.x

Selenium IDE supports only one browser Mozilla Firefox.

The versions supported as of now are:

The versions not supported as of now are:

53.

What Are The Challenges With Selenium Ide?

Answer»

Selenium-IDE does not directly SUPPORT:

  1. CONDITION statements
  2. Iteration or looping
  3. Logging and reporting of test RESULTS
  4. Error handling, particularly UNEXPECTED errors
  5. Database testing
  6. Test case grouping
  7. Re-execution of failed TESTS
  8. Test case dependency
  9. Capture screenshots on test failures
  10. Results Report generations

Selenium-IDE does not directly support:

54.

What Are The Capabilities Of Selenium Ide?

Answer»

Selenium IDE (Integrated Development Environment) WORKS similar to commercial tools like QTP, Silk TEST and Test Partner etc.

The below mentioned points describes well about Selenium IDE:

  1. Selenium IDE is a Firefox add-on.
  2. Selenium IDE can support recording the clicks, typing, and other actions to make a test cases.
  3. Using Selenium IDE A Tester can play back the test cases in the Firefox browser
  4. Selenium IDE supports exporting the test cases and suites to Selenium RC.
  5. DEBUGGING of the test cases with step-by-step can be done
  6. Breakpoint INSERTION is possible
  7. Page ABSTRACTION functionality is supported by Selenium IDE
  8. Selenium IDE can support an extensibility capability allowing the use of add-ons or user extensions that expand the functionality of Selenium IDE

Selenium IDE (Integrated Development Environment) works similar to commercial tools like QTP, Silk Test and Test Partner etc.

The below mentioned points describes well about Selenium IDE:

55.

What Are The Test Types Supported By Selenium?

Answer»

Selenium could be used for testing the web based APPLICATIONS.

The TEST types can be SUPPORTED are:

  1. Functional,
  2. Regression,
  3. Load testing

The automation tool could be implemented for POST release validation with continuous integration tools like:

  1. Jenkins,
  2. HUDSON,
  3. Quick Build
  4. CruiseCont

Selenium could be used for testing the web based applications.

The test types can be supported are:

The automation tool could be implemented for post release validation with continuous integration tools like:

56.

What Are The Technical Challenges With Selenium?

Answer»

As you know Selenium is a free ware open source testing tool. There are many challenges with Selenium.

  • Selenium Supports only web based applications
  • It doesn’t support any NON web based (Like Win 32, Java Applet, Java Swing, .Net Client Server etc) applications
  • When you compare selenium with QTP, Silk Test, Test Partner and RFT, there are many challenges in terms of maintainability of the test cases
  • Since Selenium is a freeware tool, there is no direct support if one is in trouble with the support of applications
  • There is no object repository concept in Selenium, so maintainability of the objects is very high
  • There are many challenges if one have to interact with Win 32 WINDOWS even when you are working with Web based applications
  • Bitmap COMPARISON is not supported by Selenium
  • Any reporting related capabilities, you need to depend on third party TOOLS
  • You need to learn any one of the native language like (.Net, Java, Perl, Python, PHP, Ruby) to work efficiently with the scripting side of selenium

As you know Selenium is a free ware open source testing tool. There are many challenges with Selenium.

57.

What Do You Know About Selenium?

Answer»

SELENIUM is a suite of tools for web AUTOMATION testing. Selenium first came to life in 2004 when Jason Huggins was testing an internal application at Thought Works. Selenium was a TREMENDOUS tool, it wasn’t without its 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 includes:

  • Selenium IDE
  • Selenium CORE
  • Selenium 1 (known as Selenium RC or Remote Control)
  • Selenium 2 (known as Selenium Web driver)
  • Selenium-Grid

Selenium is a suite of tools for web automation testing. Selenium first came to life in 2004 when Jason Huggins was testing an internal application at Thought Works. Selenium was a tremendous tool, it wasn’t without its 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 includes: