You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by vipul borikar <vi...@gmail.com> on 2012/06/05 05:50:34 UTC

Visualization Web App Testing

Hi,
     I just want to know whether JMeter can be used to load Test a Geo
Visualization Web application just like Google Maps.

Can we do it and How? I have not put my Hands on JMeter.

-- 
Thanks

Vipul Borikar
"Our task must be to free ourselves...by widening our circle of compassion
to embrace all living creatures and the whole of nature and its beauty."

Re: Visualization Web App Testing

Posted by vipul borikar <vi...@gmail.com>.
Ok,  Let me try my Hand on Jmeter .. thanks for the Tip   :)

On Tue, Jun 5, 2012 at 10:01 AM, Haikal <ha...@gmail.com> wrote:

> Well, I think what happens when the user did drag the Map is:
> The application submit ajax queries behind the screens in a certain
> format, and receives the response also in the background.
> But since this communication is done in HTTP,  JMeter will be able to
> read these data communication.
>
> The same with any operation user did, client side script will
> translate user action into ajax request (and send it to the web server
> as HTTP request), and when the (HTTP) response received by the
> browser, client side javascript will reflect the state as received
> data.
>
> Regards,
>
> Haikal
>
> On Tue, Jun 5, 2012 at 11:11 AM, vipul borikar <vi...@gmail.com>
> wrote:
> > Hi,
> > Thanks for the Response...
> > I don't have much idea about how the Application is built and little idea
> > of urls.
> > But yes you are right the application has single page with a single
> URL...
> > The user try to move the mouse, drag the Maps and Draw some figures using
> > Brush like utility and saves it...
> > So actually the URL of the page doesn't change.. I don't know how to
> > simulate the whole process...
> > Only thing i can do is test load the single URL which i tried with apache
> > Bench ( ab ) ... but i don't think its a full proof test...
> >
> > On Tue, Jun 5, 2012 at 9:27 AM, Haikal <ha...@gmail.com> wrote:
> >
> >> Concerning your case, what accross my mind is:
> >> - I assume that your application receive a single url point with
> >> several parameters in the url
> >> - Application will response with an html page that fetch multiple
> >> image resource based on a certain parameter (I guess the image url
> >> itself is the parameter)
> >> - so, what you have to do is to map the input parameter and the
> >> possible correct html response (this is only for verifying that your
> >> application still function correctly)
> >> - anyway, for the performance test itself, what you should do is only
> >> provide the correct url input in the html sampler.
> >>
> >> correct me if i'm wrong
> >>
> >> ~haikal
> >>
> >>
> >>
> >> On Tue, Jun 5, 2012 at 10:50 AM, vipul borikar <vi...@gmail.com>
> >> wrote:
> >> > Hi,
> >> >     I just want to know whether JMeter can be used to load Test a Geo
> >> > Visualization Web application just like Google Maps.
> >> >
> >> > Can we do it and How? I have not put my Hands on JMeter.
> >> >
> >> > --
> >> > Thanks
> >> >
> >> > Vipul Borikar
> >> > "Our task must be to free ourselves...by widening our circle of
> >> compassion
> >> > to embrace all living creatures and the whole of nature and its
> beauty."
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> >> For additional commands, e-mail: user-help@jmeter.apache.org
> >>
> >>
> >
> >
> > --
> > Thanks
> >
> > Vipul Borikar
> > "Our task must be to free ourselves...by widening our circle of
> compassion
> > to embrace all living creatures and the whole of nature and its beauty."
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>


-- 
Thanks

Vipul Borikar
"Our task must be to free ourselves...by widening our circle of compassion
to embrace all living creatures and the whole of nature and its beauty."

Re: Visualization Web App Testing

Posted by Haikal <ha...@gmail.com>.
Well, I think what happens when the user did drag the Map is:
The application submit ajax queries behind the screens in a certain
format, and receives the response also in the background.
But since this communication is done in HTTP,  JMeter will be able to
read these data communication.

The same with any operation user did, client side script will
translate user action into ajax request (and send it to the web server
as HTTP request), and when the (HTTP) response received by the
browser, client side javascript will reflect the state as received
data.

Regards,

Haikal

