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...
DevAcademy3 Demo - Web Sites Testing with Visual Studio Team System Before everything I want to say Thank You again to all the people that came to my presentation. Web Sites Testing with Visual Studio Team System presentation available now from – DevAcademy 3 Site How to use My Demo: 1. Download Team Suite 90-Day Trial . 2. Download and install - Job Site Starter Kit Download the Job Site Starter Kit (ASP.NET 3.5) Install "Job Site" on your IIS as new Web Site and call it - JobSeeker 3...
How can I tell a Web Test to ignore 404 errors? Some times your web test failed because a missing image or old file that not longer exists in the IIS. Why the Web Test fail all the test because one missing Image? Your absolutely Right! I'll show 3 different ways to solve this. 1. Expected HTTP Status Code The First thing you can do is to set "Expected HTTP Status Code" to 404. But this will not work if the bad request is a dependent request. 2. Add Dependent Request You can add this...