-
Archives
- April 2019
- January 2019
- June 2018
- January 2018
- July 2017
- April 2017
- December 2016
- August 2016
- February 2016
- September 2015
- April 2015
- February 2015
- September 2014
- February 2014
- January 2014
- December 2013
- November 2013
- July 2013
- June 2013
- March 2013
- February 2013
- January 2013
- October 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- September 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- September 2010
-
Meta
Category Archives: General
Stop feeding fat cats
I believe that when you see something completely wrong and cannot correct it, you should at least share your view with other people. This is the only way to change anything in this world.
This article is about load testing, but if you read it to the end, you will see that it is about the whole IT industry, about the whole economic reality and about our life. I will use an example which I know very well to demonstrate something very common, yet not very well understood.
A short technical introduction. Imagine that you are about to release a new web site. Will it work well when accessed by multiple concurrent users? This question can be answered if you perform a load testing. Obviously, this task cannot be accomplished manually by your staff members or beta testers [..] Continue reading
Posted in General
Tagged load test, load testing tools, performance testing, software prices, software vendors
5 Comments
WAPT Pro 3.0 released!
I wish I could make this post half a year ago. This is a really long awaited release, but it has finally happened. So, let’s see what’s new. Here is the list of added features. Sorry for so short descriptions. I will probably add more comments on some of these features in the next post.
Highly configurable test load
You can specify all load parameters separately for each virtual user profile. For example, you can join constant, growing and periodic load in the same test. You can also choose a specific load agent for each profile, if you do not want to use the automatic allocation [..] Continue reading
Choosing the best software for your business
When you spend $1 for a new mobile game, you don’t care about the price and you want the game right now. There is no need to check competitive products, so, the immediate decision looks reasonable. The situation is different when you choose a software product for your business. In this case you cannot rely on your first impression. You probably have certain expectations regarding the product and you want to make sure that these expectations are met.
The tool you choose should be reliable. You should be confident that it will never stop working suddenly on a changed data input or in other new conditions.
Should meet your business goals now and (at least) in the near future. Note that it is not always possible to fully estimate this in a reasonable time using a demo version or a manual. […]
Continue reading
Posted in General
Tagged Business tools, Software products, Software vendor, Technical support
Leave a comment
Efficiency and capacity of load testing tools
If you are looking for a load testing solution to check the performance of your web site, or to start using permanently in your web development process, you may need to analyze various characteristics of many tools before you make your choice. One of such characteristics is the efficiency.
If you want to test a web application used internally by your company staff, you may need to check that it supports, say, 100 concurrent user sessions.
This is not a very big load for any tool. You will hardly need more than one generating system to run such test.
The situation is completely different, if you need to stress test a popular internet portal. A load of 100,000 concurrent users can be a good check for it. […] Continue reading
Posted in General
Tagged efficiency, HTTP request, load test, load testing tools, stress testing, user session
4 Comments
Ten names for load testing
Load testing is a wide and established area of IT knowledge and software development practices. There are many professionals who specialize here and testing gurus ready to provide useful advices and even teach you a theory on the subject. Surprisingly, the mentioned gurus often do not agree with each other on the very basic terms used in this field.
If you search for information on load testing, most probably you will also find articles mentioning such terms as “performance testing” and “stress testing”.
Are they all just synonyms? Everybody agrees that they are not, but still different sources provide different definitions for these terms.
The most confusing point is the difference between performance and load testing. Some people reasonably say that […] Continue reading
Posted in General
Tagged load test, load type, performance testing, response time, stress testing
9 Comments
Hidden controls in HTML forms
I would like to continue writing about the methods used to pass various data between the client and server part of a web application. In the previous post I briefly described the cookies mechanism used to join the successive requests … Continue reading
Posted in General
Tagged extract value, hidden control, hidden field, HTML form, parameter value, parameterization, response processing, web form
1 Comment
Cookies and user sessions
We all know that a web site can have a complex distributed structure with load balancers and database servers. However from the outside view any web site is just a computer program that is always waiting from an HTTP connection. … Continue reading
What is an HTTP request?
I will not write about HTTP protocol in general. I want to concentrate on few facts about HTTP requests that are important for load testing. As I mentioned in the previous post, when we work with a web site using … Continue reading
Posted in General
Tagged GET-request, HTTP headers, HTTP method, HTTP request, POST-request, URI
Leave a comment
How a user session is recorded and replayed
As I wrote before, to load test a web site you need to record a sequence of actions that constitute a single user session on the site. Then when you run the test, this session it repeated by many virtual … Continue reading
How to create a test?
Let’s imagine that you have a web site and you want to create a load test for it. Of course, the first problem is to choose a load testing tool. I will not write a lot about this step and … Continue reading