Quiz 8 Flashcards
(10 cards)
T/F
In the integration testing, the client determines whether the product satisfies its specifications
False
T/F
The most popular programming language should always be used for implementation to minimize costs
False
T/F
SQA (Software Quality Assurance) group does not need to do unit testing since the programmers do it
False
Which of the following cannot be used to increase readability of the code?
Avoiding if statements
Using meaningful and consistent variable names
Using indentation
Using blank lines and spaces
Avoiding if statements
T/F
It is sufficient to perform execution-based testing (black-box and glass-box testing) for the implementation, non-execution based testing (code review) can be skipped
False
T/F
Using constants should be avoided as poor programming practice
False
T/F
The logic artifacts are developed before the operational artifacts in top-down integration
True
T/F
if statements nested to a depth greater than three should be avoided as bad programming practice
True
T/F
Statement coverage is sufficient to detect all the faults in the code
False
Which of the following is the testing technique that uses code to select the test cases?
Functional testing
Stress testing
Black-box testing
Glass-box testing
Glass-box testing