Online Access Free ISEB-SWT2 Exam Questions
Exam Code: | ISEB-SWT2 |
Exam Name: | ISTQB-BCS Certified Tester Foundation Level |
Certification Provider: | ISEB |
Free Question Number: | 340 |
Posted: | Sep 04, 2025 |
Consider the following pseudo code
1 . Begin
2 . Read Gender
3 . __Print "Dear"
4 . If Gender = 'female'
5 . Print ("Ms")
6 . Else
7 . __Print ( "Mr")
8 . Endif
9 . End
How many test cases are needed to achieve 100 per cent decision coverage?
A system is designed to accept values of examination marks as follows:
Fail: 0-39 inclusive
Pass: 40-59 inclusive
Merit: 60-79 inclusive
Distinction: 80-100 inclusive
In which of the following sets of values are all values in different equivalence partitions?