Appian UI Cucumber BDD Testing

Hi All,

I am exploring options for automated testing:

 have anyone has experience with automated testing for appian using BDD Cucumber ?

  • ease of implementation 
  • ease of Integration OOTB  support
  • level of skills required to build test scripts and execution
  • cost involves
  • preferred option will be able to cover the testing automation required from SAIL interfaces, expression rules, to WEB services and plug-ins

Is Jenkins purely for automating deployment? Can it be used for some level of automated testing?

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer

    IIRC you can use Jenkins to trigger automated test scripts execution in your automated deployment setup. A common approach from the 10,000 ft level is 1) initiate automated deployment 2) Run automated test scripts 3a) if scripts fail, alert developer 3b) if scripts pass, promote package to a higher environment