JMeter Cloud Blog

stress testing

WordPress vs. Drupal - Which is faster?

Today we’ll be testing several servers and software configurations to obtain summary test reports and compare the results. Let’s say for example we plan to open a new website with regular, ongoing streaming of data, images and video clips, for instance, a news site.  In the process of planning the project, we decided to try two blog configurations in parallel. 

Read more >

Game On: BlazeMeter's Load Testing Countdown to the Super Bowl

  Super Bowl Day, Are you ready? Are you really ready? The highly anticipated Super Bowl commercials….even the non-sports fanatics love this time of year. What hilarious or shocking ad is going to be drive consumers to a website and become this year’s the most popular “water cooler” subject at the office?  Which ads will spiral a business into success and which will leave mud on the face of your brand forever? What’s it going to be?    

Read more >

Performance testing- The wild side of the development world

Performance testing is a whole other animal in the world of good development. Read on for a brief journey to the wild side of testing.   In functional testing, detailed requirements are needed that allow you to consider whether the issue found is a bug or a feature. However, in performance testing, it varies as one cannot specify “pass” or “fail”. You simply gather as much information as possible and provide it to the customer. 

Read more >

User Experience Monitoring with Selenium

KGQAJTW5NM2B JMeter can’t generate real users, only virtual. This happens because every browser has its' own technology of rendering pages while loading. Therefore, we use the browser to discover the system performance that the user will be dealing with. Selenium is the most appropriate tool for this question, because it allows the simulation of the user’s actions in real browser.

Read more >

JMeter: Using the Module Controller

One of the 7 deadly sins of the coding universe is the unnecessary duplication of code. How can we avoid the 'deadly dupe' in JMeter?  Sometimes one comes across a complex piece of a test plan with large amounts of used variables and functions. But, if you need to use the same segment more than once, or even twice, what can you do? One option is to create a Bean Shell script in a separate file and to call it BeanShellSampler. But, it can be difficult to track the execution of various parts of such a complex scenario. 

Read more >

Pages