Iseb Foundation Software Testing Exam Question Answers - 02
Iseb Foundation Software Testing Exam Question Answers - 02
in
Software Testing
Practice Exam
40 QUESTIONS
NOTE: Only one answer per question
a) an error
b) a fault
c) a failure
d) a defect
v) every week
w) after the software has changed
x) as often as possible
y) when the environment has changed
z) when the project manager says
Q3 IEEE 829 test plan documentation standard contains all of the following except
a) test items
b) test deliverables
c) test tasks
d) test specifications
Q5
Order numbers on a stock control system can range between 10000 and 99999
inclusive. Which of the following inputs might be a result of designing tests for
only valid equivalence classes and valid boundaries?
Q9
Which of the following is the main purpose of the integration strategy for
integration testing in the small?
Q12 Given the following code, which statement is true about the minimum number of
test cases required for full statement and branch coverage?
Read p
Read q
IF p+q > 100 THEN
Print "Large"
ENDIF
IF p > 50 THEN
Print "p Large"
ENDIF
a) requirements
b) documentation
c) test cases
d) improvements suggested by users
Q16 Which of the following items would not come under Configuration Management?
a) operating systems
b) test documentation
c) live data
d) user requirement documents
i. static analysis
ii. performance testing
iii. test management
iv. dynamic analysis
a) developers would typically use i and iv; test team ii and iii
b) developers would typically use i and iii; test team ii and iv
c) developers would typically use ii and iv; test team i and iii
d) developers would typically use i, iii and iv; test team ii
a) black box test design techniques all have an associated test measurement
technique
b) white box test design techniques all have an associated test measurement
technique
c) cyclomatic complexity is not a test measurement technique
d) black box test measurement techniques all have an associated test design
technique
Q25 A typical commercial test execution tool would be able to perform all of the
following, EXCEPT:
a) re-testing ensures the original fault has been removed; regression testing looks for
unexpected side-effects
b) re-testing looks for unexpected side-effects; regression testing ensures the original
fault has been removed
c) re-testing is done after faults are fixed; regression testing is done earlier
d) re-testing is done by developers; regression testing is done by independent testers
Q28 What type of review requires formal entry and exit criteria, including metrics:
a) walkthrough
b) inspection
c) management review
d) post project review
a) component testing
b) non-functional system testing
c) user acceptance testing
d) maintenance testing
s) inspection
t) peer review
u) informal review
v) walkthrough
a) s = 4 and 5, t = 3, u = 2, v = 1
b) s = 4, t = 3, u = 2 and 5, v = 1
c) s = 1 and 5, t = 3, u = 2, v = 4
d) s = 4 and 5, t = 1, u= 2, v = 3
a) ISO/IEC 12207
b) BS 7925-1
c) ANSI/IEEE 829
d) ANSI/IEEE 729
a) is not important
b) increases the later a fault is found
c) decreases the later a fault is found
d) can never be determined
Q37 Which of the following is NOT included in the Test Plan document of the Test
Documentation Standard?