Hi All,
I have different test criteria for performance test
for example
for initial page load when
(1) a 1 week date range should take <= 3 seconds to run;
(2) a 1 month date range should take <= 5 seconds to run
user applies a filter and when # of filters <=2, then across
(1) a 1-week date range should take <= 10 seconds to “run”;
(2) a 1-month date range should take <= 15 seconds to “run”.
Like this I have 6 different test criteria how to handle this test
Thanks in Advance!!!