Automation Testing using Selenium Quiz Questions and Answers

Return on Investement is _________ in manual testing.

Answer :
  • Low

The process of using tools, scripts, and software to perform test cases by repeating pre-defined actions refers to______.

Answer :
  • Automation testing

How many testing types does a software industry involve?

Answer :
  • 2

To write into a file using java we have to use___.

Answer :
  • write();

To create a file in java we have to use_____.

Answer :
  • createNewFile();

Why are try and catch blocks are used?

Answer :
  • Both a and b

What is an exception?

Answer :
  • Error occurred due to faulty input.

Selenium IDE scripts are recorded in a special scripting language called______.

Answer :
  • Selenese

What are the advantages of Selenium IDE? (Select all that apply)

Answer :
  • The test cases can be exported to different programming languages.
  • The test cases in selenium IDE can be converted into Test suites

Selenium RC comprises ____ parts.

Answer :
  • 2