You are the lead software developer for your company. You are using Microsoft Visual Studio 2012 and Test Driven Development to create a new commercial software product.Management asks you to define unit testing standards that all developers will follow.You need to design the first unit test for a new class.What should you design the first unit test to do initially?
You are a lead developer for your company. You are responsible for a managed application with an existing codebase.Customers report that the software is unstable. Management wants you to lead an effort to add unit testing to the application.You need to identify the part of the application that will benefit most from adding unit tests. The goal is to achieve better software quality for the most users.Which section of code should you target? More than one answer choice may achieve the goal. Select the BEST answer.
Your team uses Microsoft Visual Studio Team Foundation Server (TFS) to manage your software projects. The operations team uses System Center OperationsManager (SCOM) and configures synchronization with TFS by using TFS Work Item Synchronization Management Pack.You need to send information about production errors, including IntelliTrace information from System Center, to the software development team.What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
You are the application architect on your team. You have a straightforward architecture consisting of an ASP.NET MVC Web Application that depends on a ClassLibrary, which contains the Business Logic. The Business Logic uses another Class Library that contains the Data Access code.No code in the UI should ever use the Data Access library directly.You need to enforce this architectural requirement.Which Visual Studio tool should you use?
HOTSPOT -You are the lead tester for Contoso, Ltd. The company is using Microsoft Visual Studio to develop a new software product.Management wants to test the product as it is developed. Some components that require testing have dependencies that are not yet built or are otherwise unavailable.You need to test the components.In the table below, identify where only a shim or a stub can be used in the situation. Make only one selection in each column.Hot Area:
You are a developer. Your company has a Microsoft Visual Studio Team Foundation Server (TFS) installation for a project. The TFS installation uses the MicrosoftSolutions Framework (MSF) for Agile Software Development project template. The developers have standard Contributor permissions, and the Scrum Master hasProject Administrator permissions.The project development team performs time of regression testing of all stories at the end of each release. Defects are linked to the corresponding story. The team wants to view all completed user stories for release 1 with related open defects. This query needs to appear on the home page of the web portal.You need to create a query that includes the user story title, defect title, and the status of the defect.Which two actions should you perform? Each correct answer presents part of the solution.