mardi 24 décembre 2019

How to completely automate UI testing in Android?

Recently we have added some features to our product and are planning for a new release. The issue is, we don't have a dedicated testing team in our organization, so the sole part of testing lies with the development team. Now I bear the responsibility of manually testing all the test-cases and honestly speaking I don't like it.

For each test case, I have to Login -> Perform some button clicks -> Scroll Up/Down -> Wait for Api Call to finish ->, etc, etc and then repeat this process for another test case.

Is there some way I can automate this entire process where all the button clicks, text filling, scrolling, etc is taken care of by some library/framework?

Aucun commentaire:

Enregistrer un commentaire