Need a new search?

If you didn't find what you were looking for, try a new search!

23 12, 2020

Performance Test Reporting

By |2021-11-05T17:00:20+03:00December 23rd, 2020|Tags: , , , , , |

Performance Test Reporting step provides an overall test result, test analysis, and recommendations to the development team from the application’s performance perspective.   Sometimes, technical teams may underestimate the value of reporting, mostly because they are busy, and writing a good report sometimes just takes more time than expected.  What Is Performance Test Reporting?    Performance Test Report makes performance testing visible and helps to find bottlenecks and make the GO / NO-GO decision for the whole application or a specific business flow.  There are many ongoing forum discussions about what the ideal load testing report needs to contain.  While there may not be much agreement over the perfect performance report, you [...]

28 02, 2018

Real-Time Reporting With JMeter

By |2022-01-26T14:33:28+03:00February 28th, 2018|Tags: , , , |

Real-time reporting is a very crucial feature for all type of software tests. Bug fixing activities and improvements are planned based on the findings in detailed reports. This is also valid for any type of performance tests. Critical optimizations and changes are applied at different levels such as code, infrastructure or technological based on the reports generated. In this post, you will learn how to use enhanced real-time reporting with JMeter. JMeter supported basic raw formatted data in CSV and XML format up to version 3.0.  You had to use a third-party tool to create fancy reports prior to [...]

21 12, 2022

Part 1 | How To Create A Robust Test Plan

By |2022-12-21T16:12:30+03:00December 21st, 2022|Tags: , , |

Creating a test strategy assists QA and development teams in ensuring successful and thorough testing of their product. Engineering departments may organize and track their testing with a software test plan, guaranteeing that their test scripts are written to match their product goals. Here , we will discuss the function of test planning in the SDLC and how to create an effective software test strategy. Then, we will learn how to create a robust test plan. Software Test Planning Explained A test plan is a strategy document that covers all necessary information about testing software for the [...]

20 07, 2022

Part 4: JMeter Installation and JMeter Tests with Loadium

By |2022-07-19T13:40:40+03:00July 20th, 2022|Tags: , , , , |

Interpreting Test Results on Loadium Previously, we learnt how to install JMeter, how to create a scenario, and how to execute our tests on Loadium. In this part, we will briefly explain how to understand Loadium reporting screens and parameters. Let’s start to interpretation of test results with summary report page. On the summary report page, in addition to the values we saw on the previous page, we can see the values max and min response times, number of errors received, latency and connect time. Connect Time → Time taken to establish TCP connection between the server [...]

6 04, 2022

System Stability Test | Part 2

By |2022-04-06T11:12:07+03:00April 6th, 2022|Tags: , , , , , , |

Advantages of System Stability Test And How To Do It How to Do System Stability Test To determine the scope and objective of the testing, we must ensure that the application server does not crash during the load test executions. Determine the business issues, verify the system performance, and load as per the end-user perspective. Assign the different responsibilities and roles like; creating test plan, test case design, test case review, test execution, etc. Ensure the test deliverables within the specified time Ensure proper load testing tools and experience team is present for the same. Measure the [...]

14 02, 2022

How To Test Login Page Using JMeter

By |2022-02-14T09:35:32+03:00February 14th, 2022|Tags: , , , , , |

If you are starting your career as a Performance Test Engineer, you will be dealing with lots of login flows during your working hours. Since it is really important for the sake of your load test, the login page should be tested thoroughly. Here are some tips for you to create and execute a proper test to test login page using JMeter. 1. Practice Login Flow Manually Before recording the requests for login flow, you should perform a couple of manual tests for login components. Make sure that the login button, user credential sections and other basic [...]

23 12, 2021

The List of HTTP Response Status Codes

By |2021-12-23T16:30:00+03:00December 23rd, 2021|Tags: , , , |

As a Performance Test Engineer, you will be dealing with lots of requests and their response codes during your performance tests. These HTTP response status codes could be really useful since they give you an insight about the status of your test runs. Simply, they give you an idea about whether a specific HTTP request has been successfully completed. Even though there are lots of them, we can group them into five classes: Informational responses (100–199) Successful responses (200–299) Redirection messages (300–399) Client error responses (400–499) Server error responses (500–599) 1. Informational Responses [...]

16 12, 2021

Real Time Monitoring with JMeter InfluxDB Integration

By |2021-12-16T09:57:02+03:00December 16th, 2021|Tags: , , |

There are lots of reasons why JMeter is one of the most popular performance testing tools in the market. And one of the biggest reasons is its reporting ability. Even though JMeter provides proper test results for your performance testing sessions, there are some problems as well. When you run your test in NON-GUI mode, you will need to wait until the test is complete to see the results. During long running sessions, seeing results immediately could be really crucial. Also, by applying some integrations -that will be shown below- you will have some sort of APM tool on [...]

1 12, 2021

Gatling Advantages on Load Testing

By |2021-12-01T11:40:39+03:00December 1st, 2021|Tags: , , |

Growing world of load testing increased both the search of new tools by users and development of new features by developers. The most known and used open-source tools in the sector are undoubtedly JMeter, and Gatling. In this blog post, we will try to explain the Gatling advantages briefly, and why to use it on your load tests. Gatling offers a wealth of features to help you develop a high-performance automation test suite by utilizing the Gatling DSL, as well as growing community support to help you with your questions. It's worth noting that, unlike other tools like JMeter, [...]

16 11, 2021

JMeter vs Apache Benchmark | Know the Top 8 Differences

By |2021-11-16T10:21:31+03:00November 16th, 2021|Tags: , , |

There are many ways for IT experts to perform a load/benchmark test on their system. With the help of a testing tool, this process could be really easy to perform and manage. If you are looking for different performance or benchmark testing tools, you have probably come across Apache Benchmark (A/B) and Apache JMeter before. And in this article, we will be focusing on the similarities and differences between JMeter vs Apache Benchmark. As we just said, both JMeter and Apache Benchmark were developed by Apache Software Foundation. They both can be used to run performance based tests [...]

Go to Top