최신 PCET-30-01 무료덤프 - Python Institute PCET - Certified Entry - Level Tester with Python
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?
What could be the reasons for these assertion failures?
정답: C,D,E
Which development model explicitly integrates testing in every phase of development?
정답: A
Which black-box testing technique divides input data into equivalent partitions for efficient test case design?
정답: D
Which two are commonly used test metrics?
정답: A,B
Which two are examples of white-box testing techniques?
정답: A,C
What is typically verified through dynamic testing of a web application?
정답: A
Which Python refactoring strategy helps eliminate duplicate code?
정답: B
Your team is testing a machine learning model deployed as a microservice. Unit tests are written using stubs. Integration tests are performed with fake models. Stress tests check service behavior under data overload.
Which types of testing and doubles are being used here?
Which types of testing and doubles are being used here?
정답: A,B,C