DB Edition is free with 2008
Targeted at developer productivity. 400 person team working on this product.
- New Testing tools to target the “generalist tester”.
- Added tools for Lab Management
Actionable Bugs Demo
- Data Collectors can capture the steps in the test case.
- Testing tool has video recording of the steps done by the tester.
- UI Steps and framework details are collected as well.
- Execution Steps are captured an instrumented log file. This is a configurable option under Team Testing. This is collected from the ASP .Net worker process.
- Debug History – go back in time to find the point of failure.
- Objectives : “No More: No Repro”
SQL Code Analysis Demo
New Rule Sets (eg, Minimum Microsoft Recommended Rulesets, create your own ruleset)
- Avoid Select *
- Avoid sp_
- Avoid % in LIKE
- etc, (14 new rules)
Make builds a gated check-in. IE, you can’t check-in without a whole build being done and completed. IE, the check-in actually goes to a shelveset and a build is merged with the main line of code.
Test Impact Analysis – will compare the changes on your workspace and figure out which test cases should be re-run.
Can now use a windows workflow designer to work on build definitions.
Architecture Compliance Demo
Saw this in the Team Architecture Demo. Bottom line is the ability to make sure that if you diagram the architecture of an application ahead of time, if you make new changes you get some validation that the overall architecture has not changed. It is the layer diagram project type.
No comments:
Post a Comment