CTFL-001 무료 덤프문제 온라인 액세스
| 시험코드: | CTFL-001 |
| 시험이름: | ISTQB Certified Tester Foundation Level |
| 인증사: | ISQI |
| 무료 덤프 문항수: | 340 |
| 업로드 날짜: | 2026-08-25 |
A software component has the code shown below:
Program BiggestA,
Biggest: Integer
Begin
Read A
Biggest = 10
While A > 0
Do
If A > Biggest
Then Biggest = A
Endif
Read A
Enddo
End
The component has exit criteria for component testing that include 100% statement coverage. Which of the following test cases will satisfy this criterion?
Which of the following statements are true?
(i) For every development activity there is a corresponding testing activity.
(ii) Each test level has the same test objectives.
(iii) The analysis and design of tests for a given test level should begin after the corresponding development activity.
(iv)Testers should be involved in reviewing documents as soon as drafts are available in the development life cycle.