RFS automated testing (1)

Source: Internet
Author: User
Tags selenium python

RFS: robot framework + Selenium

 

RFS Installation

1. PythonHttps://www.python.org/

The RF framework is based on python. Therefore, install the python environment first. Currently, RF only supports Python 2.x. After installation, add c: \ python27 \; C: \ python27 \ scripts; to the environment variable path.

To facilitate the installation, You can first install Pip, download the PIP https://pypi.python.org/pypi/pip, unzip and run the command line to enter the directory, run the python get-pip.py.

 

2. Robot frameworkHttps://pypi.python.org/pypi/robotframework/2.8.5

RF framework.

 

3. wxpythonHttp://www.wxpython.org/download.php

Wxpython is a very famous Python GUI library, because ride is developed based on this library, so this must be installed.

 

4. Robot framework rideHttps://pypi.python.org/pypi/robotframework-ride

Ride is a graphical interface used to create, organize, and run tests.

 

5. Selenium Python ClientHttps://pypi.python.org/pypi/selenium

(1) Online Installation

Run Pip install-u Selenium

(2) offline Installation

Download the package, decompress the package, and run Python setup. py install

 

6. selenium2libraryHttps://pypi.python.org/pypi/robotframework-selenium2library/1.5.0

Latest code https://github.com/rtomac/robotframework-selenium2library

 

References

[1] http://www.cnblogs.com/fnng/p/3871712.html

[2] http://blog.csdn.net/tulituqi/article/details/7583179

RFS automated testing (1)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.