Test
T or F, every requirement must be tested by at least one test case?
True
T or F, an absence of errors in a program shows that the right product was built?
False
T or F, decision trees and decision tables will always result in the same number of test cases?
False
In a traditional phase driven waterfall model, when does the test phase start?
Once the coding phase is complete
Testing only shows the?
Prescience of defects
T or F, a timeline can be used to test asynchronous events?
True
T or F, mutation fuzz based testing is based upon a testing "seed", otherwise known as a valid test case?
True
T or F, an assumption of mutation testing is the belief that detecting small errors can also help detect complex errors?
True
T or F, certified software testers should ensure that the deliverables they provide meet the highest professional standards possible?
True
T or F, code coverage can be assessed in terms of control flow and data flow?
True
T or F, combinatorial coverage and mutation testing are ways to asses test quality?
True
T or F, automation helps run large number of test against the original program and mutants of a program?
True
What is not considered an error in a state machine?
Two different events emerging from the same state.
What kind of activity is break it testing?
Validation activity
T or F, the objective of integration testing is to test units and components as a group to determine if they can perform higher level functions and features?
True
T or F, symbolic execution can be used to determine that a specific path in the program cannot be executed?
True
Functional testing looks at performance requirements, usability, etc?
False
T or F, Testing is the examining of the behavior of the program by executing it on all of the possible data sets?
False
T or F, assume all test cases pass for program x. Assume a mutant of the program, y, is created and all test cases also pass for y. This provides confidence that the original test cases are good?
False
T or F, fuzz testing requires having an oracle?
False
T or F, metamorphic testing does not require looking at relationships between input and output?
False
T or F, static analysis techniques are applied during program execution?
False
In test driven development, what is the equivalent of gathering requirements during the software development process?
Gathering test objectives
T or F, acceptance testing is typically done by the customer themselves?
True
T or F, in model based testing, "a test generation criteria" is used to guide the model based testing tool on the types of tests to generate?
True
T or F, scenario based testing helps identify missing requirements?
True