Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 48657 invoked from network); 29 Jan 2004 22:21:28 -0000 Received: from unknown (HELO fep03-mail.bloor.is.net.cable.rogers.com) (66.185.86.73) by daedalus.apache.org with SMTP; 29 Jan 2004 22:21:28 -0000 Received: from rogers.com ([64.80.115.147]) by fep03-mail.bloor.is.net.cable.rogers.com (InterMail vM.5.01.05.12 201-253-122-126-112-20020820) with ESMTP id <20040129222128.ICTS173667.fep03-mail.bloor.is.net.cable.rogers.com@rogers.com> for ; Thu, 29 Jan 2004 17:21:28 -0500 Message-ID: <40192324.8020201@rogers.com> Date: Thu, 29 Jan 2004 10:13:40 -0500 From: "J. B. Rainsberger" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Cactus Users List Subject: Re: Help: TEsting JSP References: <20040129031426.26410.qmail@india.com> In-Reply-To: <20040129031426.26410.qmail@india.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH PLAIN at fep03-mail.bloor.is.net.cable.rogers.com from [64.80.115.147] using ID at Thu, 29 Jan 2004 17:21:28 -0500 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ganesh Navsupe wrote: > Hi JB, > I am a student on Computer engg. Stream. And interested in learning this technology. I want to do some small tests. So i have choosen this arraylist. I had implemented the test cases for these operations for JUnit. > But i am not getting How i do same thing for jsp testing of same thing. > Thats why? > > CAn you help me out? Well, first, there is no need to test a Java class within a JSP, so learning how to do that doesn't help you very much. Instead, just test StringArray in a normal JUnit test. So: the next question is, what might go wrong when using a JSP that you'd like to test? -- J. B. Rainsberger, Diaspar Software Services http://www.diasparsoftware.com :: +1 416 791-8603 Let's write software that people understand