CN109388554A - 一种软件测试用例的编写方法 - Google Patents

一种软件测试用例的编写方法 Download PDF

Info

Publication number
CN109388554A
CN109388554A CN201710678078.2A CN201710678078A CN109388554A CN 109388554 A CN109388554 A CN 109388554A CN 201710678078 A CN201710678078 A CN 201710678078A CN 109388554 A CN109388554 A CN 109388554A
Authority
CN
China
Prior art keywords
test
software test
factor
software
test case
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201710678078.2A
Other languages
English (en)
Inventor
章丽琴
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mehow Innovative Ltd
Original Assignee
Mehow Innovative Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mehow Innovative Ltd filed Critical Mehow Innovative Ltd
Priority to CN201710678078.2A priority Critical patent/CN109388554A/zh
Publication of CN109388554A publication Critical patent/CN109388554A/zh
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

本发明涉及软件测试领域,公开了一种软件测试用例的编写方法,包括以下步骤:S1、列出所有软件测试过程中的测试因子以及测试因子的选项;S2、以测试因子作为因素,各测试因子的选项作为各因素的水平,确定软件测试正交试验表,根据所述软件测试正交试验表生成软件测试用例;S3、输出软件测试用例。本发明根据软件测试正交试验表编写软件测试用例,在保证软件测试用例覆盖全面性的同时,减少了软件测试用例的编写数量。

Description

一种软件测试用例的编写方法
技术领域
本发明涉及软件测试领域,具体涉及一种软件测试用例的编写方法。
背景技术
测试用例是将软件测试的行为活动做一个科学化的组织归纳,目的是能够将软件测试的行为转化成可管理的模式,同时测试用例也是将测试具体量化的方法之一。在软件测试用例的构建过程中,最容易出现用例覆盖不全的情况,即构建用例时会出现遗漏的风险。
正交试验设计是多因素多水平的一种设计方法,是从全面试验中挑选出部分有代表性的点进行的试验,在软件测试用例的编写过程中,结合正交试验方法实现用例构建可以使得用例更具代表性、覆盖更全面。
发明内容
本发明的目的在于提供一种软件测试用例的构建方法,解决现有软件测试用例编写过程中用例覆盖不全的问题。
本发明提供了一种软件测试用例的编写方法,包括以下步骤:
S1、列出所有软件测试过程中的测试因子以及测试因子的选项;
S2、以测试因子作为因素,各测试因子的选项作为各因素的水平,确定软件测试正交试验表,根据所述软件测试正交试验表生成软件测试用例;
S3、输出软件测试用例。
进一步地,所述步骤S2包括以下步骤:
S21、当由所述因素和水平可确定的软件测试正交试验表大于1个时,根据行数较少的软件测试正交试验表生成所述软件测试用例。
本发明根据软件测试正交试验表编写软件测试用例,在保证软件测试用例覆盖全面性的同时,减少了软件测试用例的编写数量。
具体实施方式
为了使发明的目的、技术方案及优点更加清楚明白,以下对发明进行进一步详细说明。
本发明第一实施例,提出了一种Web站点的软件测试用例构建方法,该Web站点的测试因子包括Web浏览器,插件,应用服务器和操作系统;其中Web浏览器的选项包括:Netscape6.2、IE6.0或Opera4.0;插件的选项:无插件、RealPlayer或MediaPlayer;应用服务器的选项包括IIS、Apche或Netscape Enterprise;操作系统的选项包括Windows2000、Windows NT或Linux。以上述测试因子作为因素,测试因子的选项作为水平,即因素为4,各因素的水平为3,确定软件测试正交试验表为L9(34),如表1所示。再根据软件测试正交试验表生成软件测试用例,最后输出软件测试用例。
表1 一种Web站点软件测试用例编写列表
软件测试用例编号 Web浏览器 插件 应用服务器 操作系统
1 Netscape6.2 无插件 IIS Windows2000
2 Netscape6.2 RealPlayer Netscape Enterprise Windows NT
3 Netscape6.2 MediaPlayer Apche Linux
4 IE6.0 无插件 Netscape Enterprise Linux
5 IE6.0 RealPlayer Apche Windows2000
6 IE6.0 MediaPlayer IIS Windows NT
7 Opera4.0 无插件 Apche Windows NT
8 Opera4.0 RealPlayer IIS Linux
9 Opera4.0 MediaPlayer Netscape Enterprise Windows2000
本实施例根据软件测试正交试验表编写软件测试用例,在保证软件测试用例覆盖全面性的同时,减少了软件测试用例的编写数量。
需要说明的是,在一些软件测试用例的编写过程中,若各因素的水平均包括空值,则以空值作为该因素的第一水平,从而可以保证软件测试用例包括各因素为空值的用例。本方案能够提高软件测试用例编写的适用性。
当各因素的水平数不同时,根据正交试验表的设计原则可确定一个或多个可用的正交试验表;当由所述因素和水平可确定的软件测试正交试验表大于1个时,根据行数较少的软件测试正交试验表生成所述软件测试用例。
以上所述仅为本发明的较佳实施方式而已,并不用以限制本发明,凡在本发明的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本发明的保护范围之内。

