Hacker News new | ask | show | jobs
by boundlessdreamz 478 days ago
When testing mobile apps, how do you manage the data at the backend? i.e how do you ensure that data that you see in the app is he same every time and actions during the test do not affect the data for the next test?

When testing the backend in frameworks such as Rails, this is taken care of by seed data and DB transactions.