[EMAIL PROTECTED] wrote: >> ... >> is it possible that webtest clicks the right button, performs the right >> request, but fails to set the right page as the new current response? (you >> can configure the logs to > "see" more) > > that is what I assume too. I didn't manage to get more detailed log info than > in the produced report (altering log4j.properties had no effect). The report > itself does not show a recorded page after the click.
I guess that $WEBTEST_HOME/lib is not in your classpath and therefore the content of $WEBTEST_HOME/lib/log4j.properties is not considered. The best way to handle this is to use $WEBTEST_HOME/webtest.xml Marc. -- Blog: http://mguillem.wordpress.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

