6 Replies Latest reply on Apr 4, 2010 8:00 PM by sait

    Testing Seam App with JMeter

    sait

      Hi all,


      I want to know how to use JMeter with Seam application. I have used JMeter before. So I used JMeter's HTTP Proxy Server feature to record a user http requests on server. But recorded request can not be exacuted properly. At first, I got an exception mentioned at here. I have resolved it by adding com.sun.faces.enableRestoreView11Compatibility  as true in web.xml. I checked recorded HTTP requests and login credentials. Credentials were correct. But after posting login page with correct credentials, server redirects to login page with a message You must login first. JMeter can not login with recorded HTTP requests.


      Does JMeter work with Seam properly? Do you have any idea or experience?