ContributionsMost RecentMost LikesSolutionsPerformance test with Load Type: Rate does not run scenarios in parallel? Having multiple scenarios and using VU load type runs them in parallel as expected. Load type rate doesn't run more than one scenario. Is this intended? Is there a way to run multiple scenarios with "rate" load type? Time assertion - parallel steps? Hello, Is there some way to run test case steps in parallel? What I want to do is something like this: 1 - Send an HTTP request, which will trigger a message to be written into a kafka topic. 2 - Read the message from the kafka topic 3 - Measure how much time passed from the moment the HTTP request was sent until the time the message was read by the readyAPI kafka consumer. It doesn't look like this is really possible, since, if there is a step for the HTTP request and then a next step with a kafka consumer, the time needed to start up the kafka consumer and to connect to the broker will be added, potentially making the entire test case take much longer. This wouldn't happen if the kafka consumer was already running. Also, if this is done as a performance test (where the time taken for each run of the test case is shown) the total time would be inflated for the same reason. Any ideas? Or is there something I'm missing that makes such a test possible? Re: JDBC test steps do not work anymore after upgrading to v3.51.0 It looks like this hasn't been fixed yet in version 3.53 Multiple Kafka consumers performance test Hello, Is there a way to create an arbitrary number of separate Kafka consumers in a ReadyAPI performance test? The purpose would be to test performance when there are multiple independent consumers reading from Kafka at the same time. Using a Kafka API and simply calling a test case that only consumes does not work correctly. It appears to be reusing the same consumer and constantly failing due to having already subscribed to the topic. This does not change regardless of "Load Type" choice. Broken links in test results HTML generated by testrunner.bat There are broken links in the HTML test results generated by testrunner.bat In Windows, using ReadyAPI version 3.48 How to reproduce: 1 - Create a project that has a period in its name (e.g. Project1.0) 2 - Run the tests through the commandline, using testrunner.bat with the flags -A -r -j -I -f <output file> "-RJUnit-Style HTML Report" -FXML <project file> 3 - Open the index.html on a browser There are broken links in the HTML (they can also be seen directly in the "frame" html files that have been generated in the test results output directory). The reason they are broken is that the period "." character in the project name (and corresponding directory now created in the test results directory) has been replaced with a "/".