Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 16290 invoked from network); 30 Nov 2006 09:54:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2006 09:54:39 -0000 Received: (qmail 8896 invoked by uid 500); 30 Nov 2006 09:54:47 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 8278 invoked by uid 500); 30 Nov 2006 09:54:45 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 8267 invoked by uid 99); 30 Nov 2006 09:54:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 01:54:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of www.bkk@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 01:54:34 -0800 Received: by ug-out-1314.google.com with SMTP id m2so2661140ugc for ; Thu, 30 Nov 2006 01:54:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RbB9QjX2txrJcgT4wefZOE+NUfwvehBqdqH3lJ5MOy/O+VjYvpTqNTZ5Qo96T43KpYYVZmwSeqkVfEJrB9dM4rNsczqjQ14wa7jnqsHH19uZ4WzUzGR0C9ahedMWscg4kd/84S5/kIXfyS6n4lb2l6COjTI1WLK+EoBHrGYCGKE= Received: by 10.78.204.7 with SMTP id b7mr3384741hug.1164880453069; Thu, 30 Nov 2006 01:54:13 -0800 (PST) Received: by 10.78.133.7 with HTTP; Thu, 30 Nov 2006 01:54:12 -0800 (PST) Message-ID: <2ed2f49c0611300154w6aa80fe3t8f451499919aabb2@mail.gmail.com> Date: Thu, 30 Nov 2006 15:24:12 +0530 From: "Krishnakumar B" To: dev@geronimo.apache.org Subject: Query related to test framework MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am trying to understand how the test framework works and what kind of integration test scenarios can be covered using the test suite. I have some doubts that may sound stupid and they are listed below. * Can this be used only for browser(console) related tests. * What kind of functionality can i test using the suite. Is it components like deployment, console only or other features in the server like SSO, Virtual hosts, Database Pools etc. ( For e.g - If i want to test SSO can i write a test case and use a suitable app with the test suite to check all options in SSO) Regards Krish