70-497 Premium Bundle

70-497 Premium Bundle

Software Testing with Visual Studio 2012 Certification Exam

4.5 
(23580 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
December 3, 2024Last update

Microsoft 70-497 Free Practice Questions

Q1. You are using Microsoft Test Manager (MTM). You have developed a new test case. 

You need to: 

What should you do? 

A. Open the Test Configuration Manager view and change the area path, priority, and state. 

B. Open the Test Plan Manager view and change the area path, priority, and state. 

C. Open the test case work item and change the area path, priority, and state. 

D. Open the test plan Properties view and change the area path, priority, and state. 

Answer:

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

A test case that you maintain needs to be modified to test for a series of values returned after a price calculation. You add a test step to test for these data values. 

You need to add a parameter to the test case that represents the expected results. 

What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.) 

A. Click in the test step Action column, then click Insert parameter and type the parameter name. 

B. Enter the parameter name into the Parameter Values field and press Enter. 

C. Click in the test step Expected Result column and type the parameter name preceded by the @symbol. 

D. Click in the test step Expected Result column, then click Insert parameter and type the parameter name. 

E. Click in the test step Expected Result column and type the parameter name. 

Answer: CD 

Q3. You use Microsoft Test Manager (MTM) to manage your test environments. 

You plan to test an ASP.NET website on various topologies (such as one-tier, two-tier, three-tier, and n-tier) to ensure that the website supports scalability. 

You need to be able to deploy copies of predefined environments based on templates. 

What should you do? 

A. Create a System Center Virtual Machine Manager (SCVMM) environment for each topology and store them in the library. Use the library to deploy new environments. 

B. Create new standard environments with physical machines. 

C. Create new physical environments using physical machines. 

D. Create new standard environments with machines that run under System Center Virtual Machine Manager (SCVMM). 

Answer:

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

An application that you are testing has gone through a design change. The test case now has five test steps that contain obsolete parameters. 

You need to completely remove these parameters, their data values, and their names, but keep the test steps intact. 

What should you do? 

A. Delete all of the data value iterations for the obsolete parameters by clicking Delete iteration in the Parameter Values pane. 

B. Delete the obsolete parameters from the test case by clicking Rename parameter in the Parameter Values pane and replace the name with a blank replacement value. 

C. Delete the test steps with the old parameters and insert a new test step in their place. 

D. Delete the obsolete parameters from the test case by clicking Delete parameter in the Parameter Values pane and remove the parameter name from the test steps. 

Answer:

Q5. DRAG DROP 

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. 

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:  

Q6. 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: AD 

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

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

A test case is already in production. 

You need to modify the test case to indicate it is being reworked. 

What should you do? 

A. Change the test case state to Design. 

B. Change the test case to Blocked. 

C. Change the test case state to Closed. 

D. Change the test plan state to Inactive. 

Answer:

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

You are developing a test from an engineering document that has detailed verification information. 

You need to ensure that the document is directly accessible whenever a tester runs a specific step. 

What are two possible ways to accomplish this goal? (Each correct answer presents a complete solution. Choose two.) 

A. Add a test step attachment. 

B. Add a test case attachment. 

C. Add a tested backlog items link. 

D. Add a test case link. 

Answer: AB 

Q10. You are using Microsoft Test Manager (MTM). You are using the Microsoft Solution Framework (MSF) for Agile Software Development process template. 

You plan to retest any test cases that have active bugs. 

You need to review the requirements associated with the test cases prior to running the tests. 

What should you do? 

A. Create a query-based suite in MTM to select the matching test cases. Open each test case and validate the requirement on the Tested User Stories tab. 

B. Use a work item query in Excel to list test cases and their associated requirements details. 

C. Create a direct links query in MTM to select the matching test cases. Open each test case and validate the requirement on the Tested User Stories tab. 

D. In the Test tab in MTM, filter the test cases that have associated bugs. Open each test case and validate the requirement on the Tested User Stories tab. 

Answer:

Q11. You are running a manual test using Microsoft Test Manager (MTM). You have chosen to create an action recording. 

You want to pause the test run and exit the test runner. 

Before you exit the test runner, you need to mark the test case as being in progress. 

Which action should you perform in the test runner? 

A. Close 

B. Return to Testing Center 

C. Save 

D. Save and Close 

Answer:

Q12. 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. Query-based 

B. Static 

C. Requirements-based 

D. Order-based 

Answer:

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

You are developing a test case that must be run multiple times 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 Expected Results column of the test step and enter the input values into Parameter values pane. 

C. Insert a parameter into the Action column of the test step. 

D. Create test steps for each input value in the Action column. 

Answer:

Q14. DRAG DROP 

You are using Microsoft Test Manager to view user stories and tasks in a new team project. 

You are building a new query that must return both work item types in a single result set. 

The default clause Team Project = @Project is already specified. You need to complete the query. 

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:  

Q15. You are using Microsoft Visual Studio 2012 to manage test environments for your company. 

You need to set up a two-computer environment for running tests. The environment needs to include: 

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? 

A. Install a physical machine with the client configuration. Connect both the client and the existing SCVMM server computers with Visual Studio 2012 through the Server Explorer window. 

B. 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 2012 through the Team Explorer window. 

C. 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) 2012. 

D. 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) 2012. 

Answer:

START 70-497 EXAM