robospock / RoboSpock

A testing framework which brings powers of Spock and Groovy to Android app testing
http://robospock.org
MIT License
249 stars 44 forks source link

New to RoboSpock #66

Open Falkosiq opened 7 years ago

Falkosiq commented 7 years ago

Hello!

My name is Kuba and I'm learning about bdd with android. I'm trying to make a simple app, but I really don't know much about testing - which is the main point. So how do I create tests and run them? I know you've got samples, but are there any tutorials?

Best Regards

bitsnaps commented 6 years ago

Hello & welcome, my advice is to go through JUnit tutorial, you'll understand the basics (check out this course: https://www.udemy.com/junit-tutorial-for-beginners-with-java-examples/), then have a look at Spock testing framework, this one is good: http://thejavatar.com/tag/spock-tutorial/ good luck.