최신Python Institute PCET - Certified Entry - Level Tester with Python - PCET-30-01무료샘플문제
문제1
Which white-box technique ensures that each possible branch in decision structures is tested?
Which white-box technique ensures that each possible branch in decision structures is tested?
정답: A
문제2
Which of the following best describes the primary objective of software testing?
Which of the following best describes the primary objective of software testing?
정답: A
문제3
Which activities fall under static testing?
Which activities fall under static testing?
정답: A,B
문제4
A team is developing a web application and introduces automated testing at the unit and integration level. They review user requirements and create test scenarios from the beginning of the project. Later, defects are detected in modules related to login and shopping cart, while other areas remain stable.
Which of the following testing principles are being effectively applied in this case?
A team is developing a web application and introduces automated testing at the unit and integration level. They review user requirements and create test scenarios from the beginning of the project. Later, defects are detected in modules related to login and shopping cart, while other areas remain stable.
Which of the following testing principles are being effectively applied in this case?
정답: A,D,E
문제5
Which Python module is used for structured logging in applications?
Which Python module is used for structured logging in applications?
정답: D
문제6
A test engineer is performing unit tests on a sorting algorithm. They analyze conditions, execute all branches, and generate a coverage report.
What activities were involved in this process?
A test engineer is performing unit tests on a sorting algorithm. They analyze conditions, execute all branches, and generate a coverage report.
What activities were involved in this process?
정답: C,D,E
문제7
What is the main purpose of a code walkthrough?
What is the main purpose of a code walkthrough?
정답: C
문제8
Which Python tool allows interactive execution and inspection during program runtime to help debug code?
Which Python tool allows interactive execution and inspection during program runtime to help debug code?
정답: A
문제9
Which of the following best explains the benefit of using test metrics?
Which of the following best explains the benefit of using test metrics?
정답: D