Browse by Tags
All Tags »
Performance »
Team System (
RSS)
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!...
VS2010 – Profiler Profiler 2010 comes with couple of new features for developers: CPU Sampling Measures CPU-bound applications with low overhead. Instrumentation Measures function call counts and timing. .NET Memory Allocation (Sampling) Track managed memory allocation. Concurrency Detect threads memory for other threads. Collect resource contention data Collect thread execution data
Done: Team System User Group – Web Test & Load First I want to say Thanks to each and every one that arrive to this meeting. Around 50 people arrive to the meeting and for 80% this was the first time in Team System User Group. There is no doubt that Web & Load Testing in Team System is a very HOT subject. Hope to see you all in the next meeting! Thanks Again. How to use My Demo: 1. Download Team Suite 90-Day Trial . 2. Download and install - Job Site Starter Kit Download the Job Site...
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...
Announcing TFS Performance Report Pack Grant Holliday upload TFS Performance Reports that Microsoft use. Quote” We have a responsibility to ensure that the server is performing as expected and to identify any efficiencies that can be made in the server or the tools. To do this, we have created a number of reports that we use ourselves and make available to our own users. “ The Full Article + Download Execution Time Summary Server Status - Source Control Request Queue Server Status - Top Users...
Test Mix Model in Visual Studio 2008 In Visual Studio Team System 2008 Test Edition, the Test Mix Model option were added to the load test feature to let you more easily create accurate load. You use load modeling options to more accurately predict the expected real-world usage of a Web site or application that you are load-testing. It is important to do this because a load test that is not based on an accurate load model can generate misleading results. Percentage Based on Tests Started For each...
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 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 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...