Revision: 4367
Author: [email protected]
Date: Mon Dec 6 12:32:46 2010
Log: Edited wiki page HowToUseCSharp through web user interface.
http://code.google.com/p/robotframework/source/detail?r=4367
Modified:
/wiki/HowToUseCSharp.wiki
=======================================
--- /wiki/HowToUseCSharp.wiki Mon Dec 6 12:30:38 2010
+++ /wiki/HowToUseCSharp.wiki Mon Dec 6 12:32:46 2010
@@ -1,5 +1,11 @@
_Example of using C# from Robot Framework test libraries via IronPython._
+* Introduction
+* Running the example
+* System under test
+* 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.