selendroid / demoproject-selendroid

Demonstrates how to test an Android app using selendroid with maven. Tests are checking a native and a hybrid cordova app and the mobile web.
http://selendroid.io/quickStart.html
47 stars 95 forks source link

BDD Sample #1

Closed DominikDary closed 10 years ago

DominikDary commented 11 years ago

It would be nice if this example contains a BDD example as well.

DominikDary commented 11 years ago

Hi @saikrishna321,

you had created the project https://github.com/saikrishna321/JBehave-Selendroid-Android-Automation with the sample about using selendroid in a bdd context. Would it be possible that you would add something similiar to this demo project?

Cheers Dominik

saikrishna321 commented 11 years ago

Sure Dominik.I shall do that with the selendroid-test.apk

saikrishna321 commented 10 years ago

I have updated the test-cases https://github.com/saikrishna321/JBehave-Selendroid-Android-Automation with selendroid-test-app .

Can you please take a look and revert back

DominikDary commented 10 years ago

I have not worked with JBehave before, but where do I find the actual automation stories?

saikrishna321 commented 10 years ago

You can find it here

https://github.com/saikrishna321/JBehave-Selendroid-Android-Automation/tree/master/src/main/resources/com/photon/jbehave/stories

I have just created a sample test. If your fine with this, We can go ahead writting more test cases.

DominikDary commented 10 years ago

https://github.com/selendroid/demoproject-selendroid/pull/7