DCSIMG
WebTest,Data Collectors - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » WebTest » Data Collectors (RSS)
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!...
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...