nerdexam
Microsoft

70-497 · Question #68

You plan to conduct a test for a multi-tier ASP.NET website by using Microsoft Test Manager (MTM). You have created a test plan named Release 1.0. Under the Release 1.0 test plan, the test run…

The correct answer is A. Create new test settings for Manual Tests by using the client and server roles. System information : A test setting can be set up to include the system information about the machine that the test is run on. The system information is specified in the test results by using a test setting. - Action log diagnostic - (incorrect): Code coverage: To determine…

Create and manage test plans

Question

You plan to conduct a test for a multi-tier ASP.NET website by using Microsoft Test Manager (MTM). You have created a test plan named Release 1.0. Under the Release 1.0 test plan, the test run should:

  • Collect information about all machines on which the test is run, and
  • Collect each UI action performed within the Client role.

You need to configure the Release 1.0 test plan to meet these requirements. What should you do?

Options

  • ACreate new test settings for Manual Tests by using the client and server roles.
  • BCreate new test settings for Automated Tests on the local machine.
  • CCreate new test settings for Automated Tests by using the client and server roles.
  • DCreate new test settings for Manual Tests on the local computer.

How the community answered

(51 responses)
  • A
    71% (36)
  • B
    4% (2)
  • C
    10% (5)
  • D
    16% (8)

Explanation

  • System information : A test setting can be set up to include the system information about the machine that the test is run on. The system information is specified in the test results by using a test setting. - Action log diagnostic - (incorrect): Code coverage: To determine what proportion of your project's code is actually being tested by coded tests such as unit tests, you can use the code coverage feature of Visual Studio. To guard effectively against bugs, your tests should exercise or 'cover' a large proportion Code coverage analysis can be applied to both managed (CLI) and unmanaged (native) code.

Topics

#test settings#manual testing#multi-tier roles#diagnostic data collection

Community Discussion

No community discussion yet for this question.

Full 70-497 Practice