New to Appium - all set up with Appium.app and Inspector launching - what next?

Hi,

I’ve installed appium.app, it’s launching our ios app in the sim and i can use the GUI inspector, although it seems to crash when i try to login to our application ‘driver has quit’.

And what’s next if i want to start writing testcases? be grateful if someone could point me in the direction of a test framework Webdriver? Cucumber? what’s easiest to pick up and run with Appium?

Have i done this the wrong way round? should i have set up Cucumber or Webdriver first?

Help :smile:

I did the following

  • Download Maven
  • Created a maven project in eclipse
  • Created a java class for the webdriver test code
  • Run it as junit

http://sauceio.com/index.php/2014/07/appium-bootcamp-get-started-with-appium-testing-chapter-1/

follow all the chapters + I found few open source framework on github to learn more.

Best Regards,
Vikram

Thanks both - I will take a read though those chapters Vic.