Quoting David Lau <[EMAIL PROTECTED]>:

Does Selenium support Oracle 9iAS Forms Services / jinitiator ?  We are
looking for tools to do load tests of the Oracle applications running on
Oracle 9iAS Forms Services  / jinitiator.  Has anybody adopted such
combination with Selenium ?  Thanks.

Hi David.

Having never heard of "Oracle 9iAS Forms Services", I really couldn't say for sure. However, if you're talking about a web-application, and it's available via HTTP, then Selenium can probably test it.

Selenium isn't really suitable as a *load* testing tool, though, as it requires a browser, and running up multiple browsers is typically difficult, plus you've got the overhead of HTML rendering skewing your raw performance-test results. For load-testing, you're probably better off with a HTTP protocol recorder/replayer like Grinder.

--
cheers, Mike


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to