summaryrefslogtreecommitdiffstats
path: root/development/robotframework/README
diff options
context:
space:
mode:
author Markus Rinne <markus.ka.rinne@gmail.com>2017-11-16 22:03:04 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-11-18 12:40:30 +0700
commit00b597da86a5f05690b8a7bd53d5dec6a8c3e5d3 (patch)
tree60c7d24b9631d3a0cdc1987d7fd7cf5fa11e8fdf /development/robotframework/README
parent81e740d4fc893370ed5fc2c29cefb01658e5e919 (diff)
downloadslackbuilds-00b597da86a5f05690b8a7bd53d5dec6a8c3e5d3.tar.gz
slackbuilds-00b597da86a5f05690b8a7bd53d5dec6a8c3e5d3.tar.xz
development/robotframework: Added (acceptance test framework).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/robotframework/README')
-rw-r--r--development/robotframework/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/robotframework/README b/development/robotframework/README
new file mode 100644
index 0000000000..e31dff8446
--- /dev/null
+++ b/development/robotframework/README
@@ -0,0 +1,6 @@
+Robot Framework is a generic test automation framework for acceptance testing
+and acceptance test-driven development (ATDD). It has easy-to-use tabular
+test data syntax and it utilizes the keyword-driven testing approach. Its
+testing capabilities can be extended by test libraries implemented either with
+Python or Java, and users can create new higher-level keywords from existing
+ones using the same syntax that is used for creating test cases.