Software Testing Fundamentals and Tools

Comprehensive quiz covering software testing concepts including testing types, regression testing, defect management, blackbox testing techniques, testing processes, configuration management, operations testing, and Selenium automation tools.

18 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Selenium deploys on which platforms?

  1. Linux
  2. Unix
  3. Windows
  4. Macintosh
Question 2 Multiple Choice (Single Answer)

Selenium testing suite can be used for testing

  1. Web Applications
  2. Client Server Applications
  3. Both
  4. None of the above
Question 3 Multiple Choice (Single Answer)

Disadvantage of Selenium tool is

  1. Selenium tool can only be used in Mozilla Firefox browser
  2. Selenium test suite uses many languages
  3. It is a record & playback tool
  4. Auto complete for all common Selenium commands
Question 4 Multiple Choice (Multiple Answers)

Operations testing is:

  1. compliance testing
  2. disaster testing
  3. verifying compliance to rules
  4. functional testing
  5. ease of operations
Question 5 Multiple Choice (Multiple Answers)

Tools like change Man, Clear case are used as

  1. functional automation tools
  2. performance testing tools
  3. Configuration Management tools
  4. None of the above
Question 6 Multiple Choice (Multiple Answers)

Important consequences of the impossibility of complete testing are

  1. We can never be certain that the program is bug free
  2. We have no definite stopping point for testing, which makes it easier for somemanagers to argue for very little testing.
  3. We have no easy answer for what testing tasks should always be required,because every task takes time that could be spent on other high importance tasks.
  4. All of the above.
Question 7 Multiple Choice (Multiple Answers)

Which is not in sequence in 11 Step Software Testing process

  1. Assess development plan and status
  2. Develop the test plan
  3. Test software design
  4. Test software requirement
Question 8 Multiple Choice (Multiple Answers)

In the MASPAR case study:

  1. Security failures were the result of untested parts of code
  2. The development team achieved complete statement and branch coverage butmissed a serious bug in the MASPAR operating system
  3. An error in the code was so obscure that you had to test the function with almostevery input value to find its two special-case failures.
  4. All of the above.
Question 9 Multiple Choice (Single Answer)

Any deviation from requirement specification is a defect

  1. True
  2. False
  3. Don't Know
  4. May be
Question 10 Multiple Choice (Single Answer)

What does a defferred Defect Mean?

  1. It is a defect
  2. It is a defect which requires more information
  3. It is a defect which will be fixed later during the course of the project
  4. It is not a defect
Question 11 Multiple Choice (Single Answer)

Which BlackBox technique is used to design test cases for the below scenario

  1. Error Guessing
  2. Equivalence Class Partition
  3. Boundary Value Analysis
  4. None of the Above
Question 12 Multiple Choice (Single Answer)

What is the objective of Regression Testing?

  1. The objective is to find out more defects
  2. The objective is to ensure the system is not impacted due to bug fixes / enhancements
  3. The objective is to check if the system works
  4. The objective is to confirm the whole system is tested.
Question 13 Multiple Choice (Single Answer)

Any deviation from requirement specification is a defect

  1. True
  2. False
  3. Don't Know
  4. May be
Question 14 Multiple Choice (Single Answer)

What does a defferred Defect Mean?

  1. It is a defect
  2. It is a defect which requires more information
  3. It is a defect which will be fixed later during the course of the project
  4. It is not a defect
Question 15 Multiple Choice (Single Answer)

What is the objective of Regression Testing?

  1. The objective is to find out more defects
  2. The objective is to ensure the system is not impacted due to bug fixes / enhancements
  3. The objective is to check if the system works
  4. The objective is to confirm the whole system is tested.
Question 16 True/False

1)Is that Order of testing correct?? Unit level testing. Module level testing. System Level testing. Integration level testing. User Acceptance Level Testing.

  1. True
  2. False
Question 17 Multiple Choice (Single Answer)

In which testing we are checking the user manual and not the product??

  1. Unit Testing
  2. Monkey Testing
  3. Installation Testing
  4. Useability Testing
Question 18 Multiple Choice (Single Answer)

Among these which is Odd man of this testing type group ???

  1. Build Acceptance Test(BAT)
  2. Verification testing,
  3. Sanity testing testing,
  4. validation testing