아래의 문제는 답을 드래그해서 순서대로 나열하는 문제입니다.
Q11.
You are using Microsoft Test Manager (MTM) to perform exploratory testing.
You need to test a Windows Store application.
You need to configure the connection to the remote device running the Windows Store application.
Which three actions should you perform in sequence?
To answer, move the appropriate actions from the list of actions to the answer area and arrange in the correct order.
Actions
- Enter the device name and port and select Save.
- Use the Modify link to configure the device.
- From the Test Center Group, use the Do Exploratory Testing menu item.
- From the exploratory test window, use the Connect to device link.
- Enter the URL of the Windows Store application.
- From the Plan Activity, edit the test plan Properties.
정답 : 3, 2, 1
해설 : 다음의 링크를 참조하십시오. "Testing Microsoft Store apps"
https://docs.microsoft.com/en-us/azure/devops/test/mtm/testing-microsoft-store-apps?view=vsts
Q12.
You are using Microsoft Test Manager (MTM) to manage your testing efforts.
You want to see which work items have changed since the last time you assigned a build to the test plan.
You need to assign a new build to the test plan and create a list of the bugs that have been forced and the features that have been associated this the new build.
Which three actions should you perform in sequence?
To answer, move the appropriate actions from the list of actions to the answer area and arrange in the correct order.
Actions
- Click Refresh.
- Click Assign to plan to accept the new build.
- Use the Reset to active feature.
- Navigate to the Assign build view.
- Select a build from the first of available builds.
- Use the Related tests feature.
정답 : 4, 5, 2
해설 : "What development has been done since a previous build?" 를 참조하십시오.
Q13.
You are using Microsoft Test Manager (MTM) to track bugs that have been found during testing.
You need to verify a bug by re-running the test case associated with the bug.
Which five actions should you perform in sequence?
To answer, move the appropriate actions from the list of actions to the answer area and arrange in the correct order.
Actions
- Navigate to the Testing Center.
- Select the Verify Bugs view.
- Click Run test.
- Select the bug with an associated test result.
- Select the Verify Bug Tests view.
- Select the Test activity.
- Select the Assigned Bugs activity.
- Click Verify.
정답 : 1, 6, 2, 4, 8
해설 : "How to: Verify a Bug is Fixed Using Microsoft Test Manager" 문서를 참조하십시오.
Q14.
You are using Microsoft Test Manager (MTM) to perform exploratory testing.
You need to ensure that any bugs or test cases created during an exploratory test session are associated with a specific requirement for the purpose of traceability.
What should you do?
- Create a requirement suite in the test plan, right-click on the suite, and select Explore Requirement.
- From the Test activity, select View Exploratory Test Sessions. Open a session and click the Copy Link button.
- From the Do Exploratory Testing activity, select Explore.
- From the Run Tests activity, select a test case that is a part of a requirement suite and select Run.
정답 : A
해설 : "How to: Add Requirements or User Stories to Your Test Plan" 문서를 참조하십시오. 쉬운 문제입니다.
Q15.
You are using Microsoft Visual Studio to manage test environments for your company.
You need to set up a two-computer environment for running tests. The environment needs to include
- a client computer that runs Windows 10.
- a server computer that runs Windows Server 2012, which acts as the web server and the database server.
The server computer has already been created using Microsoft System Center Virtual Machine Manager (SCVMM).
You need to create a lab environment for testing this configuration.
What should you do?
- Install a physical machine with the client configuration. Connect both the client and the existing SCVMM server computers with Visual Studio through the Server Explorer window.
- Install a physical machine with the client configuration. Create a new SCVMM lab environment by combining both the client and the existing SCVMM server computers by using Lab Center in Microsoft Test Manager (MTM).
- Install and configure a virtual machine with the client configuration by using Hyper-V Connect both the client and the existing SCVMM server computers with Visual Studio through the Team Explorer window.
- Install a physical machine with the client configuration. Create a new standard environment, combining the client and the server machines by using Lab Center in Microsoft Test Manager (MTM).
정답 : D
해설 : "Creating Lab Environments"를 참조하십시오.
Q16.
You use Microsoft Test Manager.
Failed test cases are not being communicated to the development team. The development team does not want to have to review test result reports in order to determine that test cases have failed.
You need to create a bug each time a test case fails.
What should you do?
- Use the Verify Bugs view to create a test case for each bug.
- Use the Test Results view to add a screenshot of the failed test case.
- Use the Test Results view to add detailed notes about the failed test case.
- Use the Test Results view to add a bug for each failed test result.
정답 : A
해설 : "Analyze failed tests and track bugs"를 참조하십시오. 정확한 답은 아닐 수도 있습니다.
Q17.
You use Microsoft Test Manager (MTM) to manage test cases for an application.
You make changes to the application that are related to a backlog item in Team Foundation Server (TFS).
You plan to the exploratory testing to test the application and create new test cases in MTM, you navigate to the Do Exploratory Testing window.
Exploratory tests must be associated with a TFS product backlog item.
You need to conduct the exploratory tests.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange in the correct order.
Actions
- Perform the test steps in the application.
- Associate the exploratory test with a product backlog item while running the exploratory tests.
- Create a test case that is based on the steps that are taken during the exploratory test.
- Select the product backlog item and begin exploratory testing.
정답 : 3, 4, 1
해설 : 이번 문제는 문제집에 잘 없는 문제입니다. 어렵긴 한데 위의 답이 맞을 것 같습니다.
"Testing your application using Microsoft Test Manager" 문서를 참조하십시오.
Q18.
You use Microsoft Test Manager (MTM) to manage your testing efforts.
You configure automated builds in Team Foundation Server.
You must be able to determine which is used during test runs.
You need to ensure that test results include the build number.
Which two actions can you perform? Each correct answer presents a complete solution.
- Assign a build after a test run computers.
- Associate a test case with a build.
- Assign a build to the test plan.
- Run the test with options and specify the build to use.
정답 : C, D
해설 : Team Foundation Server관련 문제는 설치를 해서 테스트 해 보지 않아 정확하지 않습니다.
"Automate a test case in Microsoft Test Manager" 문서를 참조하십시오.
Q19.
Your company uses Lab Center during manual- and automated-testing processes for different types of testing environments.
Development operations is standardizing their processes. They want to document their best practices for environment setup.
You need to verify your setup of a standard environment, which consists of physical servers that match your production environment. However, you are unable to connect to your new lab environment.
Which action in Lab Center should you perform in order to troubleshoot the problem?
- Open
- Manage
- Connect
- Repair
정답 : D
해설 : 쉬운 문제입니다. "Standard lab environments" 문서를 참조하십시오.
Q20.
You are using Microsoft Test Manager (MTM) to manage your testing efforts.
You plan to identify which tests are impacted by changes to the code.
You need to view a list of recommended tests from the Recommended tests view.
Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange in the correct order.)
Actions
- Select Previous build to compare.
- Select Build in use.
- Use the Related work items feature.
- Select View results.
- Use the Recommended tests feature.
- Use the Reset to active feature.
정답 : 2, 1, 5
해설 : "Which tests should be run since a previous build?" 문서 4번 항목을 참조하십시오.
'MCSD' 카테고리의 다른 글
70-497 #31~#50 (0) | 2018.11.07 |
---|---|
70-497 #21~#30 (0) | 2018.10.20 |
70-497 #6 ~ #10 (0) | 2018.10.09 |
70-497 문제 #1 ~ #5 (0) | 2018.09.26 |
시험과목에대하여 (0) | 2018.09.16 |