Revision: 4258
Author: jussi.ao.malinen
Date: Sun Oct 17 23:46:13 2010
Log: minor fixes
http://code.google.com/p/robotframework/source/detail?r=4258
Modified:
/wiki/HowToWriteGoodTestCasesWithExamples.wiki
=======================================
--- /wiki/HowToWriteGoodTestCasesWithExamples.wiki Sun Oct 17 14:45:08 2010
+++ /wiki/HowToWriteGoodTestCasesWithExamples.wiki Sun Oct 17 23:46:13 2010
@@ -106,11 +106,20 @@
* Can contain links to more information
<table>
-<tr><th>InvalidLoginShouldFail.txt</th></tr>
+<tr><th>AccountWithdrawal.txt</th><th>AccountWithdrawal.txt</th></tr>
<tr><td>
{{{
*** Settings ***
-Documentation Checks That Invalid Login Fails
+Documentation Tests Account Withdrawal
+}}}
+</td>
+<td>
+{{{
+*** Settings ***
+Documentation Tests to verify that account withdrawals succeed and
+... fail correctly depending from users account balance
+... and account type dependent rules.
+... See http://internal.example.com/docs/abs.pdf
}}}
</td>
</tr>
@@ -277,11 +286,12 @@
[Arguments] ${beginning}
${title} = Get Title
Should Start With ${title} ${beginning}
-}}}
Suite Setup
${BROWSER} = Get Current Browser
Set Suite Variable ${BROWSER}
+}}}
+
== Passing and returning values ==