Frameworks to test on Android app and Webservice

Asked

Viewed 59 times

0

Good afternoon staff, I would like to know which frameworks you could use to perform the following test:

Android App:

  • Unitary Test
  • Stress Test

Web service

  • Unitary Test
  • Análise Estática

1 answer

0

Whoa, whoa, mate! For unit testing on Android you can use the Android Testing Framework, but there are several automation tools, just take a quick search on the web. Already for performance tests in general for Android do not know which tool meets this purpose and have not seen any content on the web dealing with this approach to Android app. With respect to web services you can do unit testing 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: http://www.matera.com/br/2013/07/30/ferramentas-de-apoio-na-busca-pela-qualidade-do-codigo/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.