51Testing软件测试论坛

标题: 第一次写测试用例,请大家指点,尤其是testing大师 [打印本页]

作者: cwliang    时间: 2005-7-8 10:14
标题: 第一次写测试用例,请大家指点,尤其是testing大师
Inquiry test Case
Input:: InqMod , Inq_Len , NumRsp
Output:
Result_1:return  Input_InqMod_false
Result_2:return  Input_Inq_Len_false
Result_3:return  Input_NumRsp_false
Result_4:return  Inquiry_OK;
Process:
(1)        Result_1:

Parameter        InqMod        Inq_Len        NumRsp
Instance1        0x9e8b00-1        10        16
Instance2        0x9e8b3f+1        10        16
(2)        Result_2:

Parameter        InqMod        Inq_Len        NumRsp
Instance1        0x9e8b00        0x01-1        16
Instance2        0x9e8b3f        0x30+1        16
(3)        Result_3:

Parameter        InqMod        Inq_Len        NumRsp
Instance1        0x9e8b00        0x10        0x01-1
Instance2        0x9e8b3f        0x10        0xff+1
(4)        Result_4:

Parameter        InqMod        Inq_Len        NumRsp
Instance1        0x9e8b00        0x01        0x01
Instance2        0x9e8b00        0x01        0xff
Instance3        0x9e8b00        0x30        0x01
Instance4        0x9e8b00        0x30        0xff
Instance5        0x9e8b3f        0x01        0x01
Instance6        0x9e8b3f        0x01        0xff
Instance7        0x9e8b3f        0x30        0x01
Instance8        0x9e8b3f        0x30        0xff



欢迎讨论:联系我请mail to :
cwliang@namtai.com.cn
作者: cwliang    时间: 2005-7-8 10:16
标题: second
Authentication_Request_Test Case
Precondition: 1. Exist a link with specified connection handle.(0X0000-0X0eff)
             Suppose connection hand=0X0001 at this test
           2. The link must not be encrypted.
           3. The connection handle must be ACL connection handle.

Input: connection handle
Output: status
Result_1: Authentication failed
Result_1: Authentication success
Process:
(1)        Result_1
Parameter/condition        Connection handle        Encrypted        Connection handle type
Instance1        0X0001        Yes        ACL
Instance2        0X0001        Yes        SCO
Instance3        0X0001        No        SCO
Instance4        0X0002        Yes        ACL
Instance5        0X0002        Yes        SCO
Instance6        0X0002        No        ACL
Instance7        0X0002        No        SCO
(2)        Result_2
Parameter/condition        Connection handle        Encrypted        Connection handle type
Instance1        0X0001        No        ACL
作者: yuandjing    时间: 2005-8-19 22:36
你有输入有输出有预置条件有操作步骤,但是输出必须要是预计输出。
另外,还得有测试用例的编号、测试项目、测试标题、重要级别
作者: 晓寒    时间: 2005-11-8 14:31
标题: 测试用例至少应该包括三部分
测试用例至少应该包括三部分

输入        预期输出       实际输出

缺少这三个部分中的任意一个,都不能称之为合格的测试用例,更别提好的测试用例了.

其他的都是出于管理的规范和工作的方便.各个公司的根据需要可能不同.
作者: linvsfen00    时间: 2006-1-25 15:35
标题: 看看这文章是否对你有用?
http://bbs.51testing.com/viewthread.php?tid=11963&fpage=1
看看这文章是否对你有用?
作者: linvsfen00    时间: 2006-1-25 15:36
标题: 这文章也不错
http://www.51testing.com/tech/TestCase.htm
这文章也不错
作者: 大の头    时间: 2006-6-7 11:21
不错




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2