Easily Simulate Multiple User Paths with Random Data
Replaying a recorded test will execute all the requests in their original form. This approach is not practical for realistic load testing, since real-world users of your application or website would not all be working with the same application data or navigation through your website. Test Randomization is the process of creating variations on an original test.
Reduce Test Setup Time
CloudPuncher supports randomization of requests through configurable data 'catalogs'. Additional variables that can be introduced with test randomization include static data sources, such as files and database queries.