70-497 #31~#50
Q31.
You are using Microsoft Test Manager (MTM). Your development team is using Team Foundation Server (TFS) to associate requirements with source code and to automate builds.
Your team has been testing against an old build. You want to assign a more recent automated build to the test plan.
You need to review the requirements that have been affected between the current build and the new build before assigning it to your test plan.
What should you do?
A. In the Queries view of the Track activity, create a custom query that lists all requirements that have the Fixed in Build field set to the new build. Run the build and review the results.
B. In the Assign Build view of the Track tab, click Modify. In Filter for builds, select the appropriate build to preview the list of work items.
C. In the Results view of the Plan activity, select By Build from the Test Results Details.
D. In the Properties View of the Plan activity, click Modify the Build In Use. Select the appropriate build in the Available builds. Review the Associated work items between select builds list.
D
Q32.
You are using Microsoft Test Manager (MTM).
You need to develop test cases that trace to a set of requirements.
What should you do?
A. Add the requirements as test case attachments.
B. Add links from the test suite to the requirements.
C. Add links from the test cases to the requirements.
D. Add the requirements as test step attachments.
C
Q33.
You are using Microsoft Test Manager (MTM).
You are developing a test that requires a test step to verify a result against a known value. You plan to insert a new step to accomplish this task.
You need to make the new step a validation step.
What should you do?
A. Add a parameter to the Action column of the new test step.
B. Type the expected value into the Action column of the new test step.
C. Add the expected result value into the Parameter Values pane.
D. Type the expected value into the Expected Result column of the new test step.
D
Q34.
You are using Microsoft Test Manager (MTM). You are using the Microsoft Solution Framework (MSF) for Capability Maturity Model Integration (CMMI). Process Improvement process template. Your Team Foundation Server (TFS) server is configured to support reporting.
You are tracking testing progress for the requirements in the iteration.
You need to identify the report that provides the following
- Verify that all requirements are covered by test cases.
- Determine the number of hours of work remaining for each requirement.
- Determine the percentage of completion for each requirement.
- Determine the number of bugs for each requirement.
What report should you use?
A. Test Plan Progress
B. Test Case Readiness
C. Requirements Overview
D. Remaining Work
C
Q35.
You are using Microsoft Test Manager (MTM).
Your company no longer supports a particular configuration for the application under test.
You need to ensure that the test configuration is unavailable as an option in a test plan.
Which state should you assign to the test configuration?
A. Closed
B. Disabled
C. Idel
D. Inactive
D
Q36.
You use Microsoft Test Manager to manage tests for a web application.
You must test the application independently in multiple web browsers and versions
You need to create the configurations in Microsoft Test Manager.
What should you do?
To answer, drag the appropriate action to the correct task. Each action may be once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Actions
1. Manage configuration variables.
2. Create new test configurations.
3. Select test configurations.
4. Run test plans.
Answer Area
Task |
Action |
Define Browser and Version as the parameters that change. |
Action |
Define the browser and versions you need to test. |
Action |
Assign a configuration to a test step. |
Action |
1, 2, 3
Q37.
You are using Microsoft Test Manager (MTM) to manually test for an ASP.NET website. You have previously created a test plan named QA Release 1.0 that contains 115 test cases, and you are now planning the testing for Release 2.0.
The QA Release 2.0 test plan mush meet the following requirements.
- All the test cases in QA Release 1.0 should be available in QA Release 2.0.
- Testers should be able to changes, add, or remove test cases from either the QA Release 1.0 test plan or the QA Release 2.0 test plan as required, without affecting the other test plan.
- Shared steps and test configuration from the QA Release 1.0 test plan need to be reflected in QA Release 2.0 test plan.
You need to facilitate simultaneous testing of the website by creating the QA Release 2.0 test plan according to the state requirements.
What should you do?
A. Copy all the test cases from the QA Release 1.0 test plan into the QA Release 2.0 test plan by using the Create copy option in Test Case Manager.
B. Export all the test cases from the QA Release 1.0 test plan into Excel, then import into the QA Release 2.0 test plan.
C. Copy the root test suite from the QA Release 1.0 test plan into the QA Release 2.0 test plan.
D. Clone the root test suite from the QA Release 1.0 test plan into the QA Release 2.0 test plan.
D
Q38.
Your organization uses Microsoft Visual Studio Team Foundation Server (TFS). You are working with tests in the TFS Web Access.
You have an existing test that uses the following parameters @city, @state and @postal code.
You want to use the same parameters in a new test case.
Which two actions should you perform? Each correct answer presents part of the solution.
A. In the new test case, select add a shared parameter set.
B. In the original test case, select convert to shared parameters.
C. Open the original test case, and copy the parameters.
D. Open the new test case, and paste the parameters.
A, B
Q39.
You manage testing for an application by using Microsoft Test Manager.
Most of the stakeholders who are involved in creating test cases and test steps do not have Microsoft Test Manager installed on their computers.
You need to recommend alternative tools that can be used to create test cases and test steps.
Which three tools should you recommend? Each correct answer presents a complete solution.
A. Microsoft Word
B. Microsoft Access
C. Microsoft Excel
D. Microsoft Project
E. Team Web Access
A, C, E
Q40.
You manage test cases across several projects. You create set of shared steps and them use those should shared steps in five test cases.
The code you are testing changes and you need to add two more steps. The steps are the same as all five test cases.
You need to update the shared steps without changing them in each individual test case.
Which two actions should you perform? Each correct answer presents a complete solution.
A. In one of the test cases, insert the new steps after the shared steps.
B. In one of the test cases, insert the new steps before the shared steps.
C. In Shared Steps Manager, add the new steps to one of the shared steps.
D. In one of the test cases, add the new steps to one of the shared steps.
C, D
Q41.
You are using Microsoft Test Manager (MTM). You are using the Microsoft Visual Studio Scrum process template.
Your client has added new capabilities to a product in development, which necessitates a major change to existing test cases. The product owner has created a new product backlog item (PBI) and has provided you a link to a document that explains these new requirements.
You need to provide easy access to the requirements document from the test cases.
Which two actions should you perform? Each correct answer presents part of the solution.
A. From the Links tab, link the requirements document to the PBI.
B. For each test case, use the Tested Backlog items tab to add a link to the PBI.
C. From the Test Suite window, add the requirement document by using Add Requirements.
D. From the Test Plan Manager, add a link to the PBI.
A, B
Q42.
You are a test developer using Microsoft Test Manager (MTM).
You are developing a test case that must be run multiple with different input values for a specific field each time. You have a list of values that will be used for the input.
You need to modify the test to enter each value into the field.
What should you do?
A. Insert a parameter into the Action column of the test step and enter the input values into the Parameter Values pane.
B. Insert a parameter into the Action column of the test step.
C. Create test step for each input value in the Action column.
D. Insert a parameter into the Expected Results column of the test step and enter the input values into Parameter values pane.
A
Q43.
Your team uses Microsoft Test Manager (MTM) to manage test cases. Your team organizes test cases so that the same test case can be associated with multiple test suites.
You plan to create a test case and associate it to two different static test suites named Test Suite 1 and Test Suite 2.
You need to ensure that the test suites reference the same version of the new test case.
Which two actions should you perform? Each correct answer presents part of the solution.
A. Drag the test case from Test Suite 1 into Test Suite 2.
B. Copy the test case from Test Suite 1, and paste it onto Test Suite 2.
C. Right-click on the test case, and select Create a copy and add to test suite.
D. Create test case inside Test Suite 1.
B, D
Q44.
You are implementing test plans for a new project. A remote quality assurance (QA) team will perform all testing.
You must use a browser based tool to assign testers to test plans. Each assigned tester must receive an email message to notify them about the assignment.
You need to assign two tester to each suite in the current test plan.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Actions
1. Assign testers to run all tests on the root test plan.
2. Assign testers to run all tests on each test suite independently.
3. Select the current test plan from the list.
4. Add two testers responsible for the suite to the list.
5. Select the current test plan from the Testing Center.
6. In Visual Studio Online, open the Test page.
7. In Microsoft Test Manager, open the Plan tab.
7, 3, 4, 2
Q45.
You are using Microsoft Test Manager (MTM).
You have a large list of existing test plans that are obsolete. These test plans should be kept for historical purposes. When testers click on the Home button to select a test plan, the list is too long to easily navigate.
You need to show only the test plans that are currently being used.
What should you do?
A. In the Test Plan Manager view, right-click each obsolete test plan and select Hide.
B. In the test plan Properties, change the State to Inactive for each obsolete test plan.
C. In the Test Plan Manger view, right-click each obsolete test plan and select Close.
D. In the test plan Properties, change the State to Closed for each obsolete test plan.
E. In the Test Plan Manager view, for each obsolete test plan select Delete test plan.
B
Q46.
You manage the tests for a web application by using Microsoft Test Manager.
You define the following three test configurations. Each configuration pairs a client, server, or service layer with the types of logging and tests that are required.
A B C
Web SQL Azure Web
Client Server Services
Action recording Event log Event log
Action log System information System information
Event log
System information
Screen and voice recording
Answer Area
Which configuration should you use to run manual usability testing for the user interface?
Which configuration should you use to conduct automated performance testing for data access speeds?
Which configuration should you use to conduct automated load test of the web workers?
A, B, C
Q47.
You are a test developers using Microsoft Test Manager (MTM).
You are editing a test plan for a product.
You need to supply a new custom configuration variable in the configuration setting for one of the test cases.
In which order should you perform the actions in MTM? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Actions
1. Modify the test plan configuration by clicking the appropriate configuration.
2. Create a new test configuration by using the Configuration Manager page.
3. Add a new configuration variable by clicking Mange Configuration Variables from the Test Configuration Manager pane.
4. Select the specific test case in the Test Plan Details pane, and click Configurations in the Test Plan Details pane toolbar.
3, 2, 1, 4
Q48.
You are using Microsoft Test Manager (MTM). You are using the Microsoft Solution Framework (MSF) for Agile Software Development process template.
You want to organize your test cases by relating them to the user stories for the application under test.
You need to use a test suite that creates the Tests link type as you add test cases.
Which type of test suite should you create?
A. query-based
B. static
C. requirements-based
D. linked
C
Q49.
You create a set of test cases for a complex requirement.
The test cases should be listed in a specific order.
You need to configure a test suite and define the order of the test cases.
Which type of test suite should you configure?
A. requirements-based
B. static
C. query-based
D. order-based
B
Q50.
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 InterlliTrace and Test Impact and Test Impact diagnostic data adapter settings.
B. Enable and configure the IntelliTrace, ASP.NET Client Proxy for InterlliTrace and Test Impact and ASP.NET profiler diagnostic data adapter settings.
C. Enable and configure the ASP.NET profiler, Code coverage and IntelliTrace diagnostic data adapter settings.
D. Enable and configure the IntelliTrace, ASP.NET profiler and Event log diagnostic data adapter settings.
B