최신 Advance Level CTAL-TTA 무료샘플문제:
1. Your team is developing an e-shop application (the SUT) that will use a third-party service to process payments via an API. This third-party payment gateway is itself still under development Which statement contains a pair of benefits that can BOTH be expected from service virtualization in this circumstance' SELECT ONE OPTION
A) Realistic testing of the SUT before the actual payment gateway is available, simplification of the test environment
B) Earlier discovery of defects in the SUT; the ability to share code between the SUT and the payment gateway.
C) Parallel compilation, continuous integration, and test automation; more effective configuration management.
D) Earlier testing of the API, reduction in the amount of test data needed
2. You have identified existing test cases that require re-factoring, Which is the NEXT task you should perform?
SELECT ONE OPTION
A) Adjust the observable behavior of the tests to meet the user stories
B) Analyze the Impact of the functionality of the current iteration on the existing regression tests
C) Make changes to the internal structure of the tests to improve maintainability
D) Re run the tests to ensure that the test results remain the same
3. Below is the pseudo-code for the Win program:
The bingo program contains a data flow anomaly. Which data flow anomaly can be found in this program?
A) It is recommended to use a variable instead of the hard-coded print results "Win" and *Loose".
B) Variable 'D" is defined but subsequently not used.
C) The program does not contain any comments.
D) Variable 'A" is not assigned a value before using it.
4. The F in the mnemonic FIRST stands for Fast Which option correctly states the meanings of the other four letters (IRST)?
SELECT ONE OPTION
A) isolated, Reliable. Self-Verifying, Timely.
B) Isolated. Repeatable. Self-Validating, Thorough.
C) Independent, Reliable, Self-Validating, Timely
D) independent. Repeatable, Self-Verifying, Thorough.
5. A component has been analysed during a risk-assessment and rated as highly critical. Which of the following white-box test techniques provides the highest level of coverage and could therefore be used to test this component?
A) Statement testing
B) Decision testing
C) Multiple condition testing
D) Modified condition/decision testing
질문과 대답:
질문 # 1 정답: A | 질문 # 2 정답: C | 질문 # 3 정답: B | 질문 # 4 정답: A | 질문 # 5 정답: D |