TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Testing your app on a budget

60 pointsby hiphipjorgeabout 9 years ago

5 comments

TeeWEEabout 9 years ago
App developers tend to not write unit tests, it requires some extra setup in the beginning, but if you will be working on the app for some time, they are invaluable. Just like with any other serious engineering effort.
mkageniusabout 9 years ago
We&#x27;re Automating user data leak detection: <a href="https:&#x2F;&#x2F;fallible.co&#x2F;blog&#x2F;&#x2F;2016&#x2F;03&#x2F;13&#x2F;Automating-data-leak-detection&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fallible.co&#x2F;blog&#x2F;&#x2F;2016&#x2F;03&#x2F;13&#x2F;Automating-data-leak-de...</a><p>Some of the tests can be generic across all the apps and may not be written by each and every tech company. We intend to automate those.
leeoniyaabout 9 years ago
i have found that dogfooding and acceptance tests (tracking regressions), combined with focused source commits are the most practical.<p>while unit tests laser in on specific problems, they are often unnecessary and with frequent commits and sensible commit messages, the causes of problems are always trackable and nearly always obvious.<p>git bisect helps in situations where the commit count is high (in large teams).
评论 #11381808 未加载
评论 #11382249 未加载
TeeWEEabout 9 years ago
Does runnable.com has a full Android environment setup? I wrote unit test and functional&#x2F;ui tests for my android app, but im too lazy configuring my jenkins setup.
rylest14about 9 years ago
Websites like fiver and people per hour can do some real life UAT for your app. Always a good way to test on a low budget!