Arjuna is a Python based test automation framework developed by Rahul Verma (www.rahulverma.net).
Project description
Arjuna
Arjuna is a Python based test automation framework developed by Rahul Verma (www.rahulverma.net). Rahul has implemented smaller variants of features in Arjuna across frameworks and organizations, or given advise around it. However Arjuna being a generic library has the most complete implementation of his ideas, away from project specific contexts and constraints.
Arjuna uses pytest as its recommended test engine. Arjuna also provides its markup for some common use cases on top of pytest. If you like, you can make use of Arjuna with any other test engine or custom frameworks as well.
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.
Tutorial
1. 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 Arjuna using the following command
pip install arjuna
2. Arjuna's Core Features
You can find the example code used on this section in arjuna_core_features project.
3. Basic Web UI Automation
You can find the example code used on this section in arjuna_webui_basics project.
- Getting Started with WebApp
- GuiElement - Identification and Interactions
- Creating Reusable Module
- GuiMultiElement
- Dropdown and RadioGroup
4. Advanced Web UI Automation
- Finding Nested Elements
- Alternative and Dynamic Identifiers
- Executing JavaScript
- Alerts, Windows, Frames
- Configuraing Interactions with GuiInteractionConfig
- Handling Custom DropDowns
- Retrieving Source code with GuiSource
5. Gui Abstraction - GNS, App, Page, Widget and Gui Elements
The following tutorial sub-sections have multiple example projects corresponding to them. Please refer the pages for respective example projects.
- Gui Namespace (GNS) - Externalized Identifiers
- Creating App Class
- Gui and Its Loading Model in Arjuna
- App Object Model
- App-Page Object Model
- App-Page-Section Object Model
Reference
Miscellaneous
- Using Arjuna With Your Test Framework
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
Built Distribution
File details
Details for the file arjuna-0.9.4.tar.gz
.
File metadata
- Download URL: arjuna-0.9.4.tar.gz
- Upload date:
- Size: 107.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 | 0404c1b5614b6603019e3351cba61a78ae1153463c7556df72295c2a4d5d19e2 |
|
MD5 | e79dc30e206db9d51cad91c517f7af0f |
|
BLAKE2b-256 | fec90a44ad8f2dba9781a90d93513e02fca8d36921f44a086a565c79906c9ef9 |
Provenance
File details
Details for the file arjuna-0.9.4-py3-none-any.whl
.
File metadata
- Download URL: arjuna-0.9.4-py3-none-any.whl
- Upload date:
- Size: 192.0 kB
- Tags: Python 3
- 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 | 09de314fd833540e29ab8e066e3b51ecb405f52fccade6bb13f22bce43cd1aa2 |
|
MD5 | 2674f82528d9a32121556b0943e9dd50 |
|
BLAKE2b-256 | 003a34f4122366153b1f4d8038eb51afb5c5b80b9d34f72140393e72a0e70306 |