nerdexam
Microsoft

70-519 · Question #138

You are designing a testing methodology for an ASP.NET MVC 2 Web application. You have the following application testing requirements: - Verify that security issues are identified as early within…

The correct answer is B. Design tests against the controllers. See the full explanation below for the reasoning.

Question

You are designing a testing methodology for an ASP.NET MVC 2 Web application. You have the following application testing requirements:

  • Verify that security issues are identified as early within the

request as possible.

  • Verify that the effectiveness of input corruption is minimized.

You need to meet the application testing requirements. Which methodology should you recommend?

Options

  • ADesign tests against the model.
  • BDesign tests against the controllers.
  • CDesign tests against the client browser.
  • DDesign tests against the data access layer.

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    81% (29)
  • C
    11% (4)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice