You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2008/08/08 15:29:20 UTC

[Myfaces Wiki] Update of "PerformanceTestingWithJMeter" by RicardoRamirez

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by RicardoRamirez:
http://wiki.apache.org/myfaces/PerformanceTestingWithJMeter

------------------------------------------------------------------------------
  
  In addition to the above "standard" variables you will need to add parameters in the same format for all form elements that are part of your request.
  
+ == Some notes ==
+ 
+ For the extracted view, remember to check the "Encoded" box, otherwise the view will be sent as-is including special characters and it will not be restored in the server. This leads to unexpected behaviour, one of them is an "_ErrorPageWriter.isText" exception (as of myfaces 1.1.7), or a "view cannot be restored" message
+ 
+ For the rest of the values, try to use the already encoded id, eg:
+ use: myForm%3A_link_hidden_
+ and you should leave the "Encoded" checkbox off
+ 
+ You could also use the whole id, eg:
+ Use: myForm:link_hidden_
+ but if you do that, you must remember to mark the "Encoded" checkbox on JMeter
+ 
+ 
+ 
+ == Alternative ==
+ 
+ You could also use the xPath extractor instead of the Regex for getting the view information
+