Software Testing Tools and Methodologies

Comprehensive quiz covering software testing concepts including black box and white box testing, automated testing tools (QTP, SilkTest, Load Runner, Apache JMeter, WinRunner), testing techniques, software maintenance, and quality assurance principles.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

what is not a structure based techniques?

  1. code coverage
  2. statement coverage
  3. decision tables
  4. decision coverage
Question 2 Multiple Choice (Single Answer)

Debugging is done by

  1. developers
  2. testers
  3. analysists
  4. test lead
Question 3 Multiple Choice (Single Answer)

Test conditions are derived from

  1. test cases
  2. Specifications
  3. test data
  4. test design
Question 4 Multiple Choice (Single Answer)

Which will be useful for input and output coverage?

  1. Boundary value analysis
  2. usecase testing
  3. equivalence partioning
  4. decision table
Question 5 True/False

Quality Software can be developed only when each and every engineer and manager is committed to Quality

  1. True
  2. False
Question 6 True/False

Depending on the type of project Software Development Life cycle model has to be chosen

  1. True
  2. False
Question 7 True/False

Software Testing management tool helps in achieving a process-oriented testing

  1. True
  2. False
Question 8 True/False

Test Engineers need not test the application against the specifications

  1. True
  2. False
Question 9 True/False

Silk Test Host Software is the component of SilkTest that interacts with GUI of your application?

  1. True
  2. False
Question 10 True/False

4Test is the scripting language used in SilkTest

  1. True
  2. False
Question 11 True/False

Scripting language used in winrunner is TSL

  1. True
  2. False
Question 12 True/False

Apache JMeter is an open source testing tools used to test the performance of the application when it is under heavy load?

  1. True
  2. False
Question 13 True/False

VuserScripts describes the actions performed by a virtual user in Load Runner Tool

  1. True
  2. False
Question 14 True/False

In SilkTest AUT and Agent Software need not run on the same machine?

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

White Box testing is used for?

  1. testing and functionality
  2. testing the source code
  3. testing the reliability requirements
  4. testing the portability requirements
Question 16 Multiple Choice (Single Answer)

Black box testing is used for

  1. testing the functionality
  2. testing the source code
  3. testing the performance requirements
  4. testing the portability requirements
Question 17 Multiple Choice (Single Answer)

Reusability of software is

  1. Operational characteristic
  2. Transition Characteristic
  3. Revision Characteristic
  4. both a and c
Question 18 Multiple Choice (Single Answer)

Software maintenance involves

  1. preventive maintenance
  2. adaptive maintenance
  3. corrective maintenance
  4. all of the above
Question 19 Multiple Choice (Single Answer)

Automated testing tools help in

  1. increased productivity of people
  2. less infrastructure costs
  3. high quality product
  4. all of the above
Question 20 Multiple Choice (Single Answer)

What is/are the command/commands used to invoke other application from QTP

  1. Run
  2. Invoke Application
  3. SytemUtil.Run
  4. Both 1 & 2
  5. Both 2 & 3