70-497 Premium Bundle

70-497 Premium Bundle

Software Testing with Visual Studio 2012 Certification Exam

4.5 
(15270 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
November 21, 2024Last update

Microsoft 70-497 Free Practice Questions

Q1. DRAG DROP 

You are using Microsoft Test Manager (MTM) to manage your testing efforts. You want to see how manual testing is going for the current plan. 

You need to see a list of manual test runs grouped first by Test Status and then by State. 

What should you do? (To answer, move the three appropriate actions from the list of actions to the answer area and arrange them in the correct order.) 

Answer:  

Q2. You are using Microsoft Test Manager (MTM). 

You have been assigned to work on a test case for an application that is still in development. There have been changes to the test case. 

You need to know what changes have been made. 

What should you do? 

A. Open the test case work item, click on Links, then view links of the linked type Versioned Item. 

B. View the automatic collected change document on the Attachments tab. 

C. Open the test case work item, click the Summary tab, and click All changes. 

D. Add a link to a test change document from the test plan properties. 

Answer:

Q3. 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: 

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, 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. 

Answer:

Q4. You are using Microsoft Test Manager (MTM). You are using the Microsoft Visual Studio Scrum 1.0 process template. 

You need to generate a list of product backlog items (PBI) in MTM that have zero test cases. 

What should you do? 

A. Open each PBI and visually inspect the work item links. 

B. Create a requirements-based test suite. 

C. Click Requirements coverage in the Results view. 

D. Create a Direct Links query. 

Answer:

Q5. DRAG DROP 

You are using Microsoft Test Manager (MTM) to manage customer service bug reports. 

A customer has reported a problem and provided documentation of the steps to reproduce the problem. 

You need to use exploratory testing to create a bug and associate the bug to a new test case. 

What should you do? (To answer, move the five appropriate actions from the list of actions to the answer area and arrange them in the correct order.) 

Answer:  

Q6. You are using Microsoft Test Manager (MTM). 

You plan to design a shared steps work item with the possibility that it will be used with multiple rows of test data. 

You need to create a test case that contains the shared steps in multiple iterations. You also need to provide different test data for each iteration. 

What should you do? 

A. Create a copy of the shared steps work item and provide different values for the parameters in the original shared steps work item and its copy. Use the different shared steps work items in the test cases to get different test data. 

B. Create an action recording of the shared steps work item and specify multiple parameter values while recording. 

C. Provide default parameter values in the shared steps work item and provide different data in the test case for multiple iterations. 

D. Provide multiple values for parameters in the shared steps. 

Answer:

Q7. You are using Microsoft Test Manager (MTM). 

You plan to reduce the maintenance of test suites. 

You need to create test suites for which the test cases are automatically added. 

What are two possible types of test suites that achieve this goal? (Each correct answer presents a complete solution. Choose two.) 

A. Exploratory-based 

B. Static 

C. Query-based 

D. Requirements-based 

Answer: CD 

Q8. You are a test developer using Microsoft Test Manager (MTM). 

The test you are developing has a two validation steps that use a parameter named TotalPrice. The feature associated with TotalPrice has changed, making the parameter and the first validation step unnecessary. The second validation step requires a new parameter named Price. 

You need to delete the TotalPrice parameter, along with its data values, and add the Price parameter to the second validation step. 

What should you do? 

A. Delete the two validation steps and the TotalPrice parameter, and then delete the parameter values for TotalPrice. 

B. Delete the first validation step and insert the Price parameter into the second validation step. 

C. Delete the first validation step and rename TotalPrice to Price in the second validation step. 

D. Delete the first validation step and insert the Price parameter into the Action column of the second validation step. 

Answer:

Q9. You are using Microsoft Test Manager (MTM). 

You need to assign test cases to testers so they will be able to find the tests they need to run. 

What should you do? 

A. Click Assign to designate the tester for each test case, then click Filter when you run the test. 

B. In the Assigned to field for each test case, select the tester, then click Filter when you run the test. 

C. For each test case, select the tester in the Assigned to field and use a work item query to filter on assigned test cases. 

D. Create a test plan for each tester. 

Answer:

Q10. You are using Microsoft Test Manager (MTM) for manual test runs. 

You are creating an action recording but some of the recorded actions were not part of the intended steps. 

You need to remove only the unwanted actions from the current action recording. 

What should you do? 

A. Open the test results and save the action log. Edit the action log to remove the unwanted actions. Import the file as an attachment, overwriting the initial action log. 

B. Reset the test case inside the test runner and create a new action log. 

C. Delete the unwanted actions from the captured actions inside the test runner. 

D. Open the test results and edit the action log to remove the unwanted actions. 

Answer:

Q11. 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. Static 

B. Query-based 

C. Linked 

D. Requirements-based 

Answer:

Q12. You plan to conduct a test for a multi-tier ASP.NET website by using Microsoft Test Manager (MTM). You have created a test plan named Release 1.0. 

Under the Release 1.0 test plan, the test run should: 

You need to configure the Release 1.0 test plan to meet these requirements. 

What should you do? 

A. Create new test settings for Manual Tests by using the client and server roles. Select the System information and Action log diagnostic data adapters. 

B. Create new test settings for Automated Tests on the local machine. Select the IntelliTrace and Action Log diagnostic data adapters. 

C. Create new test settings for Automated Tests by using the client and server roles. Select the ASP.NET profiler and Code coverage diagnostic data adapters. 

D. Create new test settings for Manual Tests on the local computer. Select the System information and Code coverage diagnostic data adapters. 

Answer:

Q13. You are using Microsoft Test Manager (MTM) to run manual tests. 

Testers reported a bug during a test run on the V1.0 build. A build for V2.0 has been created. 

Testers are still running tests against the V1.0 build. 

You need to verify that the bug has been fixed in build V2.0. 

What should you do? 

A. Change the default build for the test plan to V2.0 and run the test case. 

B. Run the test case with default settings; the latest build will be selected automatically. 

C. Change the build to V2.0 by using Run with options and run the test case. 

D. Change the build property for the test case to the V2.0 build and run the test case. 

Answer:

Q14. 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) 2012 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: 

Which report should you use? 

A. Requirements Overview 

B. Test Case Readiness 

C. Remaining Work 

D. Test Plan Progress 

Answer:

Q15. DRAG DROP 

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. 

What should you do? (To answer, move the three appropriate actions from the list of actions to the answer area and arrange them in the correct order.) 

Answer:  

START 70-497 EXAM