Certified Pega System Architect v8.0 (2019) — Question 5

Which two conditions do you test with a unit test? (Choose two.)

Answer options

Correct answer: A, B

Explanation

A unit test is designed to validate specific functionalities within a small section of code, such as ensuring that a property value is set correctly (Option A) and confirming successful migration of an application to a test environment (Option B). The other options, while important for broader testing, do not fit the scope of what a unit test evaluates.