zoukankan      html  css  js  c++  java
  • Study Plan The ThirtySecond Day

        Article Translate. From url:http://blog.sina.com.cn/s/blog_5c230e010100bw85.html

        Unit, integration, confirm, systematic test are divided by the development stage. Whitebox, blackbox and graybox are divided by the testing techniques. The unit in common say is indicate a function which implement a simple function. Unit test only use a group of input data to test function whether normal, and return the right output. It is usual through the developer to write the script to test, the method of whitebox test use for unit  test usually.

        Here said the whitebox test is point that to test by design test example for program's logic structure. The whitebox test is use rate of logic cover to measure the integrity of test. The main logic unit is the sentence, branch, condition, conditional value, the group of conditional value, path. The sentence cover is cover all of the sentences, other is also this way to explain. And another judge condition cover, is the group of branch cover and condition cover actualy, so it will not discuss here. It is have three kind of relation with condition cover easy to confuse us. Make a explanation: the condition conver is point that cover all of the condition expression, meas all of the condition expression will count one time at least, do not consider the result of calculate, the conditional value cover is point that all value of cover condition, it is means every condition get true value and get false value should calculate one time at least, the group of conditonal value cover is cover all of the conditional possiblely value. This translate almost make me to vomit, so I should to stop do it.

  • 相关阅读:
    Linux常用命令
    关于MUI v0.18.0版本 Table组件里的复选框不能选的解决方案
    React---点击按钮实现内容复制功能
    js作用域相关笔记
    React监听窗口变化事件
    Express搭建NodeJS项目
    react +MUI checkbox使用
    React鼠标事件
    初入React(一)
    彻底搞懂hashCode与equals的作用与区别及应当注意的细节
  • 原文地址:https://www.cnblogs.com/weikaishi/p/2510715.html
Copyright © 2011-2022 走看看