ISEB-SWTINT1 무료 덤프문제 온라인 액세스
| 시험코드: | ISEB-SWTINT1 |
| 시험이름: | ISEB Intermediate Certificate in Software Testing |
| 인증사: | ISEB |
| 무료 덤프 문항수: | 43 |
| 업로드 날짜: | 2026-01-11 |
Given the following fragment of code, how many tests are required for 100% decision coverage?
discount = 0
order_quantity=0
real order_quantity
if order_quantity >=20 then
discount = 0.05
if order_quantity >=100 then
discount = 0.1
end_if
end_if