|
1 | 1 | Web testing with Robot Framework and Selenium2Library
|
2 | 2 | =====================================================
|
3 | 3 |
|
4 |
| -`Robot Framework`_ is a generic test automation framework and Selenium2Library_ |
5 |
| -is one of the many test libraries that can be used with it. In addition to |
6 |
| -showing how Selenium2Library works, this demo introduces Robot Framework test |
7 |
| -data syntax, how tests are executed, and how logs and reports look like. |
| 4 | +`Robot Framework`__ is a generic open source test automation framework and |
| 5 | +`Selenium2Library`__ is one of the many test libraries that can be used with |
| 6 | +it. In addition to showing how they can be used together for web testing, |
| 7 | +this demo introduces the basic Robot Framework test data syntax, how tests |
| 8 | +are executed, and how logs and reports look like. |
8 | 9 |
|
9 |
| -See `project wiki`_ for more information about running the demo, viewing |
10 |
| -results, etc. You can also view the tests and generated results through |
11 |
| -the wiki without running the demo yourself. |
| 10 | +See `project wiki`__ for more information about running the demo, viewing |
| 11 | +results, etc. You can also view the tests and generated results through the |
| 12 | +wiki without running the demo yourself. |
12 | 13 |
|
13 |
| -.. _Robot Framework: http://robotframework.org |
14 |
| -.. _Selenium2Library: https://github.com/rtomac/robotframework-selenium2library/wiki |
15 |
| -.. _project wiki: https://bitbucket.org/robotframework/webdemo/wiki/Home |
| 14 | +__ http://robotframework.org |
| 15 | +__ https://github.com/rtomac/robotframework-selenium2library/wiki |
| 16 | +__ https://bitbucket.org/robotframework/webdemo/wiki/Home |
0 commit comments