Using JSP To test another JSP
843835Dec 30 2002 — edited Jan 19 2003I have been entitled to develop a JSP application which can test other JSPs.It is used for Unit and Acceptance Testing. I want to suply a value in a HTML object like a textbox or a combo box and submit that page. I should not bother the JSP which i intend to Test. It should be fully external test.
Please give me some tips.