Skip to content

Commit 4f8c1b9

Browse files
committed
Fix typo, change "Principle" to "Principal".
1 parent d8ce1ba commit 4f8c1b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh/post/2024/测试技能进阶一_软件质量认知.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
+++
22
title = "测试技能进阶(一): 软件质量认知"
33
date = 2024-10-12T10:30:00-07:00
4-
lastmod = 2025-01-09T01:17:56-08:00
5-
tags = ["testing", "测试技能进阶"]
4+
lastmod = 2025-01-15T08:24:24-08:00
5+
tags = ["testing"]
66
categories = ["测试技能进阶"]
77
draft = false
88
toc = true
99
+++
1010

1111
## <span class="section-num">1</span> 前言 {#前言}
1212

13-
最近几个月都在赶个非常重要项目,基本每天或每几天都要提交CR,而因为每个CR都要附上对应的 test case, 所以这段时间写了非常多的 test case, 又在坐我旁边的 Principle Engineer 巨佬身上学到了很多有用的测试技巧,所以就想写个系列文章总结和分享我所学到的新技能。
13+
最近几个月都在赶个非常重要项目,基本每天或每几天都要提交CR,而因为每个CR都要附上对应的 test case, 所以这段时间写了非常多的 test case, 又在坐我旁边的 Principal Engineer 巨佬身上学到了很多有用的测试技巧,所以就想写个系列文章总结和分享我所学到的新技能。
1414

1515

1616
## <span class="section-num">2</span> Why {#why}

0 commit comments

Comments
 (0)