“`”

在使用微服务时,由于有多个微服务协同工作,测试变得非常复杂。因此,测试分为不同的级别。

<ul>
<li>在<strong>底层</strong>,我们有<strong>面向技术的测试</strong> —— 单元测试和性能测试。这些是完全自动化的。</li>
<li>在<strong>中间层</strong>,我们有<strong>探测性测试</strong>,如压力测试和可用性测试。</li>
<li>在<strong>顶级,</strong>我们有很少的<strong>验收测试</strong>。这些验收测试有助于利益相关者理解和验证软件功能。</li>
</ul>

<pre><code> "“`

Was this helpful?

0 / 0

发表回复 0

Your email address will not be published.