Certified Pega System Architect v8.0 (2019) — Question 5
Which two conditions do you test with a unit test? (Choose two.)
Answer options
- A. A property value is set correctly by a data transform.
- B. An application is successfully migrated to a test system.
- C. A data page populates without any errors.
- D. An application displays user views for 20 users within three seconds.
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.