Tag Archives: jmeter

Load and stress testing my website

Purpose of Load and Stress testing The key goals of load testing are: Find out whether your website can support the expected # of concurrent users. At what load does the app break? To do that, you normally follow these steps: Identifying the primary user path Identifying the expected # of concurrent users. (Both now [...]

How to test my system?

Here is a good video from Google  Testing Strategies Overview I believe that I don’t need to stress out how important testing is. So, lets cut the crap and talk about the challenging areas related to this subject. Here are the things I want to talk about Write your unit test first then code It [...]