@@ -7,20 +7,18 @@ Robot Framework
77Introduction
88------------
99
10- `Robot Framework <http://robotframework.org >`_ is a generic open source test
11- automation framework for acceptance testing and acceptance test-driven
12- development (ATDD). It has easy-to-use tabular test data syntax and it utilizes
13- the keyword-driven testing approach. Its testing capabilities can be extended
14- by test libraries implemented either with Python or Java, and users can create
15- new higher-level keywords from existing ones using the same syntax that is used
16- for creating test cases.
10+ `Robot Framework <http://robotframework.org >`_ is a generic open source
11+ automation framework for acceptance testing, acceptance test driven
12+ development (ATDD), and robotic process automation (RPA). It has simple plain
13+ text syntax and it can be extended easily with libraries implemented using
14+ Python or Java.
1715
1816Robot Framework is operating system and application independent. The core
1917framework is implemented using `Python <http://python.org >`_, supports both
2018Python 2 and Python 3, and runs also on `Jython <http://jython.org >`_ (JVM),
2119`IronPython <http://ironpython.net >`_ (.NET) and `PyPy <http://pypy.org >`_.
2220The framework has a rich ecosystem around it consisting of various generic
23- test libraries and tools that are developed as separate projects. For more
21+ libraries and tools that are developed as separate projects. For more
2422information about Robot Framework and the ecosystem, see
2523http://robotframework.org.
2624
@@ -93,7 +91,7 @@ Starting from Robot Framework 3.0, tests are executed from the command line
9391using the ``robot `` script or by executing the ``robot `` module directly
9492like ``python -m robot `` or ``jython -m robot ``.
9593
96- The basic usage is giving a path to a test case file or directory as an
94+ The basic usage is giving a path to a test (or task) file or directory as an
9795argument with possible command line options before the path::
9896
9997 robot tests.robot
0 commit comments