ISQI CTAL-TAE_V2 시험 개요:
| 인증 벤더: | ISTQB (International Software Testing Qualifications Board) |
|---|---|
| 시험명: | ISTQB Certified Tester Advanced Level - Test Automation Engineering (Syllabus v2.0) |
| 시험 번호: | CTAL-TAE_V2 |
| 실제 시험 문항 수: | 40-45 (시험 위원회에 따라 다름) |
| 시험 형식: | 서술형/단답형 (일부 지역), 객관식 (단일 선택), 객관식 (다중 선택), 진위형 (T/F) |
| 자격증 유효 기간: | 평생 (자격 유효기간 없음) |
| 응시료: | 지역에 따라 다름; 보통 USD 200-300 |
| 지원 언어: | 폴란드어, 영어, 독일어, 체코어, 일본어, 네덜란드어 |
| 시험 시간: | 120-180 (시험 제공기관에 따라 다름) |
| 관련 자격증: | ISTQB Foundation Level (CTFL) ISTQB Advanced Level Tester (CTAL-TA) |
| 합격 점수: | 65% (시험 위원회에 따라 다름) |
| 샘플 문제: | ISQI CTAL-TAE_V2 샘플 문제 |
| 응시 방법: | 공인 시험 제공기관에서 주관하는 필기 시험 (지필 또는 컴퓨터 기반); 일부 위원회에서는 온라인 감독(remote proctoring) 시험을 제공할 수 있음 |
| 전제 조건: | ISTQB Foundation Level (CTFL) 자격증 취득 필수; ISTQB Advanced Level Tester (CTAL-TA)는 권장되나 모든 시험 위원회에서 필수 사항은 아님 |
| 공식 요강 URL: | https://www.istqb.org/ |
ISQI CTAL-TAE_V2 시험 요강 주제:
| 섹션 | 비중 | 목표 |
|---|---|---|
| 테스트 자동화 준비 | 15% | - 롤아웃 및 배포 고려사항 - 테스트 자동화 도구 평가 및 선정 - 테스트 자동화를 위한 SUT 분석 - 테스트 자동화 아키텍처 설계 - 테스트 가능성 및 자동화를 위한 설계 |
| 테스트 자동화 전략 및 로드맵 | 15% | - CI/CD와 테스트 자동화 통합 - 테스트 자동화 계획 - 테스트 자동화 거버넌스 - 테스트 자동화 유지보수 |
| 테스트 자동화 소개 및 목표 | 5% | - 테스트 자동화의 목적 - 테스트 자동화 성공 요인 - 테스트 자동화의 위험 및 이점 |
| 테스트 자동화 실행 및 구현 | 35% | - 견고한 자동화 테스트 스위트 구축 - 테스트 자동화 솔루션 개발 - 테스트 자동화 솔루션 설계 - 테스트 자동화 솔루션 구현 - 테스트 자동화 솔루션 검증 - 로깅 및 리포팅 전략 |
| 테스트 자동화 확인 | 15% | - 테스트 자동화 검증 - 근본 원인 분석 - 테스트 자동화 평가 메트릭 |
| 수동 테스트에서 자동화 테스트로의 전환 | 15% | - 자동화 마이그레이션 전략 - 수동 테스트 대 자동화 테스트 기준 - 자동화 일관성 유지 |
최신 ISQI Certification CTAL-TAE_V2 무료샘플문제
문제 #1
A release candidate of a SUT, after being fully integrated with all other necessary systems, has successfully passed all required functional tests (90% were automated tests and 10% were manual tests). Now, it is necessary to perform reliability tests aimed at evaluating whether, under certain conditions, that release will be able to guarantee an MTBF (Mean Time Between Failures) in the production environment higher than a certain threshold (expressed in CPU time). Which of the following test environments is BEST suited to perform these reliability tests?
A. Integration environment
B. Local development environment
C. Build environment
D. Preproduction environment
문제 #2
As a TA-E, you have successfully verified that a test automation environment and all other components of the TAS are working as expected. Now your goal is to verify the correct behavior for a given automated test suite that will be run by the TAS. Which of the following should NOT be part of the verifications aimed at achieving your goal?
A. Are all automated tests within the suite complete in terms of test data, including expected results?
B. Do all automated tests within the suite always provide the same results across multiple runs?
C. Does the level of intrusion of automated test tools influence confidence in the suite's test results?
D. Is the connectivity between the TAS and the necessary internal and external systems available and stable?
문제 #3
A TAS that performs automated testing in a single test environment was successfully manually installed and configured from a central repository, with all its components in the correct versions. It was also verified that all TAS components in this environment are capable of providing reliable and repeatable performance. The TAS will be used to run several suites of automated regression test scripts on various SUTs in the test environment. Your current goal is to complete all preliminary verifications to ensure that the TAS works correctly. Which of the following activities would you perform FIRST?
A. Create scripts to automatically install and configure the TAS in the test environment from the central repository
B. Run a given suite multiple times using TAS to determine whether all regression test scripts always provide the same result
C. Check whether the TAS connectivity to all required internal systems, external systems, and interfaces is available
D. Check whether all regression test scripts in a given suite have expected results
문제 #4
Consider a TAS implemented to perform automated testing on native mobile apps at the UI level, where the TAF implements a client-server architecture. The client runs on-premise and allows creation of automated test scripts using TAF libraries to recognize and interact with the app's UI objects. The server runs in the cloud as part of a PaaS service, receiving commands from the client, translating them into actions for the mobile device, and sending the results to the client. The cloud platform hosts several mobile devices dedicated for use by this TAS. The device on which to run test scripts/test suites is specified at run time. You are currently verifying whether the test automation environment and all other TAS/TAF components work correctly. Which of the following activities would you perform to achieve your goal?
A. Manage the infrastructure that hosts the server, including hardware, software updates, and security patches
B. Check whether all test scripts that will be executed by the TAS as part of a given test suite have expected results
C. Check whether the TAF libraries that the test scripts will use to recognize and interact with the app's UI objects (widgets) function as expected
D. Check whether the references to the device on which the given test scripts/test suites will be executed are correctly hard-coded within these test scripts/test suites
문제 #5
A TAS is used to run on a test environment a suite of automated regression tests, written at the UI level, on different releases of a web app: all executions complete successfully, always providing correct results (i.e., producing neither false positives nor false negatives). The tests, all independent of each other, consist of executable test scripts based on the flow model pattern which has been implemented in a three-layer TAF (test scripts, business logic, core libraries) by expanding the page object model via the facade pattern. Currently the suite takes too long to run, and the test scripts are considered too long in terms of LOC (Lines of Code).
Which of the following recommendations would you provide for improving the TAS (assuming it is possible to perform all of them)?
A. Implement a mechanism to automatically reboot the entire web app in the event of a crash
B. Split the suite into sub-suites and run each of them concurrently on different test environments
C. Modify the architecture of the SUT to improve its testability and, if necessary, the TAA accordingly
D. Modify the TAF so that test scripts are based on the page object model, rather than the flow model pattern
질문과 대답:
| 문제 #1 정답: D | 문제 #2 정답: D | 문제 #3 정답: C | 문제 #4 정답: C | 문제 #5 정답: B |














1116 개 고객 리뷰
품질과 가치ITCertKR 의 높은 정확도를 보장하는 최고품질의 덤프는 IT인증시험에 대비하여 제작된것으로서 높은 적중율을 자랑하고 있습니다.
테스트 및 승인ITCertKR 의 덤프는 모두 엘리트한 전문가들이 실제시험문제를 분석하여 답을 작성한 만큼 시험문제의 적중률은 아주 높습니다.
쉽게 시험패스ITCertKR의 테스트 엔진을 사용하여 시험을 준비한다는것은 첫 번째 시도에서 인증시험 패스성공을 의미합니다.
주문하기전 체험ITCertKR의 각 제품은 무료 데모를 제공합니다. 구입하기로 결정하기 전에 덤프샘플문제로 덤프품질과 실용성을 검증할수 있습니다.
