DCSIMG
Team System,Load - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Team System » Load (RSS)
Visual Studio 2010 מכללת סלע ומיקרוסופט שמחות להזמינך למפגש מרתק ללא תשלום בנושא
Application Life Cycle Management with Visual Studio 2010 במפגש זה תוכלו ללמוד על פתרון ה- ALM המתקדם ביותר ולצפות בדמאויים עשירים. המפגש מיועד למפתחים ולבודקים ויועבר ע"י מיטב המומחים בנושא. לוח זמנים מתוכנן : 8:30-9:00 – התכנסות ורישום. 9:00-10:00 – Requirement Management using Visual Studio 2010 – מרצה : דן מורגנשטיין. 10:00-11:00 – Applied Software Testing with Visual Studio 2010 – מרצה : שי רייטן 11:00-11:15 – הפסקה 11:15-12:00 – סיפור לקוח – חטיבת מוצרי ה- Enterprise של Nice בחברה ב- ALM...
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!...
Visual Studio 2010/2008 and Microsoft Test Manager Screen Casts - [HE]
Visual Studio 2010/2008 and Microsoft Test Manager Screen Casts - [HE] I’ve notice that all my screen casts were offline because the SilverLight hosting stopped working couple of months ago, so I’ve upload all the screen casts again so you can again and learn about Web Testing, Visual Studio 2010 and Microsoft Test Manager. If you want more screen casts just send me an email with the subject that interest you. Enjoy Team System 2010 - Create a Test Plan [HE] - Screencast Team System – How to Create...
WCF Load Testing
WCF Load Testing Thanks VSTS Rangers for the new release of “WCF Load Testing” tool that comes with ASMX support, you can find it here - http://wcfloadtest.codeplex.com/ 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. Enjoy
My Article in “Testing Experience” Magazine
My Article in “Testing Experience” Magazine In the past months I worked on an article about “Load Testing In 10 Steps” for “Testing Experience” magazine. Testing Experience - testing experience is the challenge of producing a high-quality magazine for professional test-ers made by and issued for people involved in testing, the magazine have 350,000 readers around the world. In this article, I’m not going to talk about load testing tools or advanced testing techniques, but rather, I would like to...
VS2010 – Load Test Network Emulation Profile
VS2010 – Load Test Network Emulation Profile In Visual Studio Team System 2008 we had Network Emulation but a simple one, lots of times customers asked me is this network profile also simulate downstream? and not only upstream also how to simulate Latency? Now we got a lot more properties in the new Network Network Emulation that will help us create more persist Network Network Emulation for our Load Test. Network Emulation Profile location for in house customizations: C:\Program Files\Microsoft...
How To Add File Upload To Team System Web Test
How To Add File Upload To Team System Web Test May times people asks me how can I Upload File with Web Test, The first thing is to record the Web Test using “Web Test Recorder” or Fiddler. But when running the Web Test its fails in the Upload section. Why? Before understanding the problem let get familiar with “File Upload Parameter”     Right click on the required request and select “Add File Upload Parameter” Then you can add the field name and the file location. So why file...
Running Unit Tests End With - “The specified module could not be found”
Running Unit Tests End With - “The specified module could not be found” “The specified module could not be found. (Exception from HRESULT: 0x8007007E)” Some times your test relay on additional file that need to be in the same folder where Team System running the Test. Those files can’t be add into the GAC and you can’t copy them manually each time. So What Do Do? We need to use Deployment settings Deployment settings specify deployment location and any file to be deploy in the addition to the target...
Email Reporter: VSTS 2008 Load Test Plug-in
Email Reporter: VSTS 2008 Load Test Plug-in Microsoft’s Visual Studio Team System Test Edition provides a powerful platform to perform high volume load testing. It also provides high end flexibilities to write and utilize external plug-in for extended functionalities. "Email Reporter: VSTS 2008 Load Test Plug-in" enables users to send the load test reports to one or more pre-configured email addresses automatically, once a VSTS Load Test is completed. This open-source load test plug-in...
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...
Functional Web Test - Part 1
Functional Web Test - Part 1 Lots of people working with Team System Web Testing for creating a automated tests for Web Applications. Web Test in Team System works on Requests, when your perform an action in a Web Site you send a request to the server. So while running your Test Case Web Test Recorder knows how to collect and save all those requests and parameters, and then he can run them again. So What is the Problem? Web Test is not testing the functionality of your Web Site! For Example My Test...
Add Internet Explorer 8.0, FireFox 3.0 and Google Chrome To Web Test Browser List
Add Internet Explorer 8.0, FireFox 3.0 and Google Chrome To Web Test Browser List Visual Studio Team System 2008 gives as the ability to simulate our Web Test on specific Browser. We have variety of default browsers but not all! Today we have Internet Explorer 8.0, Firefox 3.0 and Google Chrome. Download below file and copy the new browsers to - \Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Templates\LoadTest\Browsers Download - Internet Explorer 8.0, FireFox 3.0 and Google Chrome browsers...
How is the user load adjusted for a load test with a goal based load pattern?
How is the user load adjusted for a load test with a goal based load pattern? I found a great article wrote by Bill Barnett's talking about Goal Based Load using Team System. There are couple of great tips on how to config you load setting when using Goal Based Load and will help you to understand how Team System adjusted when a load test scenario uses a goal based load pattern. Enjoy. Thanks for Guy Kolbis for helping me to write this post better and decent.
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...
More Posts Next page »