DCSIMG
Team System 2010,Data Collectors - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Team System 2010 » Data Collectors (RSS)
Test Attachment Cleaner
Test Attachment Cleaner Download Test Attachment Cleaner Overview: In Visual Studio 2010, with the introduction of Visual Studio Test Professional 2010 & Visual Studio Premium/Ultimate 2010 SKUs, testers can author manual and automated Test cases, configure the different diagnostic data collectors (as part of Test Settings), associate the Test Settings with Test Plan/Suites and then execute these test cases as part of Test Runs. The execution of a Test Run (whether automated or manual) generates...
Teched 2010 - Applied Software Testing with Visual Studio 2010 – Done
Teched 2010 - Applied Software Testing with Visual Studio 2010 – Done I’ll start saying – Thanks everyone who participate at my lecture in Teched Israel 2010, I’ll also like to say thanks to Tzvia Gitlin Troyna the ALM sessions manager and to Sela Group for helping and supporting me during that period. My Session was loaded with Information regarding Automated/Manual Testing in Visual Studio 2010 & Microsoft Test Manager and there is not doubt that the Testing Space in Visual Studio 2010 is the...
Tech-Ed 2010 – Applied Software Testing with Visual Studio 2010 – All In One
Tech-Ed 2010 – Applied Software Testing with Visual Studio 2010 – All In One Teched Israel 2010 is going to happen next month in Eilat between the 28-30 of November. On this Teched I’ll have the pleasure to present a session about Applied Software Testing with Visual Studio 2010 In this session I’ll demonstrate how to use the following: Microsoft Test Manager – Fast Forward Automation Web Performance Testing Load Testing Coded UI Testing Why? So YOU can do Automatic and Load Testing by yourself!...
Microsoft Key Note At SIGIST 2010 - Test Automation - Done
Microsoft Key Note At SIGIST 2010 - Test Automation – Done Today I had the honor to participate at SIGIST 2010 conference (The third year) and be a part of Microsoft Key Note on Test Automation in Visual Studio 2010 and Microsoft Test Manager. (Last year lecture - Sigist 2009 – Lab Management & Pictures ) I’ve showed couple of cool demos using “Fast-Forward for Manual Testing” , Rich Bugs using Data Collectors and Lab Manager solution. And I showed a short demo on how to use Eclipse IDE with...
How To Create Custom DataCollector In Visual Studio 2010 – Part 2
How To Create Custom DataCollector In Visual Studio 2010 – Part 2 In the previous post ( How To Create Custom DataCollector In Visual Studio 2010 – Part 1 )I showed how to create a Custom Data Collector using Visual Studio 2010, Here we continue improving our Data Collector using external Xml Configuration files. Instead of add hardcoded values into your code use the Xml to take and save user settings. Download Demo Project Step 1 – Add Configuration File To collect a log file when a test finishes...
How To Create Custom DataCollector In Visual Studio 2010 – Part 1
How To Create Custom DataCollector In Visual Studio 2010 – Part 1 What is DataCollector - Team System 2010 Beta 2 – Diagnostic Data Adapters – No More No Repro! If you remember I’ve already wrote on how to create a custom data collector: VSTS 2010 Beta 2 – Diagnostic Data Adapters – Custom Adapter – Part 1 , VSTS 2010 Beta 2 – Diagnostic Data Adapters – Custom Adapter – Part 2 but between Beta 2 and RTM there were couple of changes with Data Collectors. Download Demo Project Step 1 – Getting Started...
VSTS 2010 Beta 2 – Diagnostic Data Adapters – Custom Adapter – Part 2
VSTS 2010 Beta 2 – Diagnostic Data Adapters – Custom Adapter – Part 2 In my previous post Diagnostic Data Adapters – Create Custom Adapter – Part 1 I’ve showed how to create a Custom Data Adapter, this post will be on how to add a Configuration File to your Custom Data Adapter. Download Demo Project Step 1 – Add Configuration File In your Data Adapter project add a new xml file and change the name to <name of your data diagnostic adapter>.dll.config Copy below format into the xml config file...
VSTS 2010 Beta 2 – Diagnostic Data Adapters – Custom Adapter – Part 1
VSTS 2010 Beta 2 – Diagnostic Data Adapters – Custom Adapter – Part 1 In my previous post I’ve talked about What is Diagnostic Data Adapters – No More No Repro! , this post will be about how to create your own Diagnostic Data Collector . Download Demo Project In this post I’ll show you how to create a custom Log data collector that can be very helpful for many applications using local logs. Below is an example of advanced custom data adapter I built for collecting performance data during a test....
Team System 2010 Beta 2 – Diagnostic Data Adapters – No More No Repro!
Team System 2010 Beta 2 – Diagnostic Data Adapters – No More No Repro! – Part 1 What is Data Adapter? Diagnostic Data Adapters will allow you specify various types of data to collect or how to affect the test machine when you run manual tests, automated tests, or both. For example , a diagnostic data adapter might create an action recording , an action log , a video recording , or collect system information . Additionally, diagnostic data adapters can be used to simulate potential bottlenecks on...