You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/11/23 14:02:53 UTC

svn commit: r883329 - in /ofbiz/trunk: applications/party/data/helpdata/HELP_PARTY_findparty.xml framework/testtools/data/helpdata/HELP_WEBTOOLS_selenium.xml specialpurpose/ebay/data/helpdata/HELP_EBAY_Features.xml

Author: jleroux
Date: Mon Nov 23 13:02:53 2009
New Revision: 883329

URL: http://svn.apache.org/viewvc?rev=883329&view=rev
Log:
Fix few things in help files

Modified:
    ofbiz/trunk/applications/party/data/helpdata/HELP_PARTY_findparty.xml
    ofbiz/trunk/framework/testtools/data/helpdata/HELP_WEBTOOLS_selenium.xml
    ofbiz/trunk/specialpurpose/ebay/data/helpdata/HELP_EBAY_Features.xml

Modified: ofbiz/trunk/applications/party/data/helpdata/HELP_PARTY_findparty.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/data/helpdata/HELP_PARTY_findparty.xml?rev=883329&r1=883328&r2=883329&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/data/helpdata/HELP_PARTY_findparty.xml (original)
+++ ofbiz/trunk/applications/party/data/helpdata/HELP_PARTY_findparty.xml Mon Nov 23 13:02:53 2009
@@ -13,23 +13,20 @@
 the specific language governing permissions and limitations under the
 License.
 -->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0"
+    xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
     xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
     xmlns="http://docbook.org/ns/docbook">
     <title>The Party Find help screen.</title>
-    <para>The default screen is for the Party tab is 'Find Party'. It
-        is used to locate existing parties. Vrious serach criteria can be used, either based on the
-        the general party data like name role and type but also on the postal address, telephone (Telecom) 
-        and other like  email address.
-    </para>
-    <para>
-        If the find button is pressed, a list is presented containing several columns.
-        Most colums are pretty obvious.
-    </para>
-    <para>
-        The &quot;Main Roletype&quot; need a little more explanation. In here the role is listed which is a child of the &quot;Main role"&quot;
-        roletype. It is currently set to &quot;Organisation&amp; and &quot;SFA Role&quot;. The later to be prepared to use he party in he SFA component.
-        See the marketing application for more information
-    </para>
-</section>
\ No newline at end of file
+    <para>The default screen is for the Party tab is 'Find Party'. It is used to locate existing
+        parties. Various serach criteria can be used, either based on the the general party data
+        like name role and type but also on the postal address, telephone (Telecom) and other like
+        email address. </para>
+    <para> If the find button is pressed, a list is presented containing several columns. Most
+        colums are pretty obvious. </para>
+    <para> The &quot;Main Roletype&quot; need a little more explanation. In here the role is
+        listed which is a child of the &quot;Main role"&quot; roletype. It is currently set
+        to &quot;Organisation&amp; and &quot;SFA Role&quot;. The later to be
+        prepared to use he party in he SFA component. See the marketing application for more
+        information </para>
+</section>

Modified: ofbiz/trunk/framework/testtools/data/helpdata/HELP_WEBTOOLS_selenium.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/data/helpdata/HELP_WEBTOOLS_selenium.xml?rev=883329&r1=883328&r2=883329&view=diff
==============================================================================
--- ofbiz/trunk/framework/testtools/data/helpdata/HELP_WEBTOOLS_selenium.xml (original)
+++ ofbiz/trunk/framework/testtools/data/helpdata/HELP_WEBTOOLS_selenium.xml Mon Nov 23 13:02:53 2009
@@ -17,50 +17,80 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<section xmlns="http://docbook.org/ns/docbook"
-    xmlns:xl="http://www.w3.org/1999/xlink"
+<section xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../applications/content/dtd/docbook.xsd">
-    
+    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../../applications/content/dtd/docbook.xsd">
     <title>OFBiz SeleniumXml</title>
-    <para>
-        This is a short document to help you get started using SeleniumXml to test your OFBiz application. Here is a <link xl:href="http://us.apachecon.com/presentation/materials/118/ApacheCon2008_SeleniumXml.pdf">copy of the presentation</link> that was given at the ApacheCon2008 OFBiz Conference that describes more about the project.
-    </para>
+    <para> This is a short document to help you get started using SeleniumXml to test your OFBiz
+        application. Here is a <link
+            xl:href="http://us.apachecon.com/presentation/materials/118/ApacheCon2008_SeleniumXml.pdf"
+            >copy of the presentation</link> that was given at the ApacheCon2008 OFBiz Conference
+        that describes more about the project. </para>
     <section>
         <title>Installing SeleniumXml</title>
