On Thu, Nov 10, 2005 at 09:57:51AM -0800, S G wrote:
> Does anyone know if there is something in Selenium that logs results
> of the test cases? Or has anyone come up with a solution or custom
> way to do that?

When you run Selenium in auto test mode (auto=true), selenium will
post the results to /postResults (by default).  I have a simple CGI
script that will accept the result POST and then archive it to my
results reporting system.

When you're just running the tests manually, (Clicking "Run") I don't
think it can write the results anywhere.

Luke

-- 
Luke Closs
PureMessage Developer 
There is always time to juggle in the Sophos Zone.
_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to