nerdexam
Microsoft

70-519 · Question #136

You define a testing strategy for an ASP.NET application by using code contracts. The testing strategy has the following requirements: - Verify the internal consistency of the application. - Verify…

The correct answer is C. Post conditions. See the full explanation below for the reasoning.

Question

You define a testing strategy for an ASP.NET application by using code contracts. The testing strategy has the following requirements:

  • Verify the internal consistency of the application.
  • Verify cross-boundary method calls. Identify whether objects are

modified. You need to implement the testing strategy. Which testing strategy should you use?

Options

  • APure
  • BInvariants
  • CPost conditions
  • DPreconditions

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    11% (3)
  • C
    78% (21)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice