If it works from the browser the problem isnt your application. Your Jmeter
isnt sending exactly the same thing as your browser (it might be a session
id or a cookie which is dynamic, did you add a cookie manager?). You need to
compare each request from the browser with the corresponding request from
jmeter and identify differences
regards
deepak

On Fri, Dec 4, 2009 at 10:48 AM, Oguz Yarimtepe <[email protected]> wrote:

> On Fri, 4 Dec 2009 09:04:11 -0800
> Deepak Shetty <[email protected]> wrote:
>
> > All problems of this class answered by
> >     http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour
> > essentially Compare browser(livehttpheaders, fiddler) to Jmeter(view
> results
>
> After reading the wiki page i checked my code again and realised that
> nothing is wrond at the PHP application part. When i run the test for PHP
> application, i can see that inserts and gets data as expected.
>
> But at my web2py application is not behaving as i expected. I recorded
> again with the Http Proxy Server, and replayed it as i had done for PHP
> application. Indeed it replays but POST values are not inserted at the db.
> Can it be because web2py is using db api at the background?
>
> > tree listener) , add assertions to your tests to see where it fails...
> >
> > regards
> > deepak
>
>
> --
> Oguz Yarimtepe <[email protected]>
>

Reply via email to