Which of the following best describes the purpose of system testing in the software development lifecycle?
Question 2
During system testing, a team sets up a test environment that closely mirrors the production environment. Which of the following is the primary reason for this practice?
Question 3
Which of the following types of test data is most critical in system testing for validating the system’s compliance with performance requirements?
Question 4
A system test case requires validating that the system correctly calculates the total price for an order, including taxes. The formula for total price is: $Total = (Price \times Quantity) + (Price \times Quantity \times TaxRate)$. If the Price is $50$, Quantity is $3$, and TaxRate is $0.08$, what is the expected total price?
Question 5
Which of the following is an example of a validation activity performed during system testing?