Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Test
- 테스트케이스
- 테스트
- istqb 기출문제
- ctfl
- 테스팅
- qa 자격증
- testing
- istqb dump
- qa테스트
- 폴라리스오피스
- FL
- TestCase
- 자격증
- mobile QA
- 실라버스
- QA
- 모바일앱 QA
- 게임 qa
- qa 아웃소싱
- 검증
- App QA
- 테스트 외주
- 테스트 아웃소싱
- 외주 테스트
- ISTQB
- istqb fl
- Office test
- Polaris Office
- QA자격증
Archives
- Today
- Total
목록Equivalence partitions (1)
QA Outsourcing & Consulting
[ISTQB] FL 19 <Decision coverage, Equivalence partitions>
Q. Given the following fragment of code, how many tests are required for 100% decision coverage? if width > length then biggest_dimension = width if height > width then biggest_dimension = height end_if else biggest_dimension = length if height > length then biggest_dimension = height end_if end_if A. 3 B. 4 C. 2 D. 1 코드를 보고 Decision Coverage를 맞추는 문제입니다. 코드를 보고 순서도를 그려보면 좀 더 쉽게 맞출 수 있습니다. 물론 좀 더..
IT Trend/ISTQB FL
2019. 3. 29. 16:35