プロジェクトマネージャーは、ソリューションの成果を評価するために使用できるいくつかの手法を検討しています。その目的は、ソリューションをより広い文脈で評価し、本番環境に展開した際に許容できない動作をしないことを確認することです。
ここではどの評価手法を用いるべきでしょうか?
正解:C
In the PMI Guide to Business Analysis and Solution Evaluation, testing isn ' t just about checking if a button works; it ' s about ensuring the solution thrives within the complexities of a real-world environment.
Why Choice C is correct:
Holistic Evaluation: Day-in-the-life (DITL) testing (also known as " operational testing " ) involves observing how the solution performs during a typical workday. It focuses on the " larger context " mentioned in the prompt.
Simulating Reality: It goes beyond isolated functional tests to see how the software interacts with other business processes, human workflows, and external stressors that only happen during actual production use.
Preventing Unacceptable Behavior: By simulating a full cycle of business operations, the team can identify if the solution causes bottlenecks, data corruption in other systems, or user fatigue-behaviors that might not appear in a controlled, technical test environment.
Analysis of other options:
A (Performance testing): This focuses specifically on technical metrics like speed, responsiveness, and stability under a particular workload (e.g., how many users can log in at once). While important for production, it doesn ' t evaluate the " behavioral " or " business process " context as deeply as DITL testing.
B (Integration testing): This checks if two or more components or systems exchange data correctly. While it looks at a " larger context " than unit testing, it is still a technical check of interfaces rather than a broad evaluation of the solution's impact on the business day.
D (Exploratory testing): This is an unscripted, simultaneous process of learning, test design, and test execution. It is excellent for finding hidden bugs ( " edge cases " ), but it is usually performed by testers " breaking " the system, rather than evaluating the solution's behavior in a standard operational business context.
Key Concept: The Project Management Institute (PMI) emphasizes that the ultimate goal of any project is to deliver Business Value. Day-in-the-life testing (Choice C) is the final safeguard to ensure that when the " Go
" button is pressed, the solution doesn ' t just work technically, but also integrates seamlessly into the daily lives of the people using it, ensuring sustainable success in production.