Arjuna is a Python based test automation framework developed by Rahul Verma (www.rahulverma.net).
Project description
Test Mile Arjuna
Arjuna is a Python based test automation framework developed by Rahul Verma (www.rahulverma.net). It is a based on FaaST (Framework as a Service for Testing), seen as need of the hour in 2019. The FaaST architecture enables integration of multiple programming languages, multiple tools, GUI definition externalization, customized identification types and so on, with finer control of each component. Rahul as the Chief Consultant at Test Mile, has implemented smaller variants of this model across frameworks and organizations, or given advise around it. However Arjuna being a generic library has the most complete implementation of the said model, away from project specific contexts and constraints.
Arjuna includes the Python version of client lib.
Arjuna also includes UniTEE, a test engine that espouses the principles of Test Encapsulation by Rahul, as envisioned in a research paper in 2010. It combines pragmatism by including decisions which are taken outside of the test for performance reasons.
You'd need Python 3.5+ to make use of Arjuna.
Note: On Linux, the built-in Python3 build has issues with the Python's built-in enum module which is heavily used in Arjuna. One alternative is to install ActiveState Python on linux. Advanced users can go for installing a custom Python build.
Documentation for Arjuna is in progress. You can can find the currrent help doc on Test Mile website at https://testmile.com/arjuna
Arjuna Installation
- Download and install latest Python (3.5+) from https://python.org
- If you are insterested to learn python Following are links for tutorials and docs.
- Confirm the python version installed by running the command
python --version
. If expected version in not shown, fix this by looking into PATH variables and/or to see whether you have multiple versions of Python installed. - Install the arjuna-python binding using the following command
pip install arjuna
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file arjuna-0.7.8.tar.gz
.
File metadata
- Download URL: arjuna-0.7.8.tar.gz
- Upload date:
- Size: 133.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb55644d30f21aa0a69458c33574b688cad003249a46cec28bff7ebdf43e6ece |
|
MD5 | d39af04357472a789c7516790ad89c28 |
|
BLAKE2b-256 | 7d53a6dafbdf182684b42fcc7eee5c722fe43231aeab2e75024f93595112d68a |