Claims (2)

1.一种软件测试用例的编写方法,其特征在于,包括以下步骤:
S1、列出所有软件测试过程中的测试因子以及测试因子的选项;
S2、以测试因子作为因素,各测试因子的选项作为各因素的水平,确定软件测试正交试验表,根据所述软件测试正交试验表生成软件测试用例;
S3、输出软件测试用例。
2.根据权利要求1所述的一种软件测试用例的编写方法,其特征在于,所述步骤S2包括以下步骤:
S21、当由所述因素和水平可确定的软件测试正交试验表大于1个时,根据行数较少的软件测试正交试验表生成所述软件测试用例。
CN201710678078.2A 2017-08-10 2017-08-10 一种软件测试用例的编写方法 Pending CN109388554A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710678078.2A CN109388554A (zh) 2017-08-10 2017-08-10 一种软件测试用例的编写方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710678078.2A CN109388554A (zh) 2017-08-10 2017-08-10 一种软件测试用例的编写方法

Publications (1)

Publication Number Publication Date
CN109388554A true CN109388554A (zh) 2019-02-26

Family

ID=65415222

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710678078.2A Pending CN109388554A (zh) 2017-08-10 2017-08-10 一种软件测试用例的编写方法

Country Status (1)

Country Link
CN (1) CN109388554A (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111679991A (zh) * 2020-06-23 2020-09-18 武汉光庭信息技术股份有限公司 一种利用大数据生成测试用例的方法及系统

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101251798A (zh) * 2008-04-01 2008-08-27 中兴通讯股份有限公司 一种基于关系的测试用例生成方法
CN102456267A (zh) * 2010-10-26 2012-05-16 上海晨兴希姆通电子科技有限公司 安防功能测试方法

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101251798A (zh) * 2008-04-01 2008-08-27 中兴通讯股份有限公司 一种基于关系的测试用例生成方法
CN102456267A (zh) * 2010-10-26 2012-05-16 上海晨兴希姆通电子科技有限公司 安防功能测试方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111679991A (zh) * 2020-06-23 2020-09-18 武汉光庭信息技术股份有限公司 一种利用大数据生成测试用例的方法及系统
CN111679991B (zh) * 2020-06-23 2021-04-13 武汉光庭信息技术股份有限公司 一种利用大数据生成测试用例的方法及系统

Similar Documents

Publication Publication Date Title
Xie et al. Provably optimal and human-competitive results in sbse for spectrum based fault localisation
US7779303B2 (en) Targeted regression testing
CN107437029A (zh) 漏洞修复方法、漏洞修复装置及服务器
US8457174B2 (en) Spread spectrum wireless communication code for data center environments
García‐Carreras et al. An empirical link between the spectral colour of climate and the spectral colour of field populations in the context of climate change
CN106980636A (zh) 保单数据处理方法和装置
CN112433944A (zh) 业务测试方法、装置、计算机设备和存储介质
CN109388554A (zh) 一种软件测试用例的编写方法
CN102486749A (zh) 数据驱动测试方法及系统
CN103699478A (zh) 一种测试案例生成系统和方法
CN103139136B (zh) 一种密码的管理方法和设备
Weiß et al. A comprehensive and comparative metric for information security
Gilliam et al. Application of lightweight formal methods to software security
CN107229650B (zh) 测试方法及装置
Newman et al. Simplifying the construction of source code transformations via automatic syntactic restructurings
CN106470132A (zh) 水平权限测试方法及装置
CN104850396A (zh) 一种客户端软件的开发方法
Shahid et al. A new model for requirements to code traceability to support code coverage analysis
CN104793944A (zh) 一种自主升级软件开发的方法
DE102013114900A1 (de) Steuerbarkeits-Prüfungssysteme und -Verfahren
DE102012022874A1 (de) Applikationsinstallation
CN104793940A (zh) 一种自主升级软件开发的通用方法
Towey et al. Metamorphic testing as a test case selection strategy
CN104793947A (zh) 一种客户端自主升级软件开发的通用方法
CN104461795B (zh) 串口鼠标自动测试方法

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Longgang District of Shenzhen City, Guangdong province 518116 Longgang Street Community 6 new road bridge Baolong Baolong Industrial Park building B building 1-3 floor

Applicant after: Shenzhen meimeimeichuangyi Medical Technology Co., Ltd

Address before: Longgang District of Shenzhen City, Guangdong province 518116 Longgang Street Community 6 new road bridge Baolong Baolong Industrial Park building B building 1-3 floor

Applicant before: MEHOW INNOVATIVE Ltd.

WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20190226