Revision: 4422
Author: [email protected]
Date: Mon Dec 6 14:43:55 2010
Log: Edited wiki page HowToUseCSharp through web user interface.
http://code.google.com/p/robotframework/source/detail?r=4422
Modified:
/wiki/HowToUseCSharp.wiki
=======================================
--- /wiki/HowToUseCSharp.wiki Mon Dec 6 14:43:21 2010
+++ /wiki/HowToUseCSharp.wiki Mon Dec 6 14:43:55 2010
@@ -6,6 +6,10 @@
* [#Test_library]
* [#Test_cases]
+= Introduction =
+
+This simple example demonstrates how to use C# language from Robot
Framework test libraries. The example assumes that you have the *.Net
framework* and *!IronPython* installed on your system. This version is
implemented and tested on Windows.
+
= Running the example =
Create a file ipybot.bat as follows. Make sure to replace
[[IRONPYTHON_INSTALL_FOLDER]] with the installation path of IronPython on
your system:
@@ -28,10 +32,6 @@
ipybot.bat <test file>
-= Introduction =
-
-This simple example demonstrates how to use C# language from Robot
Framework test libraries. The example assumes that you have the *.Net
framework* and *!IronPython* installed on your system. This version is
implemented and tested on Windows.
-
= System under test =