<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Project creation</title><link>https://sourceforge.net/p/bubik/wiki/Project%2520creation/</link><description>Recent changes to Project creation</description><atom:link href="https://sourceforge.net/p/bubik/wiki/Project%20creation/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 28 Jan 2012 08:24:58 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bubik/wiki/Project%20creation/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Project creation modified by Bartek Wilczek</title><link>https://sourceforge.net/p/bubik/wiki/Project%2520creation/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -18,4 +18,4 @@
         ...
         &lt;my_project_n&gt;
 
-Once these directories for new project are created settings in bubik.ini should be updated. When this is done it's time to [Test creation](create some tests) for this project. 
+Once these directories for new project are created settings in bubik.ini should be updated. When this is done it's time to [create some tests](Test creation) for this project. 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bartek Wilczek</dc:creator><pubDate>Sat, 28 Jan 2012 08:24:58 -0000</pubDate><guid>https://sourceforge.nete29d741209e976cde30115c386bbc4f0e75e0ebb</guid></item><item><title>WikiPage Project creation modified by Bartek Wilczek</title><link>https://sourceforge.net/p/bubik/wiki/Project%2520creation/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -3,4 +3,19 @@
 * **framework** that provides basic test execution mechanics and is generic to all possible projects
 * **projects** consisting of tests, and related code specific to given application under test
 
-This sourceforge project provides the framework, projects for specific applications should be created using the following directory structure:
+This sourceforge project provides the framework, projects for testing specific applications should be created using the following directory structure:
+
+    &lt;projects_root_dir&gt;  # this path is referred in bubik.ini 'project_dir' setting
+        &lt;my_project_1&gt;   # set 'default_project' in bubik.ini to 'my_project_1' to work on in
+            tests        # directory where tests are saved (required)
+                MyTestA  # test name
+                    MyTestA.test  # test logic implementation (required)
+                    MyTestA.csv   # parameters for multiple execution of same test 
+            const        # directory where ini files with project's constants and settings
+            handlers     # directory storing project specific handlers
+            reporters    # directory storing project specific reporters
+        &lt;my_project_2&gt;
+        ...
+        &lt;my_project_n&gt;
+
+Once these directories for new project are created settings in bubik.ini should be updated. When this is done it's time to [Test creation](create some tests) for this project. 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bartek Wilczek</dc:creator><pubDate>Sat, 28 Jan 2012 08:24:24 -0000</pubDate><guid>https://sourceforge.net1ca810d4b12684b5350c04399e0fa6f1d65d3527</guid></item><item><title>WikiPage Project creation modified by Bartek Wilczek</title><link>https://sourceforge.net/p/bubik/wiki/Project%2520creation/</link><description>Bubik's environment consists of:

* **framework** that provides basic test execution mechanics and is generic to all possible projects
* **projects** consisting of tests, and related code specific to given application under test

This sourceforge project provides the framework, projects for specific applications should be created using the following directory structure:</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bartek Wilczek</dc:creator><pubDate>Fri, 27 Jan 2012 20:35:30 -0000</pubDate><guid>https://sourceforge.net509781cd19b54655eea4a19e1bf66781abde682d</guid></item></channel></rss>