Wednesday, February 18, 2009

VSTS – Benefits to the Developers

• Developers can look at the class diagrams to understand what is occurring. Any changes they make to the code will be reflected in the diagrams.

• Code can be effectively unit tested.

• VSTS allows all developers to use one tool with which they are familiar. It does not require a developer to learn how to use six different tools to perform the task.

• VSTS has tools to identify inefficient, insecure, or poor-quality code.

• Alerts can be configured so that if one developer’s code is modified by another developer, the former gets an email notification about the changes made by the latter.

• Database Edition provides advanced tools for database change management and testing.

• Team Foundation Build automatically gets the latest version from the version control tool, compiles it, deploys it, and runs any automated tests (unit or web tests) against the build. The results of the compilation and testing are stored in the VSTS data warehouse.

No comments:

Followers