DCSIMG
ITPRO,Web - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » ITPRO » Web (RSS)
Web Test Manager For TFS 2010
Couple of months ago Sela Collage were a sponsor in Microsoft ALM Summit in Seattle , there we announced on ALM Products and the first version of Web Test Manager - Innovative approach to managing and running your tests - Any Test – AnyWhere - Anytime (by Everyone) under TFS 2010. WTM = Manage your tests directly from your browser in TFS 2010 Now, for the first time you can manage your tests without the need for any local installation, WTM is a web application integrated in VS 2010 Team Web Access...
Sela - “Web Test Manager” Announcement in ALM Summit
Sela - “Web Test Manager” Announcement in ALM Summit As you may know – Sela is a gold sponsor in ALM Summit ( http://www.alm-summit.com/almsummit/sponsors.aspx ), during the summit we revealed our latest developments for TFS/VS 2010 and Microsoft Test Manager. WIMBI – Merge By Work Item Scrat – Quality Center 2 TFS 2010 Migration *NEW* - “Web Test Manager” – Web Access For "Microsoft Test Manager” ” Web Test Manager” – Will allow Testers, Developers and each and every one on the Team to Write...
How To: "Unable to load DLL 'Microsoft.VisualStudio.QualityTools.RecorderBarBHO100.dll': The specified module could not be found"
How To: "Unable to load DLL 'Microsoft.VisualStudio.QualityTools.RecorderBarBHO100.dll': The specified module could not be found" Working on a new environment trying to perform an new Web Test I was faced two issues: 1. Web Test Recorder doesn’t show up Problem :When I start my recording Internet Explorer comes up but the Web Test Recorder doesn’t show up. Solution : In IE enter Tools menu Select Explorer Bars and Click “Web Test Recorder 10.0” – (This will work for Web Test 8.0...
HttpWebRequest and the Expect: 100-continue Header Problem
HttpWebRequest and the Expect: 100-continue Header Problem Today I had an irritating problem when using the HttpWebRequest to POST form data over Proxy-Auth using HTTP 1.1. When sending this request over SSL every thing was fine, but when I used POST I got this error - X-Squid-Error: ERR_INVALID_REQ 0 from the server. After sniffing each request and drill down to understand the problem I found that not all web servers handle HTTP header "Expect: 100-Continue" correctly. Who Add this Header...
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...
Q: Run Web Test Using MSTest Command-Line Failed
Run Web Test Using MSTest Command-Line Failed I got an email asking me to help with msdn forum request . Q: I am trying to run a delegated WebTest from the command line using MStest. I have VSTS 2008 Suite Edition Installed. If I go to the command prompt from VSTS first (start-->all programs-->microsoft visual studio 2008-->visual studio tools-->visual studio 2008 comand prompt), then go to the directory where my Webtest resides, then run my Webtest with mstest, it runs. But if I go to...