zoukankan      html  css  js  c++  java
  • 学习篇之软件测试——初

    阅读软件测试相关文章了解到软件测试的一些学习步骤如下

                      1. 了解软件测试的定义

                      2. 确定测试的目标

      3. 明确测试过程

    同时,测试内容又有一下几点

      1. 测试方法

      2. 详细分类

      3. 测试流程

      4. 测试阶段

      5. 测试模型

    以及了解一些测试工具,如

      1. 引入缺陷分析模型

      2. 利用理论框架分析

      3. 建立测试跟踪关系

      4. 使用TestPlatform

    老师课程ppt上,对于软件测试的定义如下

    Software testing is any activity aimed at evaluating an attribute or capability of a program or system and determining that it meets its required results

                              软件测试是一种活动,目的在于评价一个程序或系统的属性或能力,决定它符合它自身所需要的结果。

                             Software Testing is an empirical(观察和实验) investigation conducted to provide stakeholders with information about the quality of the product or service under test

                              软件测试是一种使用观察和实验方法对被测试的的产品或服务进行检查审查,并为投资者提供有关其质量的信息。信息就是我们进行软件测试后提供的测试结果,发现的问题等文档

    对于为什么要进行软件测试,老师是这样讲的

    1. 管理软件的开发过程(Process)

        Manage the process of S/W development

    2. 更好的设计,编制软件

        Better Design and Coding

    3. 掌握软件测试的原理和方法,提高软件可靠性

        Grasp the theory and methodology, promote the S/W reliability

    学习笔记的总结

    对于软件测试

    1. Software testing is very important

       软件测试非常重要

    2. It is an ongoing process

       这是一个不间断的过程

    3. Error->fault(defect)->failure

    4. Test case (black box & white box)

     测试用例有黑盒还有白盒

    5. Know where are the errors occurred & how to test them by appropriate test case

       要了解错误发生的地方以及用怎样合适的方式来测试它

    6. Software testing needs more skills than … & and not an unskilled work

       软件测试是一个极富技巧的工作

  • 相关阅读:
    idea 2017版破解
    UIRecorder 学习了解
    简单应用单例模式
    线程安全的单例模式(有参and无参)
    批量删除和批量修改(参数使用list)
    简单线程池开启线程
    随机数生成
    网络延迟-tc工具使用简单说明
    c++高级元编程 第一部分,第一节,第一小节
    Writing_Bug_Free_C_Code_Chapter_2_Know_Your_Environment
  • 原文地址:https://www.cnblogs.com/dengye/p/4338245.html
Copyright © 2011-2022 走看看