Software Testing Fundamentals

Covers essential software testing concepts including testing techniques (black box, white box, equivalence partitioning), test execution processes, defect management, verification vs validation, and best practices for effective testing.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

A regression test

  1. will help ensue unchanged areas of the software have not been affected
  2. can only be run during user acceptance testing
  3. will help ensure changed areas of the software have not been affected
  4. will always be automed
Question 2 Multiple Choice (Single Answer)

What is the difference between testing software developed by contractor outside your country, versus testing software developed by a contractor within your country?

  1. Does not meet people needs
  2. Loss of control over reallocation of resources
  3. Cultural difference
  4. Relinquishments of control
Question 3 Multiple Choice (Single Answer)

Which of the following could be a reason for a failure 1. Testing fault 2. Software fault 3.Design fault 4. Environment fault 5. Documentation fault

  1. 2 is a valid reason; 1,3,4&5 are not
  2. 1,2,3,4 are valid reasons; 5 is not
  3. 1,2,3 are valid reasons; 4&5 are not
  4. All of them are valid
Question 4 Multiple Choice (Single Answer)

A reliable website/application will be the one which

  1. is likely to be fault-free
  2. is unlikely to cause a failure
  3. is likely to be liked by the users
  4. is unlikely to be completed on schedule
Question 5 Multiple Choice (Single Answer)

The most effective test approach is to begin testing

  1. After Coding
  2. After external design
  3. After internal design
  4. After freezing the requirements
Question 6 Multiple Choice (Single Answer)

If an acceptance criterion or expected result is not specified in a test

  1. it may be difficult to repeat the test
  2. It will be difficult to decide if the test has passed or failed
  3. We cannot run the test
  4. We cannot automate the user inputs
Question 7 Multiple Choice (Single Answer)

Which of these can be successfully tested using Loop Testing methodology?

  1. Simple Loops
  2. Nested Loops
  3. Concatenated Loops
  4. All of the above
Question 8 Multiple Choice (Single Answer)

Test are prioritized so that we

  1. Shorten the time required for testing
  2. Find more faults
  3. Do more effective testing
  4. Do the best testing in the time available
Question 9 Multiple Choice (Single Answer)

Which is the most required skill of a good tester?

  1. Having good attention to detail
  2. Being diplomatic
  3. Able to be relied on
  4. Able to write software
Question 10 Multiple Choice (Single Answer)

Defect Management process does not include

  1. Deliverable base-lining
  2. Defect prevention
  3. Management reporting
  4. None of the above
Question 11 Multiple Choice (Single Answer)

Data collected during testing should include

  1. Test Factors
  2. Functions/subroutines
  3. All of the above
  4. None of the above
Question 12 Multiple Choice (Single Answer)

The purpose of requirement phase is

  1. To freeze requirements
  2. To understand user needs
  3. To define the scope of the testing
  4. All of the above
Question 13 Multiple Choice (Single Answer)

Software Verification is

  1. Checking that we are building the right system
  2. Checking that we are building the system right
  3. Performed by an independent test team
  4. Making sure that it is what the user really wants
Question 14 Multiple Choice (Single Answer)

To know with adequate confidence, "when is testing over", which of the following is the best approach?

  1. use test appropriate metrics
  2. declare that it is over when budget is consumed
  3. let the management decide that
  4. declare that it is ove when time is out
Question 15 Multiple Choice (Single Answer)

Choose the correct answer from the following combinations

  1. Compliance Testing - Business rules
  2. Black Box Testing - Path Coverage
  3. Regression Testing - End users
  4. File Integrity - Control Totals
Question 16 Multiple Choice (Single Answer)

To test a function, the programmer has to write a ___ which call the function and passes it test data.

  1. Stub
  2. Driver
  3. Proxy
  4. None of the above
Question 17 Multiple Choice (Single Answer)

Cyclomatic Complexity method comes under which testing method

  1. Green box
  2. Black box
  3. Yellow box
  4. White box
Question 18 Multiple Choice (Single Answer)

Which of the following is the correct sequence to test execution?

  1. Set up Test environment, Identify test cases and test cycles, Review test results, Assign test scripts
  2. Identify test cases and test cycles, Assign test scripts, set up test environment, review test results
  3. Set up test environment, identify test cases and test cycles, assign test scripts, review test results
  4. All of the above
Question 19 Multiple Choice (Single Answer)

When a new testing tool is purchased, it should be used first by

  1. A small team to establish the best way to use the tool
  2. The vendor contractor to write the initial scripts
  3. Everyone who may eventually have some use for the tool
  4. The independent testin team
Question 20 Multiple Choice (Single Answer)

Equivalence partitioning is

  1. A black box testing technique than can only be used during system testing
  2. A white box testing technique appropriate for component testing
  3. A black box testing technique used only by developers
  4. A black box testing technique appropriate to all levels of testing