1 Reply Latest reply on Mar 4, 2008 9:50 AM by ssilvert

    Use of JsfUnit as an enhanced HttpUnit

    mjdenham

      Would it be possible to use the HttpUnit wrapper code from JsfUnit without the cactus code and consequently without the necessity to enhance the war.

      I ask this because we used HttpUnit a lot before we switched to jsf and RichFaces and liked the ability to test any deployment remotely without requiring an enhanced war.

      Thanks

      Martin

        • 1. Re: Use of JsfUnit as an enhanced HttpUnit
          ssilvert

          So you want to use JSFUnit outside the container? The wrapper code relies on knowledge of the JSF component tree, which simplifies the API. So to do this you would need to get all the client ID's for all the components and ship it to the client.

          So it's possible, but it can't be done right now.

          There is tremendous advantage to in-container tests. Otherwise, you are just doing black box testing, which is much more brittle.

          Interesting idea though. Maybe I'll try it at some point.

          Stan