Python Institute PCET - Certified Entry - Level Tester with Python - PCET-30-01 Exam Practice Test

Which term is used to describe an issue found during the execution of software that causes the system to behave unexpectedly?
Correct Answer: D Vote an answer
A developer encounters an unexpected error in a Python function. They use pdb, inspect variables, set breakpoints, and finally resolve the issue by modifying a loop condition.
Which debugging steps were likely involved?
Correct Answer: C,D,E Vote an answer
Which Python tool allows interactive execution and inspection during program runtime to help debug code?
Correct Answer: B Vote an answer
Which of the following best describes a test case?
Correct Answer: A Vote an answer
Which of the following is an example of a static testing activity?
Correct Answer: C Vote an answer
Which of the following best describes code refactoring?
Correct Answer: C Vote an answer
Which of the following testing types are considered dynamic testing?
Correct Answer: C,D Vote an answer
Which are examples of white-box testing strategies?
Correct Answer: A,B Vote an answer
Which Python statement is used to enforce assumptions and validate logic during development?
Correct Answer: A Vote an answer