I'm using RestAssured with Java, I need to automate api test against statistic, meaning I need to call certain end point thousands of times and establish a baseline and then do actual test against that base line. For example if I hit one end point 10k times certain fields from response might not show up 10% of the time - not an issue, if they don't return in %20+ of the time its an issue. Trying to come up with logic ... any suggestions? Thanks in advance
Asked
Active
Viewed 54 times