일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- QA자격증
- 게임 qa
- ISTQB
- istqb 기출문제
- qa 아웃소싱
- 실라버스
- mobile QA
- Test
- qa테스트
- QA
- 테스트
- Polaris Office
- 테스트 아웃소싱
- istqb fl
- ctfl
- testing
- 테스트 외주
- 폴라리스오피스
- 테스트케이스
- FL
- 외주 테스트
- qa 자격증
- TestCase
- 자격증
- App QA
- 모바일앱 QA
- 테스팅
- istqb dump
- 검증
- Office test
- Today
- Total
목록IT Trend/ISTQB FL (28)
QA Outsourcing & Consulting
Q. Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage? Read PRead QIF P+Q > 100 THENPrint “Large”ENDIFIf P > 50 THENPrint “P Large”ENDIF A) 1 test for statement coverage, 3 for branch coverageB) 1 test for statement coverage, 2 for branch coverageC) 1 test for statement coverage, 1 for branch coverageD) 2 tests for state..
Q. Which of the following is the main purpose of the integration strategy for integration testing in the small?A) to ensure that all of the small modules are tested adequatelyB) to ensure that the system interfaces to other systems and networksC) to specify which modules to combine when and how many at onceD) to ensure that the integration testing can be performed by a small teamE) to specify ho..
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..