최신Python Institute PCET - Certified Entry - Level Tester with Python - PCET-30-01무료샘플문제
문제1
A testing team inserts assertions in multiple functions to verify that values never drop below zero. They find that certain values do, and the program halts.
What could be the reasons for these assertion failures?
A testing team inserts assertions in multiple functions to verify that values never drop below zero. They find that certain values do, and the program halts.
What could be the reasons for these assertion failures?
정답: A,B,E
문제2
What is the main advantage of using breakpoints during debugging?
What is the main advantage of using breakpoints during debugging?
정답: C
문제3
Which two types of issues can typically be detected by static analysis tools?
Which two types of issues can typically be detected by static analysis tools?
정답: A,B
문제4
What does the principle "Defect clustering" imply in software testing?
What does the principle "Defect clustering" imply in software testing?
정답: C
문제5
Which of the following best describes code refactoring?
Which of the following best describes code refactoring?
정답: B
문제6
Which of the following are key software testing principles?
Which of the following are key software testing principles?
정답: A,B
문제7
Which testing technique relies on the tester's domain knowledge and intuition to find defects?
Which testing technique relies on the tester's domain knowledge and intuition to find defects?
정답: C
문제8
Which are examples of white-box testing strategies?
Which are examples of white-box testing strategies?
정답: A,D
문제9
In black-box testing, testers primarily focus on:
In black-box testing, testers primarily focus on:
정답: D