svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

could we check repsonse time in pyresttest? or is there any extension to do that #201

Closed rsukla-handy closed 8 years ago

svanoort commented 8 years ago

@rsukla-handy What do you mean? You can set timeouts or use the Benchmark element to measure and report response time(s) (including doing aggregate statistics to collect the average or median time).

rsukla-handy commented 8 years ago

I want to make sure that my responses are coming within 3-4secs otherwise my test should fail

rsukla-handy commented 8 years ago

Seems like we can set timeout to make sure responses are coming within 4 seconds :)

svanoort commented 8 years ago

Sounds like you have your answer, then :)