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

推荐订阅源

J
Java Code Geeks
美团技术团队
Recent Announcements
Recent Announcements
B
Blog
GbyAI
GbyAI
雷峰网
雷峰网
博客园_首页
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Tailwind CSS Blog
M
MIT News - Artificial intelligence
V
V2EX
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
A
About on SuperTechFans
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
Last Week in AI
Last Week in AI
aimingoo的专栏
aimingoo的专栏

博客园 - skinapi

我的软件测试网摘搬家了 捉虫记 居然在testingReflections看到了中文 [转]普洱茶初级爱好者十个值得注意的问题 一件T恤上的字母引发的“学”案 [转]韩国综艺情书BT种子大全 对blog也可以进行访问方面的分析了 有可以把blog转成podcast的网站了 现有的web2.0的应用 大法师讲人生 看“十四条不可不知的手机电池充电技巧”想到的 华为是不是在忘本 什么是GTD 如何维持和提高我们的测试技能 又发现一个技术性质的podcast网站 [转贴]35岁前成功的12条黄金法则 如何写好的测试报告 看天下Build20050814支持podcast了 软件测试需不需要Virtuoso Teams
没有SRS能不能写测试计划
skinapi · 2005-11-23 · via 博客园 - skinapi

Posted on 2005-11-23 22:04  skinapi  阅读(1541)  评论()    收藏  举报

这个是国外的一个测试话题讨论
问题:
Can we prepare Test Plan without SRS.

If Yes, then how....
If No.. then why.

回答(仅供参考):
It is not always mandatory that you should have SRS document to prepare a Test Plan.
This kind of Documents Hierarchy is maintained  to maintain Organizational standards and also to have clear understanding of the  things.

Yes you can Prepare a  Test plan directly without SRS, When the Requirements are clear with your clients,and when your URD(User Requirement Document ) is supportive enough to clarify the issues.

Though we don't have SRS clients will be giving some information SRS only contains mainly Product information

But we will not  know the Testing effort if we don't have SRS.

SRS contains How many cycles we are testing, and on  the platforms we are testing , etc.

Actually there won't be any harm in doing so, becoz, ultimately you will send your Test plan document to your client and after getting approval from him only you start Testing.

(Note:-
SRS is the document which you get in the Analysis phase of your Software Development.
Test plan is the document , which contains the details of Product interms of , Tset strategy , Scope of testing, Types of tests to be conducted,Risk Managemnet , Mention of Automation Tool ,About Bug tracking Tool, etc..,)

我的思考:
我一直是比较赞同回答中的观点的。按照一般的思路,没有SRS文档怎么开始系统测试,怎么开始写系统测试计划,但我们不要忘了,SRS文档只不过是对需求分析的一个记录罢了,没有SRS文档我们仍然有其它的方式来弄清楚被测对象应该要做成什么样子,被测软件应该具有哪些特性。知道正确的、正常的流程是没错的,但我们不要把他看成死的了,要针对特定环境来进行变通,但目的只有一个那就是尽可能研发出好的软件来,而做测试就是尽可能在当前环境下把测试做好。