일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- testing
- qa 자격증
- qa테스트
- Test
- QA자격증
- QA
- 테스트케이스
- istqb 기출문제
- 모바일앱 QA
- qa 아웃소싱
- 테스트 외주
- App QA
- 폴라리스오피스
- ctfl
- 게임 qa
- 자격증
- ISTQB
- 외주 테스트
- Office test
- 검증
- istqb dump
- Polaris Office
- 테스트
- 테스팅
- 테스트 아웃소싱
- istqb fl
- TestCase
- 실라버스
- FL
- mobile QA
- Today
- Total
목록istqb dump (7)
QA Outsourcing & Consulting
Q. What is the purpose of test completion criteria in a test plan?A) to know when a specific test has finished its executionB) to ensure that the test case specification is completeC) to set the criteria used in generating test inputsD) to know when test planning is completeE) to plan when to stop testing 실라버스 1.4.4를 보면 테스트 완료 조건에 대해 나오는데 그곳에 우선 살짝 내용이 나옵니다.테스트 완료 조건 평가 시 테스트 계획에 명시된 완료 조건을 만족하는..
Q. Calculate Path Coverage. Read PRead QIF P+Q > 100 ThenPrint "Large"EndIfIF P > 50 ThenPrint "P Large"EndIf 이전에 이어 이번에는 Path Coverage에 대한 문제입니다. 동일하게 숫자는 코드, 알파벳은 경로가 됩니다.Path Coverage를 묻는 문제가 나오면 가능한 경로 개수를 모두 적으면 됩니다.위, 아래에 분기가 2개 있으니, 우-우, 우-좌, 좌-좌, 좌-우 경로로 가는1A-2B-E-4F1A-2B-E-4G-5H1A-2C-3D-E-4G-5H1A-2C-3D-E-4F총 4개 경로가 나옵니다. 따라서 Path Coverage는 4입니다. Q. Calculate Branch coverage. Branch cove..
Q. Testing should be stopped when:A) all the planned tests have been runB) time has run outC) all faults have been fixed correctlyD) both a) and c)E) it depends on the risks for the system being tested 테스트를 언제 그만해야 하는가에 대한 문제입니다.현장 감각으로 보면 사실 A~C까지 다 답으로 보입니다.계획된 테스트 다 했을 때, 검증 일정 다 되었을 때, 결함 다 고치고 수정된거 확인되었을 때…하지만 이 문제의 의도는 5.2.4의 테스트 완료 조건을 알고 있는지에 대한 문제입니다.실라버스 5.2.4를 봐도 딱 이 때 종료한다라고 명확하게는 나와..
Q. Regression testing should be performed?1. every week2. after the software has changed3. as often as possible4. when the environment has changed5. when the project manager says A. 1,2 are true, 3~5 are falseB. 2~4 are true, 1,5 are falseC. 2,4 are true, 1,3,5 are falseD. 2 is true, 1,3,4,5 are falseE. all of the above are true Regression testing에 대해 아는지에 대한 문제이면서도 사실 Regression testing 특징에 대해서..
Q. Who would USUALLY perform debugging activities?A. Developers.B. Analysts.C. Testers.D. Incident Managers. 실라버스 1.2 테스팅이란 무엇인가?에서 정답을 찾을 수 있습니다.테스터는 테스트를하고 개발자는 디버그를 수행하게 됩니다.디버깅과 테스팅은 다릅니다.테스팅 - 결함(defect)에 의해 발생된 장애(failure)를 찾는 활동디버깅 - 결함의 원인을 밝히고 분석 및 제거하는 개발 활동디버깅 이후에는 보통이라면 확인 테스팅(confrimation testing)이 이루어집니다. A. A Q. When what is visible to end-users is deviation from the specific or e..