Can webtest test dynamically generated html content? I am testing an application with javascript, dwr and Ajax fies. When testing against the server, error says "no suitable form found having field named 'xxx'". When testing against local machine, view error page doesn't show the whole section that calls Ajax functions. I have problem producing the same error on my local machine, it returns "unexpected exception caught" error when I tried login to the testing page.
I wonder if anyone has encountered similar problems testing dynamically generated content? What are some solutions? ~Lily

