เป็นภาษา :: Traditional Chinese(Auto detect)
ผลการค้นหา :: 單元測試
ความหมายคือ การทดสอบหน่วยย่อย หรือ การทดสอบหน่วย
คําใกล้เคียง ::
1. 数据库单元测试 ความหมายคือ การทดสอบหน่วยฐานข้อมูล
Chinese Converter ::
Simplified Chinese (China)::
单元测试
Traditional Chinese (Taiwan, Hong-Kong)::
單元測試
แยกคำและแปลความหมาย ::
单元测试
dan1 yuan2 ce4 shi4
单 [dan1] = see 單于|单于[Chan2 yu2]
元 [yuan2] = ดอล, ดอลลาร์, สกุลเงินดอลลาร์, หยวน, เหรียญ
测 [ce4] = side|to lean|to survey|to measure|conjecture
试 [shi4] = พยายาม, ลอง, เพียรพยายาม หรือ ทดสอบ
ตัวอย่างเพิ่มเติม ::
1. 因而,您和您的团队开始质疑单元测试的价值:如果它们对代码质量那么重要,那又为什么会让人这么头痛呢?
1. Consequently, you and your team have begun to question the value of unit tests: if they are so important to code quality, why are they such a pain?
2. 所以,您可以使用一些新方法来在单元测试中启用模拟功能,这种功能在以前需要在集成测试中启用。
2. Consequently, you have some new methods available that enable you to mock out functionality in a unit test that previously would have required an integration test.
3. 我们有一些必须在每次集成之前和之后运行的单元测试。
3. We have unit tests that must run before and after each integration.
4. 作者:顾名思义,单元测试就在一个时间内对一个单元进行测试。
4. Authors: Unit testing is, as the name implies, for testing one unit at a time.
5. 一旦对各个组件进行了单元测试,就很容易在应用程序中组装和连接这些组件。
5. Once each component is unit tested, it is easier to assemble and wire the components in the application.