Results for testing, Architecture
  • Appian Testing Essentials

    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…
  • Fundamentals of Testing in Appian

    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…
  • Performance Testing Methodology

    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.…
  • Automated Testing with Appian Selenium API

    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…
  • FitNesse for Appian Best Practices

    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…
  • Leverage JMeter in Appian Load Testing

    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…
  • Automated Testing With Cucumber For Appian

    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…
  • Automated Testing

    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…
  • Automated Testing With FitNesse for Appian

    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…
  • How to Create Expression Rule Test Cases

    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…
  • Best Practices: Database Volume Testing

    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…