Tag: testing

Questions Related to testing

Which of the following statements about functional testing is true?

  1. Inspection is a form of functional testing

  2. Structural testing is more important than functional testing as it addresses the code

  3. Functional testing is more powerful than static testing as you run the system as see what happens.

  4. Functional testing is useful throughout the life cycle and can be applied by business analyst, testers, developers and users.


Correct Option: D
  1. Breadth and Depth test

  2. Retesting

  3. Confirmation testing

  4. Sanity testing


Correct Option: A
  1. Structural testing

  2. Design based testing

  3. Error guessing technoque

  4. Experienced based testing


Correct Option: A
  1. A set of test cases for testing classes of objects

  2. An input or output range of values such that one valuye in the range becomes a test case

  3. An input or output range of values such that each value in the range becomes a test case

  4. An input or output range of values such that every tenth value in the range becomes a test case.


Correct Option: B

The Test Cases Derived from use cases

  1. Are most useful in uncovering defects in the process flows during real world use of the system

  2. Are most useful in uncovering defects in the process flows during the testing use of the system

  3. Are most useful in covering the defects in the process flows during real world use of the system

  4. Are most useful in covering the defects at the Integration Level


Correct Option: A
  1. Creating test suites from the test cases

  2. Executing test cases either manually or by using test execution tools

  3. Comparing actual results

  4. Designing the Tests


Correct Option: D
  1. Statement Testing and coverage

  2. Decision Testing and coverage

  3. Condition Coverage

  4. Boundary value analysis


Correct Option: D
  1. Organizational Factors

  2. Poor Software characteristics

  3. Error Prone software delivered

  4. Software that does not perform its intended functions


Correct Option: A