webtest

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » Testing » webtest 
Canoo WebTest
License:
URL:http://webtest.canoo.com
Description:Canoo WebTest is a free open source tool for automated testing of web applications.
Package NameComment
com.canoo.ant.filter
com.canoo.ant.table
com.canoo.ant.table.test
com.canoo.ant.task
com.canoo.webtest.ant Classes associated with the core ANT tasks for WebTest
com.canoo.webtest.boundary Classes which wrap various Exceptions and error conditions which for coverage purposes we currently don't want to bother testing. If you add test(s), move the relevant part(s) out of boundary into util (or another appropriate place).
com.canoo.webtest.engine Core of processing the WebTests.
com.canoo.webtest.engine.xpath XPath related functionalities.
com.canoo.webtest.extension Extension Steps for Canoo WebTest.
com.canoo.webtest.extension.applet Classes for applet extension steps.
com.canoo.webtest.extension.applet.awt AWT implemented classes for applet extension steps.
com.canoo.webtest.extension.applet.cookie

Contains functional tests for the cookie-support.

ShowHeaders is a simple servlet that sends back all the headers it received in a simple text stream.

I use it to verify that the applet runner correctly support cookies: the test goes to the applet test page in way that ensures that a well known cookie is set; one of the test applet calls the ShowHeaders servlet and displays its anwser in a text field; a jemmy scenario then checks that the text field contains the expected cookie.

com.canoo.webtest.extension.applet.jemmy Classes for applet extension steps related to Jemmy testing framework.
com.canoo.webtest.extension.applet.parameter Classes to test the handling of parameters by the applet. The scenario makes the applet submits the scenario's parameters to a form that sends back an html page.
com.canoo.webtest.extension.applet.runner Applet extension steps helper classes for running applets.
com.canoo.webtest.extension.applet.runner.http Applet extension steps helper classes related to http for running applets.
com.canoo.webtest.extension.applet.runner.https Applet extension steps helper classes related to https for running applets.
com.canoo.webtest.extension.applet.swing Swing implemented classes for applet extension steps.
com.canoo.webtest.extension.dialogs Classes for Dialog Handling extension steps.
com.canoo.webtest.extension.groovy Classes for groovy extension.
com.canoo.webtest.extension.spider Classes for spider extension.
com.canoo.webtest.interfaces All the interfaces that serve as contractors between packages.
com.canoo.webtest.plugins.emailtest Classes implementing Email checking steps.
com.canoo.webtest.plugins.exceltest Classes implementing Excel checking steps.
com.canoo.webtest.plugins.pdftest Classes implementing PDF checking steps.
com.canoo.webtest.plugins.pdftest.htmlunit This package contains the interfaces definitions of the elements building PDFPage for integration in HtmlUnit.
Contrary to other HtmlUnit "pages", the page for PDF documents is only defined an interface allowing to use different PDF parsing libraries.
This package should be integrated in HtmlUnit directly once it is mature.
com.canoo.webtest.plugins.pdftest.htmlunit.pdfbox This package provides an implementation of PDFPage based on PDFBox.
This package should be integrated into HtmlUnit directly once it is mature.
com.canoo.webtest.reporting Reporting the results of the WebTest run.

Result formats can be personalized. Current formats are PlainText and XML.

com.canoo.webtest.security Classes implementing features needed for secure connections.
com.canoo.webtest.self The Web Application that is used by Canoo WebTest to serve as a mirror for the internal selftest.

WebTest comes with some sample tests that assume that there is a this Web Application running somewhere, be it on your local machine, in your intranet or even over the internet. You can always run it against the installation of the selftest Web Application that runs at the canoo development site.

com.canoo.webtest.steps The steps that can be nested in <webtest><steps>
com.canoo.webtest.steps.control Steps for grouping or conditional branching.
com.canoo.webtest.steps.form Steps for setting information into forms.
com.canoo.webtest.steps.locator Package of all locators used by steps.
com.canoo.webtest.steps.request Steps that invoke a request in order to receive a new page.
com.canoo.webtest.steps.store Steps that store various extracted information into properties.
com.canoo.webtest.steps.verify All Verification steps.
com.canoo.webtest.util Utility classes.
w___w__w_.__j__a__va__2_s__.___c_o_m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.