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.

  • 相关阅读:
    [GL]行星运行1
    一个图的带权邻接表存储结构的应用
    [GDAL]3.影像金字塔构建
    [GDAL]1.GDAL1.8.1编译与第一个程序
    [GDAL]2.读取栅格和矢量数据
    C#迭代器
    GoogleEarth缓存机制探索
    AE开发三维的不足!
    [GDAL]4.影像的读取和显示
    [STL学习]1.概述
  • 原文地址:https://www.cnblogs.com/weikaishi/p/2510715.html
Copyright © 2011-2022 走看看