Skip to content

Commit 2288015

Browse files
committed
Added link to Dos & Don'ts presentation. Resolves robotframework#15
1 parent 403a993 commit 2288015

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,11 @@ <h1 class="row-header">THE DOCS</h1>
10141014
Generic Robot Framework introduction slides.
10151015
</div>
10161016

1017+
<div class="link">
1018+
<a href="http://robot-framework.readthedocs.org/en/latest/" target="_blank">RF Public API</a>
1019+
Public API for writing your own tools against Robot Framework.
1020+
</div>
1021+
10171022
</div>
10181023

10191024
<div class="column half">
@@ -1028,19 +1033,20 @@ <h1 class="row-header">THE DOCS</h1>
10281033
Introduces the most important features of Robot Framework and acts as an executable demo.
10291034
</div>
10301035

1036+
<div class="link">
1037+
<a href="http://www.slideshare.net/pekkaklarck/robot-framework-dos-and-donts" target="_blank">Robot Framework Dos And Don'ts</a>
1038+
Presentation demonstrating general guidelines how to create good test cases using Robot Framework.
1039+
</div>
1040+
10311041
</div>
10321042

10331043
<div class="column full">
10341044

1035-
<div class="link">
1036-
<a href="http://robot-framework.readthedocs.org/en/latest/" target="_blank">RF Public API</a>
1037-
Public API for writing your own tools against Robot Framework.
1038-
</div>
1039-
10401045
<div class="link">
10411046
<a href="https://github.com/robotframework/HowToWriteGoodTestCases/blob/master/HowToWriteGoodTestCases.rst" target="_blank">How to write good test cases</a>
10421047
Guidelines for writing good test cases using Robot Framework.
10431048
</div>
1049+
10441050
</div>
10451051

10461052
</div>

0 commit comments

Comments
 (0)