MG> What about a combination JMeter / WebTest (or HtmlUnit)? 

Marc: I for one welcome this. 

DK> When you are testing performance you should send requests as quickly
DK > as possible. You don't need to spend time for parsing html,
supporting
DK > javaScript, building DOM, etc...

Dmitry, Subrahmanya: I think the traditional boundaries between
performance and functional testing will get more blurred with time.
After all, it's isn't not very useful performance testing a complex
application if it doesn't function properly and the testing application
cannot detect the misbehavior.

Kind regards,
Sonam Chauhan
-- 
Corporate Express Australia Ltd. 
Phone: +61-2-93350725, Email: [EMAIL PROTECTED]

-----Original Message-----
From: Subrahmanya Bhat [mailto:[EMAIL PROTECTED] 
Sent: Friday, 26 October 2007 4:17 AM
To: JMeter Users List
Subject: Re: Interest for a combination of JMeter with HtmlUnit /
WebTest for AJAX load testing?

Hey,

I think Dmitry has some valid points. When I used Jmeter for one of
retail
projects, the focus was more on loading the server. It was all about the
server gettting bombarded with requests and  it responding back.

Plus, I had to maintain the cpu of the load simulating machines well
below
50% to make sure that the load simulated is actually happened at the
server.
Meaning, had to keep the response processing as low as possible.

Regards
Subrahmanya A

On 10/25/07, Dmitry Kudrenko <[EMAIL PROTECTED]> wrote:
>
>
> MG> Now my questions:
> MG> - does JMeter's architecture allow to plug something like WebTest
or
> MG> HtmlUnit as "execution engine"?
> MG> - is there interest in JMeter community for such a combination?
> I am using JMeter and CanooWebTests.
>
> But as for me, there are rather different aims for performance testing
> tool and for functional testing tool.
>
> When you are testing performance you should send requests as quickly
> as possible. You don't need to spend time for parsing html, supporting
> javaScript, building DOM, etc...
>
> You should send requests for loading server. As for AJAX: It is
> possible to test AJAX applications, you don't need support
> HttpXmlRequest for this. Just send request and process the response.
> You need to implement your web client logic on JMeter plan. It is not
> very easy, but it is possible.
>
> Another problem when you want to test application and client should
> send several requests in the separate threads using one session (to
> test AJAX really asynchronous)... But I think it is another theme for
> discussion.
>
> --
> Best regards,
> Dmitry Kudrenko
> ARDAS group http://ardas.dp.ua
> mailto:[EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> 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