Automate your Appian code testing with Python. Boost quality, save time.
Project description
Robo Appian
Robo Appian is a Python library for automated UI testing of Appian applications. It provides user-friendly utilities and best practices to help you write robust, maintainable, and business-focused test automation.
Features
- Simple, readable API for Appian UI automation
- Utilities for buttons, inputs, dropdowns, tables, tabs, and more
- Data-driven and workflow testing support
- Error handling and debugging helpers
- Designed for both technical and business users
Documentation
Full documentation, guides, and API reference are available at:
Quick Start
- Install Robo Appian:
pip install robo_appian
- See the Getting Started Guide for setup and your first test.
Example Usage
from robo_appian.components import InputUtils, ButtonUtils
# Set value in a text field by label
InputUtils.setValueByLabelText(wait, "Username", "testuser")
# Click a button by label
ButtonUtils.clickByLabelText(wait, "Sign In")
Project Structure
robo_appian/- Library source codedocs/- Documentation and guides
Contributing
Contributions are welcome! Please see the contributing guidelines or open an issue to get started.
License
MIT License. See LICENSE for details.
For questions or support, contact Dinil Mithra or connect on LinkedIn.
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robo_appian-0.0.41.tar.gz.
File metadata
- Download URL: robo_appian-0.0.41.tar.gz
- Upload date:
- Size: 22.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.12.1 Linux/6.8.0-1044-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d257e71b14169b025a7e10996591d36c2c1086be78d2e3e0854a13320767b642
|
|
| MD5 |
78c6e49e4d523ef42f0198ff6c8fcd21
|
|
| BLAKE2b-256 |
0d94a25871176ed0c355b5039fa90a2fee41aae0028b6ee6da77e728ca0d7675
|
File details
Details for the file robo_appian-0.0.41-py3-none-any.whl.
File metadata
- Download URL: robo_appian-0.0.41-py3-none-any.whl
- Upload date:
- Size: 31.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.12.1 Linux/6.8.0-1044-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4d9c9220365256738fe12ce77519e0b387b19290f34196ec64b7a87e7567211
|
|
| MD5 |
90ef4e226ac7afd8bf24bfa9428f0f14
|
|
| BLAKE2b-256 |
445870f3bbab85636d159e33d2faf89589f22efc7ef742ade7245d79f247c7bd
|