----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
> The MS (believe it or not..even though they are going down now that the
> courts are ruling against them ;) has a testing product which looked
> interesting. Its free too. It basically records your steps on your site,
> then plays them back in sequence, but allows you to set the number of
users
> to simulate.
I'll have to look into it.
> From the sounds of it, you basically want test automation of your
site..not
> just load-testing. Which is a good thing, but not specific to just seeing
> if 500 users hit your site at the same time..your site can handle it
fairly
> reasonably.
Not just 'automation' in your definition. I am hitting a database on the
backend and I want to know if my hardware/database/schema/index setup can
handle the load. I cannot test this by telling 500 instances of a tool to
login as the same user and execute the same test. As this is a data entry
app, all users need to do seemingly random things. If all 500 test
instances go for the same page, the DB query will obviously be cached, and I
won't know if my DB can handle the load that my servlet engine(s) can. That
may seem backwards, but since JServ was built so beautifully (Thanks
everyone), I can linearly scale my servlet engine by adding more nodes. The
database needs to be able to keep up with that. That is what I am trying to
test. Thus the need for an 'intelligent' testing tool.
Scott
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]