Posts in 2023
-
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 …
-
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 …
-
Generate OTPs
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 …
-
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 …
-
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 …
-
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 …
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 …
-
SQL performance testing
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 …
-
New Feature - URL Explorer
Monday, October 17, 2022 in News
An exciting new feature was added in Real Load v4.7.3. The URL Explorer feature allows you to quickly handle session specific random values that might appear in your load test script requests and responses. In a nutshell, this is how things work: …
-
Oracle async I/O... A world of a difference
Monday, June 06, 2022 in News
While running a load test against an API product that I have to deal with in my other day to day job, I’ve noticed something in both the results and at the OS level (… on the DB server) that didn’t make much sense. Odd results The …