Normalization and SE Testing
Normalization and SE Testing
5. In 2NF
C) No partial functional dependencies exist
1.In ...................... , test cases are designed using only the functional
specification of the software without any knowledge of the internal structure of
the software.
A) white-box testing
B) black-box testing
C) system testing
D) acceptance testing
A) unit testing
B) top-down integration testing
C) bottom-up integration testing
D) regression testing
7. ................... is a test case design method that uses the control structure of the
procedural design to derive test cases.
A) white-box testing
B) black-box testing
C) system testing
D) acceptance testing
8. ................... is the activity that helps to ensure that changes do not introduce
unintended behavior or additional errors.
A) System testing
B) Acceptance testing
C) Regression testing
D) Black-box testing
9. State whether the following statements about regression testing are True or
False.
i) A representative sample of tests that will exercise all software functions.
ii) Additional tests that focuses on software functions that are likely to be
affected by the change.
A) True, False
B) False, True
C) False, False
D) True, True
10. State whether the following statements about software testing are
correct.
i) White box testing is also known as glass-box testing.
ii) Black-box testing is also known as functional testing.
iii) White-box testing is also called the structural testing.
A) i and ii only
B) ii and iii only
C) i and iii only
D) All i, ii and iii
15. Using ....................... methods, the software engineer can derive test
cases that
i) Exercise all logical decisions on their true and false sides.
ii) Exercise external data structures to ensure their validity.
iii) Execute all loops at their boundaries.
A) i and ii only
B) ii and iii only
C) i and iii only
D) All i, ii and iii
16. ................... verifies that all elements mesh properly and that overall
system function/performance is achieved.
A) System testing
B) Acceptance testing
C) Regression testing
D) Black-box testing