jeudi 21 novembre 2019

What should unit test cover in a list display app from api?

I have an app that connects to an API endpoint and displays a list of people. I want to write a unit test for the app. But I am not sure what to test here. There is no arithmetic operation happening It's just fetching the data from API and displaying it.

What should the unit test cover in such a scenario?

Aucun commentaire:

Enregistrer un commentaire