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
You can find the example code in arjex project.
2. Arjuna - Getting Started
3. Arjuna's Configuration System
- Configuration
- project.conf - Project Level Configuration
- Configuration Builder - Creating Custom Configurations
- Defining and Handling User Options
- Using .conf files with Configuration Builder
- The Magic
C
Function - Environments and Dynamic Configurations
4. Data Driven Testing and Contextual Data References
- Data Driven Testing
- Driving with Single or Multiple Data Records
- Driving with Data Functions
- Driving with Data Classes
- Driving with Data Files
- Driving with Multiple Data Sources
- Contextual Data References and the Magic
R
Function - Excel Data References
5. Localization of Strings
6. Basic Web UI Automation
- Getting Started with WebApp
- Gui Element Locators - Using ID, Name, Tag, Class, Link Text, Partial Link Text
- Gui Element Locators - Using XPath
- Gui Element Locators - Using CSS Selectors
- Gui Element Locators - Using Arjuna's Locator Extensions
- Basic Interactions with a Gui Element
- Concise Basic Interactions with a Gui Element
7. Basics of Gui Namespace (GNS) - Externalizing Identifiers
- What is Gui Namespace (GNS)
- Externalizing ID, Name, Tag, Class, Link Text, Partial Link Text
- Externalizing XPath
- Externalizing CSS Selectors
- Externalizing Arjuna's Locator Extensions
8. Advanced Web UI Automation
- Matching Multiple Elements as GuiMultiElement
- Handling Default HTML Select
- Handling Default HTML Radio Group
- Finding Nested Elements
- Alternative and Dynamic Identifiers
- Executing JavaScript
- Alerts, Windows, Frames
- Configuraing Interactions with GuiInteractionConfig
- Handling Custom DropDowns
- Retrieving Source code with GuiSource
9. Advanced Gui Namespace Constructs
- Element Templates - Multi Element, Dropdown and Radio Group
- Creating Your Own intra-GNS identifiers
- Creating Your Own Global Identifiers for use in code as well as GNS files
10. Gui Abstraction - GNS, App, Page, Widget and Gui Elements
- Thinking Procedurally -Creating Reusable Module
- Creating App Class
- App Object Model
- App-Page Object Model
- App-Page-Section Object Model
- Gui and Its Loading Model in Arjuna
Reference
- Command Line Options
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.13.tar.gz
.
File metadata
- Download URL: arjuna-0.9.13.tar.gz
- Upload date:
- Size: 116.4 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 | 344c5291b83ec80d612ce4d5fb9c7b6f2c7bd1ad13d39a9f2ef863bbb8c7b642 |
|
MD5 | b9610dc5b2cad8d34373d90287f0a851 |
|
BLAKE2b-256 | 907523ab6f7e46237e7b537ba8adb4d1a1716f3a2f55edfd4e554fa94c367897 |
File details
Details for the file arjuna-0.9.13-py3-none-any.whl
.
File metadata
- Download URL: arjuna-0.9.13-py3-none-any.whl
- Upload date:
- Size: 202.8 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 | 1a6034a02fb7f3b5daaf37a390ce1f3623297af8414e75e4b4b2ac3984e9aeef |
|
MD5 | 81a5c8151eab2fb70a2e9054e3c7e5aa |
|
BLAKE2b-256 | 705cf562a8325389233f1bddc90c8c92e94cbe092e76bcbda6e6f373a677fa3c |