nerdexam
Microsoft

70-497 · Question #59

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

The correct answer is A. Enable and configure the IntelliTrace, ASP.NET Client Proxy for IntelliTrace and Test. Test Settings: Data and Diagnostics - (needed) IntelliTrace : You can configure the diagnostic data adapter for IntelliTrace to collect specific diagnostic trace information to help isolate bugs that are difficult to reproduce - (needed for Web Client - Web Server traffic)…

Create and manage test plans

Question

You plan to conduct a test for a multi-tier ASP.NET website using Microsoft Test Manager (MTM). You have created a test plan named QA Release 1.0. You also have created a test setting for the QA Release 1.0 test plan with the Database, Web Client, and Web Server roles. The QA Release 1.0 test plan must specify that test runs:

  • Collect specific diagnostic trace information to help analyze bugs

that are difficult to reproduce, and

  • Collect information about which methods of your applications code

were used when a test case was run. You need to configure the QA Release 1.0 test plan to meet these requirements. What should you do?

Options

  • AEnable and configure the IntelliTrace, ASP.NET Client Proxy for IntelliTrace and Test
  • BEnable and configure the IntelliTrace, ASP.NET profiler, and Event log diagnostic data
  • CEnable and configure the IntelliTrace, ASP.NET Client Proxy for IntelliTrace and Test
  • DEnable and configure the ASP.NET profiler, Code coverage, and IntelliTrace diagnostic

How the community answered

(35 responses)
  • A
    71% (25)
  • B
    6% (2)
  • C
    6% (2)
  • D
    17% (6)

Explanation

Test Settings: Data and Diagnostics - (needed) IntelliTrace : You can configure the diagnostic data adapter for IntelliTrace to collect specific diagnostic trace information to help isolate bugs that are difficult to reproduce - (needed for Web Client - Web Server traffic) ASP.NET Client Proxy for IntelliTrace and Test Impact: This proxy allows you to collect information about the http calls from a client to a Web server for the IntelliTrace and Test Impact diagnostic data adapters. - (needed) Test impact : You can collect information about which methods of your applications code were used when a test case was running. This information can be used together with changes to the application code made by developers to determine which tests were impacted by those development changes.

Topics

#IntelliTrace#diagnostic data adapters#ASP.NET profiler#multi-tier testing

Community Discussion

No community discussion yet for this question.

Full 70-497 Practice