This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 4
Oct 2018

Is it possible to create BDD framework with Cucumber for Appium?

  • created

    Oct '18
  • last reply

    Oct '18
  • 3

    replies

  • 146

    views

  • 2

    users

Sure, you can do that same like web framework just you need to setup appium driver instead of web driver, also you can use jbehave.

not pom file only, you need to change your project structure

Example: if you use TestNG framework and you need to move to BDD you need to change your core and framework flow, since it’s 2 different ways.