Frameworks for testing in Android and Webservice application

0

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
asked by anonymous 30.04.2016 / 23:30

1 answer

0

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

    
01.05.2016 / 01:12