This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pyccuracy is a test tool that provide its own DSL for writing test cases just like human language. And the next is a simple introduction about it. | |
= PREPARE = | |
[X] Install tools | |
[X] install Pyccuracy | |
* pip install selenium | |
* pip install pyccuracy | |
[X] install selenium | |
* git clone http://github.com/heynemann/pyccuracy | |
the selenium.jar is under the pyccuracy/lib/ path. |