惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
腾讯CDC
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
F
Full Disclosure
博客园 - 【当耐特】
C
CERT Recently Published Vulnerability Notes
Engineering at Meta
Engineering at Meta
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Threatpost
I
Intezer
V2EX - 技术
V2EX - 技术
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
小众软件
小众软件
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
N
News | PayPal Newsroom
MyScale Blog
MyScale Blog
AI
AI
Vercel News
Vercel News
Spread Privacy
Spread Privacy
美团技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
Help Net Security
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
U
Unit 42
L
LangChain Blog
Recent Announcements
Recent Announcements

博客园 - ゛無磿頭.㊣

Linux学习笔记 关于判定表拆分合并的分析 第6章 运行维护——DBA的日常工作 第5章 智能管理——用好集成管理环境 我的中国心 TestLink1.7.4_Released完整安装方法(Windows篇) 第4章 数据库利器——SQL 如何从一名测试员转型为管理人员 合格的测试人员应具备的性格条件 通过GreenAMP架设BUGFREE后的端口修改 Bugfree管理员使用指南 微软公司软件测试简介 杂谈,工作日志 Bugfree缺陷管理使用指南 四款主流测试工具的测试流程 关于WAP测试方法的演讲胶片 读书笔记总结更新目录 第3章 管理入门——数据库服务器的管理 第2章 构建环境——安装Oracle 9i
标准测试用例的几点要素
゛無磿頭.㊣ · 2007-11-21 · via 博客园 - ゛無磿頭.㊣

标准测试用例的几点要素

゛無磿頭.㊣

编号:每个测试用例的唯一编号,有且于其和测试结果、错误报告等其他文档的链接。
测试模块:讲述此测试用例测试的大模块。
标题:用简单的一句话来描述测试用例。
测试目的:描述设计此测试用例的目的是什么。
测试级别:按照测试用例的重要性来给不同的测试用例分级别。
预置条件:执行此测试用例之前需要做的准备。
操作步骤:测试人员执行测试所需的运作。
预期结果:在检查点上待测功能应有的正常反应、运作或显示。
实际结果:待测功能在操作后所表现的反应、运作或显示。

编写测试用例时应该认真思考:
1、如何保证测试用例的覆盖率;
2、如何确保紧跟开发文档的变化;
3、如何把用例的重复性限定在适度的范围内;
4、如何实现测试用例的更新;
5、如何实现测试用例的重用性;

posted @ 2007-11-21 11:55  ゛無磿頭.㊣  阅读(1553)  评论(0)    收藏  举报