[Zope-CVS] CVS: Products/Zelenium - README.txt:1.6
Tres Seaver
tseaver at zope.com
Wed Apr 27 21:42:12 EDT 2005
Update of /cvs-repository/Products/Zelenium
In directory cvs.zope.org:/tmp/cvs-serv28303
Modified Files:
README.txt
Log Message:
- Document new features.
=== Products/Zelenium/README.txt 1.5 => 1.6 ===
--- Products/Zelenium/README.txt:1.5 Mon Apr 25 22:08:39 2005
+++ Products/Zelenium/README.txt Wed Apr 27 21:42:12 2005
@@ -46,6 +46,22 @@
on the table structure and the Selenese language.
+ Using Additional Metatypes as Test Cases
+
+ On the "Properties" tab of your test suite, you can add / modify
+ the list of meta_types which the suite will allow as test cases.
+ Adding "Script (Python)", for instance, allows you to define
+ test cases in PythonScripts.
+
+
+ Nesting Test Suites
+
+ Each test suite automatically includes the test cases of any
+ suite it contains. You can take advantage of this feature to
+ organize your test cases in a hierarchy, running them in separate
+ segments, or all at once.
+
+
Exporting an Archive
On the "Zip" tab, supply a filename and click the "Download" button.
More information about the Zope-CVS
mailing list