资 源 简 介
Please go to http://pypi.python.org/pypi/arges/ to get download instructions or further details.
Arges
Arges scripts are very simple and emulate a very high level language from where you call the testing/execution actions. Arges provides a set of utilities for
rapid automated testing to interact with any kind of interfaces including the web ui side (by using Selenium) and the server side / command line testing.
It supports handling parameters, which are totally separated from the scripts.
Within the test scripts you call the actions which by now, are divides into three main categories:
-Web handling. From where you can interact with any web site. Selenium 1.0.1 library is used internally.
-Command line executions. To execute any kind of command and check the return code or its output.
-Parameters handling.
Quick installation and use
Just type:
pip install arges
And you are ready to go. Ar