Skip to main content
July 1, 2021
Question

Appian UI Cucumber BDD Testing

  • July 1, 2021
  • 1 reply
  • 1 view

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?

1 reply

joshl
July 2, 2021

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