JavaShuo
欄目
標籤
Mutation Testing(變異測試)
時間 2020-12-27
原文
原文鏈接
變異測試是一種 fault-based 的軟件測試技術。這項技術已經廣泛研究並使用了三十餘年。它爲軟件測試貢獻了一系列方法,工具,和可靠的結果。本文將對變異測試進行深入的調查,分析它的優勢和不足之處,並對比幾種不同的變異測試方法,提出一些改進的建議。 下面用一個例子來解釋什麼是變異測試,考慮以下代碼片段: if(a && b) c = 1; else c = 0; 條件運算符如果用||
>>阅读原文<<
相關文章
1.
變異體測試,java
2.
somatic mutation體細胞變異檢測文獻分享--轉載
3.
測試理論--branch testing and boundary testing
4.
Cakephp中的單元測試(Unit testing)和站點測試(Web testing)
5.
變異測試工具配置-muclipse
6.
Android測試:Testing Apps on Android
7.
單元測試(Unit testing)
8.
Parameterized Testing | 參數化測試
9.
冒煙測試(Smoke Testing)
10.
兼容性測試(Compatibility Testing)
更多相關文章...
•
Maven 構建 & 項目測試
-
Maven教程
•
Lua 調試(Debug)
-
Lua 教程
•
爲了進字節跳動,我精選了29道Java經典算法題,帶詳細講解
•
Docker容器實戰(一) - 封神Server端技術
相關標籤/搜索
mutation
testing
變異
測試
測試面試
testing@google
異常檢測
異常調試
變幻莫測
Spring教程
PHP 7 新特性
NoSQL教程
面試
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
[最佳實踐]瞭解 Eolinker 如何助力遠程辦公
2.
katalon studio 安裝教程
3.
精通hibernate(harness hibernate oreilly)中的一個」錯誤「
4.
ECharts立體圓柱型
5.
零拷貝總結
6.
6 傳輸層
7.
Github協作圖想
8.
Cannot load 32-bit SWT libraries on 64-bit JVM
9.
IntelliJ IDEA 找其歷史版本
10.
Unity3D(二)遊戲對象及組件
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
變異體測試,java
2.
somatic mutation體細胞變異檢測文獻分享--轉載
3.
測試理論--branch testing and boundary testing
4.
Cakephp中的單元測試(Unit testing)和站點測試(Web testing)
5.
變異測試工具配置-muclipse
6.
Android測試:Testing Apps on Android
7.
單元測試(Unit testing)
8.
Parameterized Testing | 參數化測試
9.
冒煙測試(Smoke Testing)
10.
兼容性測試(Compatibility Testing)
>>更多相關文章<<