Good afternoon, I would like to know which frameworks I could use to perform the following tests:
Android application:
- Unit Testing
- Stress Test
Web service
- Unit Testing
- Static Analysis
Good afternoon, I would like to know which frameworks I could use to perform the following tests:
Android application:
Web service
Opa colleague !! For unit tests on Android you can use the Android Testing Framework, but there are several automation tools, just give a quick searched on the web. Already for general performance tests for Android I do not know which tool suits this purpose and I have not yet seen any content on the web dealing with this approach to Android app. With regard to web services you can do unit tests with JUnit which is by far the most used, but has many other tools, just search. For static analysis take a look at this site that suggests some tools: link