Q1. - (Topic 2)
You are using Microsoft Test Manager (MTM) to run a test case. During the previous run of the same test case, a bug was filed. The developer could not reproduce the bug. The test settings assigned to the test plan do not include an adapter to collect IntelliTrace data.
You have created a test setting that includes the IntelliTrace data adapter.
You need to re-run the test with the settings that have the IntelliTrace data adapter.
What should you do?
A. Select the test case. Select the Run with option. Select the test setting that collects IntelliTrace information.
B. Select the test suite that contains the test case. Click Settings, then right-click IntelliTrace to enable it.
C. Open the test case. Click Settings to select the settings that have the IntelliTrace data adapter.
D. Run the test case with its default settings. Click View Results and locate the IntelliTrace file that was created when the test case was executed.
Answer: A
Q2. - (Topic 2)
You are using Microsoft Test Manager (MTM). You are using the Microsoft Solution
Framework (MSF) for Agile Software Development process template.
You plan to validate that all the user stories for the current iteration will be covered by your
testing efforts.
You need to create test suites that will allow you to validate user story test coverage.
Which type of test suites should you create?
A. Query-based
B. Feature-based
C. Requirements-based
D. Static
Answer: C
Q3. - (Topic 2)
Your team is using Microsoft Test Manager (MTM).
You have a manual test case for a web page on which the user is required to enter
information into several text fields. The test takes a long time to run. According to previous
test results data, there are problems with testers entering data in the wrong fields.
You need to use MTM to eliminate the repeatability issues with the least amount of effort.
What should you do?
A. Break the test up into several shorter test cases to isolate the steps that have repeatability problems.
B. Create an action recording and fast forward to repeat the test steps that have repeatability problems.
C. Convert the test case to an automated test.
D. Change the order of the test steps so the least repeatable steps are run first.
Answer: B
Q4. DRAG DROP - (Topic 1)
Your company has a Microsoft Visual Studio Team Foundation Server (TFS) 2013. The company uses a Microsoft SharePoint instance as part of the physical TFS setup.
The IT department is configuring scheduled backups.
You need to grant the system administrators the appropriate permissions to configure the scheduled backups.
Which permissions or roles should you assign to the system administrators? To answer, drag the appropriate permissions to the correct system. Each permissions may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Answer:
Topic 2, Volume B
Q5. - (Topic 1)
You have an existing deployment of Microsoft Visual Studio Team Foundation Server (TFS). The application tier and data tier are on separate dedicated servers.
You need to provide redundancy to the application tier and increase performance.
Which two actions should you perform? Each correct answer presents part of the solution.
A. Set up a SQL Server failover cluster.
B. Set up Network Load Balancing.
C. Install an additional application-tier server.
D. Ensure that the application tier and configuration database are on the same server.
Answer: B,C
Explanation: http://msdn.microsoft.com/en-us/library/ee259689.aspx
Q6. - (Topic 3)
You are planning to develop a new application.
You need to ensure that the code is easy to test and obtain high code coverage.
What should you do?
A. Create as many static methods as possible.
B. Create a fake for each class that you are testing.
C. Ensure that concrete classes depend only on other concrete classes.
D. Ensure that each class has only one responsibility.
Answer: D
Q7. - (Topic 2)
You are a test developer using Microsoft Test Manager (MTM).
You have a test case with a parameter variable that has several data values that are no
longer needed because of a change to the specifications.
You need to remove these unneeded values.
What should you do?
A. Delete the unneeded iterations.
B. Delete the unneeded test steps.
C. Delete the unneeded parameter values.
D. Delete the old parameters.
Answer: A
Q8. - (Topic 2)
You are using Microsoft Test Manager (MTM).
Your testing team is creating test cases for an application.
You need to assign the state of the test suite that contains test cases that are unavailable
to run.
Which state should you assign?
A. In Planning
B. Completed
C. In Design
D. In Progress
Answer: A
Q9. - (Topic 2)
You are using Microsoft Test Manager (MTM).
You have test cases that use a shared steps work item. You plan to replace the shared steps work item with a new implementation.
You need to find the test cases that are using that shared steps work item.
What are two possible features you could use to achieve this goal? (Choose two. Each answer choice provides a complete solution.)
A. A Direct Links query
B. Shared Steps Manager
C. The TCM.exe utility
D. The WitAdmin.exe utility
Answer: A,B
Q10. - (Topic 2)
You are using Microsoft Test Manager (MTM). You have created some shared steps for a recurring test sequence.
You plan to use these shared steps with fast-forward playback in multiple test cases.
You need to create an action recording for the shared steps.
What are two possible ways to accomplish this goal? (Each correct answer presents a complete solution. Choose two.)
A. Include the shared steps work item in the test case. Start running the test case with action recordings enabled. When the shared steps are reached, select Start and record.
B. Include the shared steps work item in the test case. Right-click the shared steps and click Create action recording.
C. Open the shared steps work item in Shared Steps Manager and select the tab for Create action recording.
D. From the Shared Steps Manager, select the shared steps work item and click Create action recording.
Answer: A,D