<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CalDAV Tester</title><link>https://sourceforge.net/p/coils/wiki/CalDAV%2520Tester/</link><description>Recent changes to CalDAV Tester</description><atom:link href="https://sourceforge.net/p/coils/wiki/CalDAV%20Tester/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 05 Sep 2013 12:30:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/coils/wiki/CalDAV%20Tester/feed" rel="self" type="application/rss+xml"/><item><title>CalDAV Tester modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/CalDAV%2520Tester/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
-[Clients] [Development]
+[Clients] [Development] [CalDAV] [WebDAV]

 #CalDAV Tester

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Thu, 05 Sep 2013 12:30:56 -0000</pubDate><guid>https://sourceforge.net9d6f6d27a1b33f47bffeecba906ab8f048448d42</guid></item><item><title>CalDAV Tester modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/CalDAV%2520Tester/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-[Clients]
+[Clients] [Development]

 #CalDAV Tester

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Thu, 05 Sep 2013 12:29:27 -0000</pubDate><guid>https://sourceforge.net7869d0cb1749033b213354c73bec950ecc967f81</guid></item><item><title>CalDAV Tester modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/CalDAV%2520Tester/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -4,3 +4,34 @@

    - [CalDAV Tester Home Page](https://trac.calendarserver.org/wiki/CalDAVTester)

+Most of the below was originally cut-n-pasted from the CalDAV Tester home page.
+
+##Configuring CalDAVTester
+
+As provided, CalDAVTester is already setup to operate with a Calendar Server running on the localhost using the caldavd-test.plist configuration. No changes are needed to the configuration files to run.
+
+CalDAVTester uses XML files for its configuration and tests, and a series of data files for data sent to the server.
+
+   - The "serverinfo" configuration is stored in scripts/servers. That file defines details about the server being tested (its host name, port etc) as well as information about how the server is setup with user accounts for testing. CalDAVTester requires a certain number of user accounts to be present on the server being tested in order to perform the requird tests. The "serverinfo" configuration file allows you to specify the details for each account, including user name, password, path to calendars etc. These values are substituted into the tests via a string subtitution. The values can also be substituted into the data files as needed. 
+   - The "caldavtest" test files are stored in scripts/tests. There are multiple test scripts each of which defines a set of tests to be executed against the server. Each test has a  section where any required setup can be done (e.g. storing resources on the server needed for the test), and an  section where clean-up can occur (e.g., removal of resources added during ). Multiple  can be specified. Each suite can contain multiple . Each test can include one or more 's. A request carries out an HTTP transaction with the server and optionally verifies the result. 
+
+##Running CalDAVTester
+
+First make sure your CalDAV server is up and running, then do the following:
+
+cd into the CalendarServer directory
+
+    ./testserver
+
+This will run all CalDAV and CardDAV tests.
+
+If you want explicit control of what tests are run, do the following:
+
+cd into the CalDAVTester directory
+
+    export PYTHONPATH=`./run.py -p`
+    ./testcaldav.py &lt;/pre&gt;&lt;pre&gt;
+
+where &lt;/pre&gt;&lt;pre&gt; is one of the .xml files in the CalDAVTester/scripts/test directory. For example, to run the 'well-known.xml' test for CalDAV, you would execute:
+
+    ./testcaldav.py CalDAV/well-known.xml
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Thu, 05 Sep 2013 12:27:40 -0000</pubDate><guid>https://sourceforge.netfab72f6246824ddc8f1ed7723613ab7323ab242f</guid></item><item><title>CalDAV Tester modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/CalDAV%2520Tester/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a class="alink" href="/p/coils/wiki/Clients/"&gt;[Clients]&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="caldav-tester"&gt;CalDAV Tester&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="https://trac.calendarserver.org/wiki/CalDAVTester" rel="nofollow"&gt;CalDAV Tester Home Page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Thu, 05 Sep 2013 12:22:46 -0000</pubDate><guid>https://sourceforge.net1bae4269fb6b71b6da21a088a4381f446591ff25</guid></item></channel></rss>