일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 테스트 외주
- Test
- qa 아웃소싱
- TestCase
- 게임 qa
- testing
- Polaris Office
- QA자격증
- 실라버스
- App QA
- 모바일앱 QA
- ISTQB
- 폴라리스오피스
- QA
- 검증
- istqb fl
- 자격증
- 외주 테스트
- istqb dump
- qa 자격증
- 테스트
- Office test
- 테스팅
- 테스트케이스
- mobile QA
- FL
- ctfl
- istqb 기출문제
- 테스트 아웃소싱
- qa테스트
- Today
- Total
목록테스팅 (20)
QA Outsourcing & Consulting
Q. When should configuration management procedures be implemented?A. During test planning.B. During test analysis.C. During test execution.D. When evaluating exit criteria 형상관리에 대한 문제입니다.실라버스 5.4를 보면 "형상 관리 절차와 인프라는 테스트 계획 활동 중에 선택되고, 문서화되고, 구현되어야 한다."라고 되어 있습니다. A. A Q. Which of the following are characteristic of regression testing?i) Regression testing is run ONLY onceii) Regression testing i..
Q. 19: Which activity in the fundamental test process creates test suites for efficient test execution?A. Implementation and execution.B. Planning and control.C. Analysis and design.D. Test closure. 실라버스 1.4 Fundamental Test Process를 보면 기본적인 테스트 프로세스의 주요 활동은- Test planning and control- Test analysis and design- Test implementation and execution- Evaluating exit criteria and reporting- Test closu..
Q. The cost of fixing a fault?A) Is not importantB) Increases as we move the product towards live useC) Decreases as we move the product towards live useD) Is more expensive if found in requirements than functional designE) Can never be determined 결점/결함(fault)의 수정 비용에 관한 문제입니다.실라버스 3.1 Static Techniques and the Test Process(정적 기법과 테스트 프로세스)를 보면 답을 찾을 수 있습니다. 리뷰의 이점이 기술되어 있는데 그 이점으로는 결함 조기 발견, 개발..
Q. Unreachable code would best be found using?A) code reviewsB) code inspectionsC) a coverage toolD) a test management toolE) a static analysis tool 접근 불가능한(사용하지 않는) 코드를 찾는 방법에 대한 문제입니다.실라버스 3.3 Static Anlaysis by Tools에 보면 정적 분석에 나오며, 정적 분석 툴을 이용하여 발견할 수 있는 것들에 대해서 설명이 나옵니다.그 중에 하나가 Unreachable(dead) code입니다.정적 분석의 목적은 코드단에서 실제로는 SW를 실행하지 않고 도구를 이용하여 동적 테스팅으로 찾기 힘든 결함들을 찾는 것입니다. 따라서 주로 개발자들에 의해..
Q. Expected results are?A) only important in system testingB) only used in component testingC) never specified in advanceD) most useful when specified in advanceE) derived from the code 기대 결과에 대한 문제입니다.기대 결과란 무엇인지에 대해서 실라버스 4.1 The Test Development Process에 나와 있습니다. 기대 결과는 결과값, 데이터와 상태의 변화, 테스트의 다른 결과를 포함하며, 미리 정의되어 있지 않은 경우에 잘못된 결과가 Pass로 될 수 있기 때문에 예상 결과는 테스트 실행전에 정의되어 있어야 합니다. A. D Q. Test ma..