TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Testing your app on a budget

60 点作者 hiphipjorge大约 9 年前

5 条评论

TeeWEE大约 9 年前
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.
mkagenius大约 9 年前
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.
leeoniya大约 9 年前
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 未加载
TeeWEE大约 9 年前
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.
rylest14大约 9 年前
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!