DCSIMG
Testing,Performance - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Testing » Performance (RSS)
Run Unit Tests in Parallel using Visual Studio 2010
Run Unit Tests in Parallel using Visual Studio 2010 Today almost each and every machine have multiple CPU’s or a CPU with multiple cores, so why not using them in order to speed up your tests runs and run more Tests in parallel. In Visual Studio 2010 Microsoft added the ability to run Tests (Only for Unit Tests) in parallel. Data Collectors cannot be enabled if using Parallel execution. You must have multi-core/CPU machine How To Enable Parallel Execution of Unit Tests 1. Create new Test Project...
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...
Done: Team System User Group – Web Test & Load
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
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...
Test Mix Model in Visual Studio 2008
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
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...
WCF Load Tests
WCF Load Tests Rob Jarratt has published the WCF recording tool he has been working on to CodePlex at http://www.codeplex.com/wcfloadtest . Project Description This tool takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a unit test that replays the same sequence of calls found in the trace file. The code generated is easily modifiable so that data variation can be introduced for the purpose of doing performance testing. The tool generates code for both Visual...
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...