최신 Technical Test Analyst CTAL-TTA_Syll19_4.0 무료샘플문제:
1. Consider the following control flow graph:
The control flow represents a software component of a car navigation system. Within the project the maximum cyclomatic complexity to be allowed is set at 5.
Which of the following statements is correct?
A) No defect needs to be reported since the cyclomatic complexity of the component is calculated at 5.
B) No defect needs to be reported since the cyclomatic complexity of the component is calculated at 3.
C) No defect needs to be reported since the cyclomatic complexity of the component is calculated at 4
D) A defect needs to be reported since the cyclomatic complexity of the component is calculated at 6.
2. At which test level would performance efficiency testing most likely be performed?
A) System testing
B) Component testing
C) User acceptance testing
D) Integration testing
3. Which of the following statements best captures the difference between data-driven and keyword-driven test automation?
A) Data-driven test automation extends keyword-driven automation by defining data corresponding to business processes.
B) Keyword-driven test automation is easier to develop than data-driven test automation.
C) Data-driven test automation is more maintainable than keyword-driven test automation.
D) Keyword-driven test automation extends data-driven automation by defining keywords corresponding to business processes.
4. Which of the following is NOT a common issue with traditional capture/playback test automation?
A) Recorded scripts are difficult to maintain by non-technical persons.
B) Data and actions are mixed in the recorded script.
C) Difficult to maintain when software changes.
D) Execution of the recorded script is difficult outside office hours.
5. Consider the pseudo code for the Price program:
Which of the following statements about the Price program describes a control flow anomaly to be found in the program?
A) The Price program contains data flow defects.
B) The Price program contains unreachable code.
C) The Price program contains an infinite loop.
D) The Price program contains no control flow anomalies.
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: A | 질문 # 3 정답: D | 질문 # 4 정답: D | 질문 # 5 정답: C |