On Tue, Jun 5, 2012 at 11:11 AM, vipul borikar <vi...@gmail.com> wrote:
> Hi,
> Thanks for the Response...
> I don't have much idea about how the Application is built and little idea
> of urls.
> But yes you are right the application has single page with a single URL...
> The user try to move the mouse, drag the Maps and Draw some figures using
> Brush like utility and saves it...
> So actually the URL of the page doesn't change.. I don't know how to
> simulate the whole process...
> Only thing i can do is test load the single URL which i tried with apache
> Bench ( ab ) ... but i don't think its a full proof test...
>
> On Tue, Jun 5, 2012 at 9:27 AM, Haikal <ha...@gmail.com> wrote:
>
>> Concerning your case, what accross my mind is:
>> - I assume that your application receive a single url point with
>> several parameters in the url
>> - Application will response with an html page that fetch multiple
>> image resource based on a certain parameter (I guess the image url
>> itself is the parameter)
>> - so, what you have to do is to map the input parameter and the
>> possible correct html response (this is only for verifying that your
>> application still function correctly)
>> - anyway, for the performance test itself, what you should do is only
>> provide the correct url input in the html sampler.
>>
>> correct me if i'm wrong
>>
>> ~haikal
>>
>>
>>
>> On Tue, Jun 5, 2012 at 10:50 AM, vipul borikar <vi...@gmail.com>
>> wrote:
>> > Hi,
>> >     I just want to know whether JMeter can be used to load Test a Geo
>> > Visualization Web application just like Google Maps.
>> >
>> > Can we do it and How? I have not put my Hands on JMeter.
>> >
>> > --
>> > Thanks
>> >
>> > Vipul Borikar
>> > "Our task must be to free ourselves...by widening our circle of
>> compassion
>> > to embrace all living creatures and the whole of nature and its beauty."
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> For additional commands, e-mail: user-help@jmeter.apache.org
>>
>>
>
>
> --
> Thanks
>
> Vipul Borikar
> "Our task must be to free ourselves...by widening our circle of compassion
> to embrace all living creatures and the whole of nature and its beauty."

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: Visualization Web App Testing

Posted by vipul borikar <vi...@gmail.com>.
Hi,
Thanks for the Response...
I don't have much idea about how the Application is built and little idea
of urls.
But yes you are right the application has single page with a single URL...
The user try to move the mouse, drag the Maps and Draw some figures using
Brush like utility and saves it...
So actually the URL of the page doesn't change.. I don't know how to
simulate the whole process...
Only thing i can do is test load the single URL which i tried with apache
Bench ( ab ) ... but i don't think its a full proof test...

On Tue, Jun 5, 2012 at 9:27 AM, Haikal <ha...@gmail.com> wrote:

> Concerning your case, what accross my mind is:
> - I assume that your application receive a single url point with
> several parameters in the url
> - Application will response with an html page that fetch multiple
> image resource based on a certain parameter (I guess the image url
> itself is the parameter)
> - so, what you have to do is to map the input parameter and the
> possible correct html response (this is only for verifying that your
> application still function correctly)
> - anyway, for the performance test itself, what you should do is only
> provide the correct url input in the html sampler.
>
> correct me if i'm wrong
>
> ~haikal
>
>
>
> On Tue, Jun 5, 2012 at 10:50 AM, vipul borikar <vi...@gmail.com>
> wrote:
> > Hi,
> >     I just want to know whether JMeter can be used to load Test a Geo
> > Visualization Web application just like Google Maps.
> >
> > Can we do it and How? I have not put my Hands on JMeter.
> >
> > --
> > Thanks
> >
> > Vipul Borikar
> > "Our task must be to free ourselves...by widening our circle of
> compassion
> > to embrace all living creatures and the whole of nature and its beauty."
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>


-- 
Thanks

Vipul Borikar
"Our task must be to free ourselves...by widening our circle of compassion
to embrace all living creatures and the whole of nature and its beauty."

Re: Visualization Web App Testing

Posted by Haikal <ha...@gmail.com>.
Concerning your case, what accross my mind is:
- I assume that your application receive a single url point with
several parameters in the url
- Application will response with an html page that fetch multiple
image resource based on a certain parameter (I guess the image url
itself is the parameter)
- so, what you have to do is to map the input parameter and the
possible correct html response (this is only for verifying that your
application still function correctly)
- anyway, for the performance test itself, what you should do is only
provide the correct url input in the html sampler.

correct me if i'm wrong

~haikal



On Tue, Jun 5, 2012 at 10:50 AM, vipul borikar <vi...@gmail.com> wrote:
> Hi,
>     I just want to know whether JMeter can be used to load Test a Geo
> Visualization Web application just like Google Maps.
>
> Can we do it and How? I have not put my Hands on JMeter.
>
> --
> Thanks
>
> Vipul Borikar
> "Our task must be to free ourselves...by widening our circle of compassion
> to embrace all living creatures and the whole of nature and its beauty."

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org