WorksheetsSoftware Testing 2
Total questions: 10
Worksheet time: 10mins
Which testing technique is best suited to find out functional description fault
white box testing
black box testing
reviews
inspections
A developer has wrongly typed a variable name. It comes under which category
error
fault
failure
quality
Test Cases need to be developed for
valid inputs
invalid inputs
both valid and invalid inputs
expected outputs
Testers use hypotheses to
develop algorithms
design test cases
design test procedures
design pseudocode
Whether reviews or inspections are part of testing and why?
Yes, because both help in detecting the faults and improve quality.
Yes, because testing includes all non-constructive activities.
No, because they are normally applied before testing.
No, because they apply to development documentation.
Early defects are
Costly to find and difficult to fix
Cheap to find and difficult to fix
Costly to find and easy to fix
Cheap to find and easy to fix
Code documentation defects can be best identified by
white box testing
black box testing
acceptance testing
code reviews
Identify the roles of tester
tester has to design test cases
tester has to correct the errors present
tester needs to design test procedures
tester needs to create new versions of software
A test harness is a
A high level document describing the principles, approach and major objectives of the organization regarding testing
A distance set of test activities collected into a manageable phase of a project
A test environment comprised of stubs and drives needed to conduct a test
A set of several test cases for a component or system under test
Defect Repository supports which of the following TMM maturity goals
Controlling and monitoring of tests
fault model generation
test planning
defect avoidance
