development/robotframework: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 01:00:58 -04:00 committed by Willy Sudiarto Raharjo
parent f94855f82e
commit c6c0f840c5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,7 @@
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.
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.