ISEB Intermediate Certificate in Software Testing: ISEB-SWTINT1 Exam
- ISEB-SWTINT1 Questions & Answers
- Exam Code: ISEB-SWTINT1
- Exam Name: ISEB Intermediate Certificate in Software Testing
- Q & A: 55 Q&As
1.Where may functional testing be performed?
A. At system and acceptance testing levels only.
B. At all test levels.
C. At all levels above integration testing.
D. At the acceptance testing level only.
Answer: B
2 Given the following fragment of code, how many tests are required for 100% decision coverage.?
If width > lenth then
Biggest_diension = width
If height > width then
biggest_dimension = height
end_if
else
Biggest_diension = length
If height>length
Then
Biggest_dimension = height
End_if
End_if
A. 3
B. 4
C. 2
D. 1
Answer: B
3.As part of which test process do you determine the exit criteria?
A. Test planning.
B. Evaluating exit criteria and reporting.
C. Test closure.
D. Test control.
Answer: A
4.Which of the following defines the expected results of a test?
A. Test case specification.
B. Test design specification.
C. Test procedure specification.
D. Test results.
Answer: A
5.Given the following decision table: Which of the following test cases and expected results is VALID?
A. 23 year old in insurance class A Premium is 90 and excess is 2,500.
B. 51 year old in insurance class C Premium is 70 and excess is 500.
C. 31 year old in insurance class B Premium is 90 and excess is 2,500.
D. 43 year old in insurance class C Premium is 70 and excess is 1,000.
Answer: A