DCSIMG
Performance,Load - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Performance » Load (RSS)
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!...
This is Why Load Testing Is Important Not Just Before Release
This is Why Load Testing Is Important Not Just Before Release After a short conversation with one of my customers he told me that a month ago he invited a “Load Expert”  to perform load testing just before the company release the product. After the “Load Expert” exam the system he said every thing will be all right, 30 people is nothing I’m 99% sure nothing will happen. the customer asked him to perform the load test any way just to be sure… and the test passed just fine! Then I got a call from...
Load Agent and Load Controller Configuration Guide
Load Agent and Load Controller Configuration Guide Published On: Ed Glas's blog The Team Test Rig enables Team System users to run tests on one or more remote computers. A rig is made up of a single test controller and one or more test agents. The test controller can be installed on either one or two computers, and like Team Foundation Server, has both application and data tiers. A single test controller is used to coordinate the execution of multiple test agents running tests on multiple computers...
Load Agent and Load Controller Installation Guide
Load Agent and Load Controller Installation Guide Published On: Ed Glas's blog Team Test Load Controller Installation Warning Set up the Controller before setting up any agents. Note Load controllers cannot be installed on domain controllers. 1. Start setup.exe located in the vs\controller folder. The Welcome to Setup page appears. 2. Click Next. The End-User License Agreement and Product Key page appears. 3. Review the End-User License Agreement (EULA) and select I accept the terms of the license...
SQL Load Testing
SQL Load Testing Introduction - SQL Load Test This tool generates a Visual Studio 2005/2008 Unit Test from a SQL Server Profiler trace. The tool extracts all the SQL statements and stored procedure calls from the trace and turns them into a single Visual Studio Unit Test, which can then be configured as a Visual Studio Load Test. The tool does not interact with the database itself when it generates the test code and so it can be used “offline”. Requirements: SQL Server 2005 SDK and the SQL Server...
Fiddler - QuickExec Reference
Fiddler - QuickExec Reference Fiddler is one of the most common http debugging tool today. Most of you know what is Fiddler and what can we do with him. But for the rest, so…. What is Fiddler? Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP Traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using...