-        <para>1. From the ofbiz directory run the following ant command to download the needed selenium- server.jar file.</para>
-        <para>2. ant download-selenium</para>
-        <para>3. ant run-install-extseed (For run install help data and example test)</para>
-        <para>4. Build the source by running “ant” in the testtools directory or your OFBIZ_HOME</para>
-        <para>You should now have everything you need to run a seleniumXml test.</para> 
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>From the ofbiz directory run the following ant command to download the
+                        needed selenium- server.jar file.</para>
+                </listitem>
+                <listitem>
+                    <para>ant download-selenium</para>
+                </listitem>
+                <listitem>
+                    <para>ant run-install-extseed (For run install help data and example
+                        test)</para>
+                </listitem>
+                <listitem>
+                    <para>Build the source by running "ant" in the testtools directory or your
+                        OFBIZ_HOME</para>
+                </listitem>
+            </orderedlist>
+        </para>
+        <para>You should now have everything you need to run a seleniumXml test.</para>
     </section>
-    
     <section>
-    <title>Running the Example Test</title>
-    
-        <para>SeleniumXml requires the selenium server to be running. The selenium server uses a default proxy port of 4444. The default port can be changed when you start the server. Selenium tries to automatically change the proxy settings in the testing browser. If you are getting communication errors with the server you may have to manually change your proxy settings in your browser.</para>
+        <title>Running the Example Test</title>
+        <para>SeleniumXml requires the selenium server to be running. The selenium server uses a
+            default proxy port of 4444. The default port can be changed when you start the server.
+            Selenium tries to automatically change the proxy settings in the testing browser. If you
+            are getting communication errors with the server you may have to manually change your
+            proxy settings in your browser.</para>
         <section>
             <title>1. Start ofbiz as normal.</title>
-            <para>Note: Before run ofbiz with selenium should changes ofbiz to use HTTP as the default at file (framework/webapp/config/url.properties) . Instead everything just works through port 8080. Selenium supports https but it is more complicated so for this introduction I have turned https off.</para>
+            <para>Note: Before run ofbiz with selenium should changes ofbiz to use HTTP as the
+                default at file (framework/webapp/config/url.properties) . Instead everything just
+                works through port 8080. Selenium supports https but it is more complicated so for
+                this introduction I have turned https off.</para>
         </section>
         <section>
             <title>2. Start the selenium server:</title>
             <para>runSeleniumServer.bat / runSeleniumServer.sh </para>
         </section>
         <section>
-            <title>3. Change the configuration for your preferred browser in the testtools/config/seleniumxml.properties file. The default is firefox (e.g. browser=*firefox) but you can change it to any of the selenium supported browsers.</title>
-            <para><link xl:href="http://seleniumhq.org/about/platforms.html#browsers">Selenium supported browsers you can find here</link></para> 
+            <title>3. Change the configuration for your preferred browser in the
+                testtools/config/seleniumxml.properties file. The default is firefox (e.g.
+                browser=*firefox) but you can change it to any of the selenium supported
+                browsers.</title>
+            <para>
+                <link xl:href="http://seleniumhq.org/about/platforms.html#browsers">Selenium
+                    supported browsers you can find here</link>
+            </para>
         </section>
         <section>
             <title>4. Run the Example test</title>
             <section>
-                <title>4.1 run the Example test  .bat/.sh file</title>
-                        <para>runSeleniumXml.bat / runSeleniumXml.sh testdef/seleniumxml/example/example_testsuite.xml</para>
-                        <para>The above test combines three different tests into a single test suite. Data is passed from one test to another to allow you to share generated data.</para>
-                        <para>You will get an assertion (or other exception) if the test fails.</para>
-                        <para>The test uses a .5 second delay for demo purposes. (see example_testsuite.xml and the setSpeed value="500"  command). You can remove this at the start of the test if you don't want the delay</para>
-                        <para>- Here are some screen shots of what you should be seeing.</para>
-                            <!--para>
+                <title>4.1 run the Example test .bat/.sh file</title>
+                <para>runSeleniumXml.bat / runSeleniumXml.sh
+                    testdef/seleniumxml/example/example_testsuite.xml</para>
+                <para>The above test combines three different tests into a single test suite. Data
+                    is passed from one test to another to allow you to share generated data.</para>
+                <para>You will get an assertion (or other exception) if the test fails.</para>
+                <para>The test uses a .5 second delay for demo purposes. (see example_testsuite.xml
+                    and the setSpeed value="500" command). You can remove this at the start of the
+                    test if you don't want the delay</para>
+                <para>- Here are some screen shots of what you should be seeing.</para>
+                <!--para>
                                 <graphic fileref="/images/seleniums/ofbizSeleniumSetup1.jpeg" height="150" width="400"></graphic>
                             </para>
                             <para>
