I am an Android developer but I am not satisfied with my testing and Continuous Integration environment and configuration.
Someone could recommend me how to configure the best setup and workflow for a good CI in Android?
That includes:
- Automation build tool: Maven, Ant, Graddle...
- Testing tools and libraries
- Testing configuration: Where to put unit tests, integration tests...
- Test coverage
- Continuous Integration server
- Other QA tools and their configuration: FindBugs, PMD...
- General workflow
Any recommendation, suggestion or example of Android application using CI is really appreciated!
EDIT: Because people asked for it, here I will explain how is my current environment and which things don't totally convince me. In any case, if you think that something totally different from that is better, don't hesitate to say so.
All suggestions and improvements are welcomed!
-
let's start by you telling us what are you using today, and why you are not satisfied.Rsf– Rsf2011年11月07日 07:24:54 +00:00Commented Nov 7, 2011 at 7:24
-
I did not want to said that because I did not want to influence people's answers :P But seeing that I haven't got many answers I will add it to my question, so people have something to work from.Edu Zamora– Edu Zamora2011年11月07日 08:14:53 +00:00Commented Nov 7, 2011 at 8:14
1 Answer 1
Similar question posted on Software Testing Club
Robotium looks like it help fulfill some of your needs? (props to Stephen Janaway)
-
The links seem to be broken. Do know anywhere else that discussion could be found?Walid Mujahid وليد مجاهد– Walid Mujahid وليد مجاهد2018年05月15日 19:28:17 +00:00Commented May 15, 2018 at 19:28
Explore related questions
See similar questions with these tags.