Nice and interesting presentation from Cameron Skinner about VS2010 focused on the new testing and ALM feature.
Some improvement included in the IDE:
- Test Impacted: when you choose this function (with a right click) on a function you can see the tree of impacted tests (to avoid the butterfly effect that happens when you change a small part of code and a lot of unexpected functionalities are impacted!)
- Test Validation: Before check-in a test-validation is mandatory to avoid to break a continuos-building process.
- Sequence-Diagram: it's possible to generate a Sequence-Diagram to show the interaction between the function and methods.
Test-Recorder maybe is the most complex feature add to the test tool-set in VSTS. You can record your interaction with WEB applications and Windows Form applications for performing regression-tests and including this "functional test" in the the validation process.
VSTS 2010 is including some functionalities that use to be part of other sophisticated and vertical quality control platform (like Compuware, Mercury, etc,)
Recap
- Those are not the whole features of VS 2010 but just a small subset about the ALM for testing!
- VS 2010 is a WPF application. That's cool! You can see a lot of improvements in the editors.
- Drawback: Unfortunately the Test Recorder doesn't support SilverLight and I guess that a future support hasn't yet been
- planned
No comments:
Post a Comment