70-499 · Question #299
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)…
Question
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
(68 responses)- A76% (52)
- B12% (8)
- C7% (5)
- D4% (3)
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
Community Discussion
No community discussion yet for this question.