@@ -68,26 +98,55 @@
                             </para-->
             </section>
             <section>
-                <title>4.2 run the Example test  webtools/Run Selenium</title>
-                        <para>
-                            First you need to open the file example_testsuite.xml and comment out first part.. and enable the bottom one
-                            Here is another way to run the selenium test suite and you can create new test suite for your web application. Scroll up on this page then you will see the link "Run Selenium" next to "Selenium Intro" click on that link. 
-                            On that page you will see the list of available test suites. So you can click on "Run" to run the test suite you want but please remember that the Selenium server should be started before you "run" any test.
-                            You can also create new test suite by fill in the information to the form and put the directory location of your test suite in the field "Test Suite Path" then submit. If you want to know how the test is created you can take a look at the file example_testsuite.xml for more info.
-                        </para>
+                <title>4.2 run the Example test webtools/Run Selenium</title>
+                <para> First you need to open the file example_testsuite.xml and comment out first
+                    part.. and enable the bottom one Here is another way to run the selenium test
+                    suite and you can create new test suite for your web application. Scroll up on
+                    this page then you will see the link "Run Selenium" next to "Selenium Intro"
+                    click on that link. On that page you will see the list of available test suites.
+                    So you can click on "Run" to run the test suite you want but please remember
+                    that the Selenium server should be started before you "run" any test. You can
+                    also create new test suite by fill in the information to the form and put the
+                    directory location of your test suite in the field "Test Suite Path" then
+                    submit. If you want to know how the test is created you can take a look at the
+                    file example_testsuite.xml for more info. </para>
             </section>
         </section>
     </section>
     <section>
-        <title>Creating New Tests :</title> 
-        <para>The easiest way to create a new test is to use the Selenium IDE plugin for Firefox. This allows you to records your own Selenium tests. You can then save the test and convert it to a seleniumXml test easily.</para>
-        <para>1. Install <link xl:href="http://seleniumhq.org/projects/ide/">the latest plugin</link></para>
-        <para>2. Record your steps as you run through your ofbiz application.</para>
-        <para>3. Then convert the saved XML file using the convertSeleniumIDE.bat script.</para>
+        <title>Creating New Tests :</title>
+        <para>The easiest way to create a new test is to use the Selenium IDE plugin for Firefox.
+            This allows you to records your own Selenium tests. You can then save the test and
+            convert it to a seleniumXml test easily.</para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Install <link xl:href="http://seleniumhq.org/projects/ide/">the latest
+                            plugin</link></para>
+                </listitem>
+                <listitem>
+                    <para>Record your steps as you run through your ofbiz application.</para>
+                </listitem>
+                <listitem>
+                    <para>Then convert the saved XML file using the convertSeleniumIDE.bat
+                        script.</para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
     <section>
-        <title>For example:</title> 
-        <para>1. convertSeleniumIDE.bat testdef/seleniumxml/example/recorded/AjaxExample.html testdef/seleniumxml/example/recorded/AjaxExample.xml</para>
-        <para>2. Manually modify the commands to suit your needs.</para>
+        <title>For example:</title>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>convertSeleniumIDE.bat
+                        testdef/seleniumxml/example/recorded/AjaxExample.html
+                        testdef/seleniumxml/example/recorded/AjaxExample.xml</para>
+                </listitem>
+                <listitem>
+                    <para>Manually modify the commands to suit your needs.</para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
 </section>

Modified: ofbiz/trunk/specialpurpose/ebay/data/helpdata/HELP_EBAY_Features.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/data/helpdata/HELP_EBAY_Features.xml?rev=883329&r1=883328&r2=883329&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/data/helpdata/HELP_EBAY_Features.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/data/helpdata/HELP_EBAY_Features.xml Mon Nov 23 13:02:53 2009
@@ -13,10 +13,9 @@
 the specific language governing permissions and limitations under the
 License.
 -->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
+<section xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../../applications/content/dtd/docbook.xsd">
     <title>Ebay Features</title>
     <para>
         <orderedlist>