Posts in 2023

  • Regression testing using Test Templates and Suites

    Friday, December 01, 2023 in News

    An exciting set of new features was added in Real Load v4.8.24. Test Templates and Test Suites. Test Templates allow you to: Pre-define a load test’s execution parameters like VUs, duration, etc.. Each Template represents a specific performance …

    Read more

  • Monitoring SSL endpoints

    Thursday, September 28, 2023 in News

    Last week I wrote an article to illustrate how the ability to execute JUnit tests opens a whole new world of synthetic monitoring possibilities. This week I’ve implemented another use case to detect SSL certificate related issues which …

    Read more

  • New test execution APIs

    Friday, September 22, 2023 in News

    Version 8.4.23 of the Real Load platform expose new API methods that allow triggering Load Test scripts programmatically, via REST API calls. This enhancement is quite important, as it allows you to automate performance test execution as part of …

    Read more

  • A simple use case for JUnit testing

    Wednesday, September 20, 2023 in News

    A key feature that was added to the Real Load product recently is the support of JUnit tests. In a nutshell, it is possible to execute JUnit code as part of Synthetic Monitoring or even Performance Test scripts. A simple example… Some DNS …

    Read more

  • Test script involving OTPs? No problems

    Thursday, July 20, 2023 in News

    Say that you have an application that requires customers to authenticate using a Time based One Time Password (TOTP), generated by a mobile application. These OTPs are typically generated by implementing the algorithm described in RFC 6238. Thanks to …

    Read more

  • Application High Latency Is Outage !

    Sunday, July 09, 2023 in News

    Application High Latency Is Outage. If an application experiences high latency to the point of becoming unavailable or experiencing an outage, it can have severe consequences for businesses and their reputation. In such cases, it is crucial to …

    Read more

  • All Purpose Interface!

    Sunday, June 18, 2023 in News

    Want to create your scripts in any programming language, which you are comfortable with ? Check Out Real Load’s All Purpose Interface. The uniqueness of Real Load when compared to other tools is it’s All Purpose Interface, which enables …

    Read more

  • Real Load Synthetic Monitoring Generally Available!

    Wednesday, March 08, 2023 in News

    Performance testing as a main and synthetic monitoring as a dessert? Now available at Real Load. Recently we’ve launched a new version of our Real Load portal which adds the ability to periodically monitor your applications. The best thing to …

    Read more

Posts in 2022

  • Support for SSL Cert Client authentication in Proxy Recorder

    Tuesday, November 08, 2022 in News

    Do you need to record HTTP requests for your test script that require SSL Cert Client authentication? Tick, we support this use case now… How does it work… The Proxy Recorder has been enhanced to support recording against websites or …

    Read more

  • Some SQL performance testing today?

    Friday, October 21, 2022 in News

    Most performance testing scenarios involve an application or an API presented over the HTTP or HTTPS protocol. The Real Load performance testing framework is capable of supporting essentially any type network application, as long as there is a way to …

    Read more