Revision: 3130f2e65b9c
Author: pekka.klarck
Date: Wed Sep 21 02:38:47 2011
Log: Added HTTP libs.
http://code.google.com/p/robotframework/source/detail?r=3130f2e65b9c&repo=wiki
Modified:
/TestLibraries.wiki
=======================================
--- /TestLibraries.wiki Tue Mar 22 15:17:39 2011
+++ /TestLibraries.wiki Wed Sep 21 02:38:47 2011
@@ -33,4 +33,6 @@
* [http://code.google.com/p/robotframework-dblibrary/ DatabaseLibrary
(Java)] - A test library that provides common functionality for testing
database contents. Implemented using Java so works only with Jython.
* [http://franz-see.github.com/Robotframework-Database-Library/
DatabaseLibrary (Python)] - Another library for database testing.
Implemented with Python and works also on Jython.
* [http://code.google.com/p/robotframework-sshlibrary/ SSHLibrary] - A
test library that enables SSH and SFTP.
+ * [https://github.com/peritus/robotframework-httplibrary HTTP test
library using livetest]
+ * [https://github.com/bulkan/robotframework-requests HTTP test library
using Requests]
*
[http://blog.mykhailo.com/2011/02/how-to-sikuli-and-robot-framework.html
How-To: Sikuli and Robot Framework Integration] - This is not really a
library but these instructions explain how to integrate [http://sikuli.org/
Sikuli tool] with Robot Framework