exam questions

Exam 70-497 All Questions

View all questions & answers for the 70-497 exam

Exam 70-497 topic 1 question 67 discussion

Actual exam question from Microsoft's 70-497
Question #: 67
Topic #: 1
[All 70-497 Questions]

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?

  • A. Enable and configure the IntelliTrace, ASP.NET Client Proxy for IntelliTrace and Test Impact diagnostic data adapter settings.
  • B. Enable and configure the IntelliTrace, ASP.NET profiler, and Event log diagnostic data adapter settings.
  • C. Enable and configure the IntelliTrace, ASP.NET Client Proxy for IntelliTrace and Test Impact, and ASP.NET profiler diagnostic data adapter settings.
  • D. Enable and configure the ASP.NET profiler, Code coverage, and IntelliTrace diagnostic data adapter settings.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
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.
Reference: Specifying Test Settings for Visual Studio Tests

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...