Am 18. Juli 2015 12:40:25 MESZ, schrieb Pravesh Prajapati 
<[email protected]>:
>Say for example as in Load runner we have SAL section where we define
>our
>expections eg:-hits per second etc.
>Does same thing is possible in jmeter.

If you want to have x req/s and have n threads,  each request must be finished 
in 
n/x seconds.

You could put a global duration assertion into your test plan to check whether 
each request finishes in time and thus have a overall check. 

It is probably a bit harder to reach this goal, since you might have long 
running and short running requests, which would balance each other out, but the 
long runners would break the limit. 

Regards, 
Felix 
>
>Regards,
>Pravesh.
>
>On Fri, Jul 17, 2015 at 10:26 AM, Felix Schumacher <
>[email protected]> wrote:
>
>>
>>
>> Am 17. Juli 2015 07:26:42 MESZ, schrieb Pravesh Prajapati <
>> [email protected]>:
>> >Hi all,
>> >Does jmeter supports goal based scenerio and defining SLA as other
>> >tools
>> >has.
>> >if yes where is the option present for setting those SLA and goal
>based
>> >scenario.
>>
>> You can add a duration assertion to your test plan or any individual
>> sampler.
>>
>> And you can look at the test results with some script and verifying
>your
>> goals.
>>
>> But I don't know what goals you really want to assert to having
>> reached/missed.
>>
>> Regards,
>> Felix
>>
>> >
>> >Regards
>> >Pravesh prajapati.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to