How to test error messages in JSF with HttpUnit
"Chen, Wei" <[email protected]>
| Newsgroups | gmane.comp.web.httpunit.devel |
|---|---|
| Message-ID | <3CE2357CC7BEFF4CA1BE7012C757D2DC7E76D9@WIN100A050.verband.creditreform.de> |
Hi, I am going to use httpunit to test my web application written in JSF. If you've used JSF you know you normally use some validator in the JSP. If there is a validationerror, you can catch it by using <h:messages.../> etc. What I what is: How can I catch or test such error message? Regards