Hi,
    I am getting response code 200 from server, but the problem is the data is 
not submitted into the database. All the requests are RPC requests. I can see 
different sessionid are assigned for the users for every hit on the serve page. 
I can see this in the server log. Any docment on GWT testing with Jmeter is 
appreciated or links...

Thanks
Hari

-----Original Message-----
From: Deepak Shetty [mailto:[email protected]] 
Sent: Friday, August 28, 2009 1:39 PM
To: JMeter Users List
Subject: Re: Issue with GWT Application

hi
a. By default JMeter errors are  HTTP errors(5xx or 4xx status codes). You
must add response assertions based on what your page should have (e.g.
Success should be displayed, title of the page should be X, there should be
no error messages etc depending on your app) if you want your app to show up
as errors
b.  Qts like these been answered multiple times in these forums, please
search the archives. There is also documentation on what to do when the
browser works but jmeter doesnt seem to. You might have recorded the
sessionids when you recorded the script and you are resending the requests
with the same session id  (or no session id) or you probably arent using an
HTTPCookie manager.

regards
deepak

On Fri, Aug 28, 2009 at 1:14 PM, Hari Kishore <[email protected]>wrote:

> Hi All,
>                    We have a GWT application I recording the script using
> http proxy. When I replay the script I am not able to submit the data into
> the database after action clicks . But Jmeter runs without any issues.  But
>   if we see the Response header no information is shown or it says session
> expired. Can anybody help me how to work with GWT / AJAX  Load testing using
> Jmeter...
>
>
> Thanks
> Hari
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to