Tag: testing

Questions Related to testing

  1. testing to see where the system does not function properly

  2. testing quality attributes of the system including performance and usability

  3. testing a system feature using only the software required for that action

  4. testing a system feature using only the software required for that function


Correct Option: B
  1. status accounting of configuration items

  2. auditing conformance to ISO9001

  3. identification of test versions

  4. record of changes to documentation over time


Correct Option: B

Which of the following is the main purpose of the integration strategy for integration testing in the small?

  1. to ensure that all of the small modules are tested adequately

  2. to ensure that the system interfaces to other systems and networks

  3. to specify which modules to combine when and how many at once

  4. to ensure that the integration testing can be performed by a small team


Correct Option: C
  1. to know when a specific test has finished its execution

  2. to plan when to stop testing

  3. to ensure that the test case specification is complete

  4. to set the criteria used in generating test inputs


Correct Option: B

Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF

  1. 1 test for statement coverage, 3 for branch coverage

  2. 1 test for statement coverage, 2 for branch coverage

  3. 1 test for statement coverage, 1 for branch coverage

  4. 2 tests for statement coverage, 2 for branch coverage


Correct Option: B
  1. 1 test for statement coverage, 1 for branch coverage

  2. 1 test for statement coverage, 2 for branch coverage

  3. 1 test for statement coverage. 3 for branch coverage

  4. 2 tests for statement coverage, 2 for branch coverage


Correct Option: B
  1. 1 test for statement coverage, 3 for branch coverage

  2. 2 tests for statement coverage, 2 for branch coverage

  3. 2 tests for statement coverage. 3 for branch coverage

  4. 3 tests for statement coverage, 2 for branch coverage


Correct Option: B