>I can capture the 2 text by using assertions but I cannot get measurements
>on how fast each text is showing in the page.
This doesnt make sense.
If i think you mean what i think then
a. The text that shows up is the result of a server side HTTP call (usually
via some AJAX mechanism) in which case the time is the time it takes for
that request which would be a separate sampler in JMeter (plus some browser
time)
b. The text that shows up is part of some javascript code - the HTML would
already have this text and there is no time measurement for this in jmeter .
The javascript execution time cannot be captured in jmeter.

regards
deepak


On Fri, Jun 3, 2011 at 12:37 PM, Dan Nux <dan...@gmail.com> wrote:

> Hello,
>
> Is there a way to capture the response time for assertions inside of an
> step. For instance:
>
> Login step will have 2 different text assertions. There are 2 different
> text
> that will
> appear at different times during this step.
>
> I can capture the 2 text by using assertions but I cannot get measurements
> on how fast each text is showing in the page.
>
> Is there a way to do that?
>
> I tried different kind of Listeners and I could not get any measurements. I
> just got the step response time.
>
> Thanks,
> Dan
>

Reply via email to