You are an enterprise application developer. You are creating an ASP.NET application that will have 2,000 registered users. You need to determine the number of users the application can support before reaching the 75 percent level of processor utilization. You also need to ensure that the testing strategy uses the minimum amount of iterations.
Which testing strategy should you use?
A.
Run a load test by using a step load profile that has a maximum user count of 2,000.Analyze the collected test data to ascertain the number of users when the %Processor Time counter is 75 percent.
B.
Run a load test by using a constant load profile that has a user count of 2,000.Analyze the collected test data to ascertain the number of users when the %Processor Time counter is 75 percent.
C.
Run a load test by using a goal-based load profile to keep the %Processor Time counter between 70 percent and 80 percent.Analyze the collected test data to ascertain the number of users when the %Processor Time counter is between 70 and 80 percent.
D.
Run a load test by using a goal-based load profile to keep the number of users between 1,800 and 2,200.Analyze the collected test data to ascertain the number of users when the %Processor Time counter is 75 percent.