webtest

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 geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
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.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.