Python Institute PCET - Certified Entry - Level Tester with Python 認定 PCET-30-01 試験問題:
1. Which of the following testing types are considered dynamic testing?
A) Static code review
B) Performance testing
C) Code walkthrough
D) Unit testing
2. Which level of testing is performed by end-users to validate business requirements before release?
A) Acceptance testing
B) Unit testing
C) Integration testing
D) System testing
3. Which two statements correctly describe a "defect"?
A) An incorrect step in the test plan
B) A user report of a crash
C) A deviation from requirement specification
D) A fault in code that may cause a failure
4. What is the main advantage of using breakpoints during debugging?
A) Increases test coverage
B) Automates test case execution
C) Reduces code complexity
D) Allows execution pause for inspection
5. Your QA team reviews a Python application. You conduct a peer review and use a linter to enforce style compliance. Later, test cases are executed, and certain modules are observed to crash under specific inputs.
Which practices have been applied in this workflow?
A) Dynamic testing
B) Code walkthrough
C) Usability testing
D) Static analysis
E) Mutation testing
質問と回答:
質問 # 1 正解: B、D | 質問 # 2 正解: A | 質問 # 3 正解: C、D | 質問 # 4 正解: D | 質問 # 5 正解: A、B、D |