We have a mix of JDBC and service request steps in our test cases. I was wondering if we can have the statistical numbers only include the service requests so it won't affect TPS (transaction per second), and have JDBC steps excluded? We would still wish to run the JDBC to validate the assertions in the service request steps but just not include them as a part of the statistical calculation.
Is there a way to accomplish this?