We are using JSF2.0 for our application ,we are using QA Load to load testing.
When we submit a jsf form manually ,i can see in the phase listener it is calling all the 6 phases.
But when we do through automation in QALoad tool , we could see only two phases RestoreView and RenderResponse for the same Form submit.
What could be reason ,it skips the other phases Apply Values..process validations...when we do through automation? Is the Http request is not correct.
Thanks Vijay