Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
I'm looking for ...
Home
Pillar
Vision
People
Delivery
Architecture
Platform
Browse by Category
Articles
Guides
Playbooks
Stories
Tutorials
Success Services
Appian Accelerate
Expert Delivery
Appian Academy
Home
»
Success
»
Article
»
Article
Results for testing, Architecture
Appian Testing Essentials
joel.larin
This playbook offers an overview of testing across the development cycle, covering foundational topics such expression rule test cases, functional testing, and system integration testing. Gain practical insights to improve application quality and delivery…
over 1 year ago
Success
Playbook
Fundamentals of Testing in Appian
joel.larin
Testing is vital to ensure that only high-quality projects are produced. Throughout the application's lifecycle, testing strategies can be categorized into the following stages: Before development During development Leading up to go-live During…
8 months ago
Success
Guide
Performance Testing Methodology
Appian Max Team
Methodology Overview This methodology is intended to provide an entry point for projects of all sizes and types, while identifying opportunities to extend and customize the performance testing effort based on specific project goals and constraints.…
11 months ago
Success
Guide
Automated Testing with Appian Selenium API
Appian Max Team
Requirements Appian 22.2 and above Java Runtime Environment 11 Chrome or Firefox browsers If using Chrome, we recommend using Chrome For Testing for a more consistent testing experience. An IDE, such as IntelliJ IDEA or Eclipse Setup…
24 days ago
Success
Guide
FitNesse for Appian Best Practices
Appian Max Team
Introduction This play includes tips for organizing, writing, and running tests in FitNesse for Appian, as well as designing Appian applications for testing with FitNesse. This is intended to complement the existing documentation that comes with FitNesse…
11 months ago
Success
Guide
Leverage JMeter in Appian Load Testing
Appian Max Team
Apache JMeter is an open source Java performance testing tool which can be used to simulate user load on a web application. This guide explains how to use JMeter to implement and run test scripts for Appian applications as part of the Appian Performance…
11 months ago
Success
Guide
Automated Testing With Cucumber For Appian
Appian Max Team
Cucumber For Appian is a client-side tool that builds on top of what FitNesse For Appian has implemented and allows users to write automated UI tests against Appian with Gherkin syntax . Cucumber For Appian will support all of the same fixture methods…
24 days ago
Success
Guide
Automated Testing
Appian Max Team
Automated testing reduces the amount of manual testing necessary in an Appian application and reduces risk at each stage of the application development lifecycle. Automated testing can be used throughout the Appian application development lifecycle to…
11 months ago
Success
Guide
Automated Testing With FitNesse for Appian
Appian Max Team
FitNesse for Appian is a client side tool, built on top of FitNesse , that makes it easy to create automated tests on the Appian platform. This tool allows you to create test scripts in a easy to read wiki language that will be run by the system to interact…
24 days ago
Success
Guide
How to Create Expression Rule Test Cases
Appian Max Team
Expression rule test cases enable unit testing with minimal overhead by reducing the time required to test while increasing code quality. Because expression rules have a wide variety of uses, creating meaningful test cases will speed up unit, regression…
11 months ago
Success
Guide
Best Practices: Database Volume Testing
Appian Max Team
Database Volume Testing Database Volume Testing is used to test and determine the amount of real-time data your database can handle efficiently without any performance issues. It is also an indicator of any scalability issues that may arise once the…
11 months ago
Success
Guide