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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

21 Types of Software Testing Every Engineer Should Be Using for Better Results

20 点作者 misiax将近 2 年前

3 条评论

tester756将近 2 年前
inb4: Don&#x27;t get me wrong OP, I don&#x27;t think there&#x27;s an issue with your article, just I do believe that &quot;the testing theory industry&quot; is full of bullshit and bullshitters.<p>_____________<p>That&#x27;s quite a lot of fancy names for such a short concept:<p>Ensuring that software matches the specification.<p>What are even the differences between those 3?<p>1: Branch coverage testing<p>2: Control flow testing<p>3: Statement Coverage Testing<p>I&#x27;d say they are basically the same thing.<p>&gt;Smoke testing<p>&gt;This form of software testing evaluates the functionality of the essential or core features of a software application, verifies their expected behavior, and determines the stability of the application for subsequent testing phases. Performing this type of testing helps to avoid spending time and resources on an unstable or broken state, ensuring a more efficient use of resources.<p>??<p>seems like just yet another test, but just for the most important things in the system<p>why is this even relevant that this is worth mentioning it as yet another testing technique?<p>Sure, your tests may be expensive: e.g take 10 hours all, where core takes just 10min, but still is there a need for a name for a concept of running just limited scope of tests for the sake of faster feedback loop?
KnobbleMcKnees将近 2 年前
Why does every software engineer need to know how to do penetration testing?<p>This feels like marketing, not educational content.
评论 #36469898 未加载
评论 #36468061 未加载
l0b0将近 2 年前
Two more:<p>- Fuzz testing: randomising inputs to validate the mapping to expected outputs.<p>- Mutation testing: changing code (`+` to `-`, `raise Foo` to `return`, etc.) to complement and validate the coverage metric.
评论 #36520712 未加载