Photos Plugin RedLine13

Releasing Photos Plugin for Load Testing In addition to the other plugins that we have recently launched, we’ve created a RedLine13 Photos plugin for custom load tests. The Photos plugin allows users to simulate an upload workload by dynamically creating photos and doing a Post to an endpoint. Once you have installed the plugin (see plugin installation guide), you can have the plugin generate photos and then upload them to S3. Use Case This plugin wasRead More →

We have added an API for setting the Progress Bar.  You can use this in custom tests to set the progress bar on the dashboard.  You can see some examples below. recordProgress($testNum, $percent) – This records the progress (between 0 and 100) of a single test. This allows you to enable more accurate progress than the default, which is based only on the number completed vs. the test size.Read More →