ZBLOG

Write a decision table for ip address "application" Using the decision table create a checklist for ip address "application"Equivalent Partitioning Valid IP Addresses: This partition contains all possible valid IP addresses that c

Decision Table:

Valid IP Address Invalid IP Address
All four octets are present and each octet value is between 0-255, separated by dots One or more octets are missing (e.g. 192..1.1)
Examples: 192.168.1.1, 10.10.10.10, 172.16.0.0, 255.255.255.255 Examples: 192..1.1, 10.10.10., 172..0
One or more octets have an invalid value (e.g. 256.1.1)
Examples: 256.1.1, 10.-1.10, 172.300.0
Incorrect number of dots (e.g., 192..168..1)
Examples: 192., 192…168., ..168, …
Non-numeric characters (e.g., abc.defg.hijk.lmn)
Examples: abc.defg.hijk.lmn

Checklist for IP Address “Application”:

  • Is the IP address in the form of four octets separated by dots?
  • Does each octet have a value between 0-255?
  • Are there any missing octets or incorrect number of dots?
  • Are there any non-numerical characters in the input?
  • Is the IP address within the boundaries of valid inputs?
    • Lower Boundaries:
      • All octets have a value of 0
      • One octet has a value of 0 and the others are non-zero
      • One octet has a value of 1 and the others are zero
    • Upper Boundaries:
      • All octets have a value of 255
      • One octet has a value of 254 and the others are 255
      • One octet has a value of 255 and the others are 254
    • Common Values:
      • Random valid IP address
      • Random invalid IP address

本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://golang.0voice.com/?id=4148

分享:
扫描分享到社交APP
上一篇
下一篇
发表列表
游客 游客
此处应有掌声~
评论列表

还没有评论,快来说点什么吧~

联系我们

在线咨询: 点击这里给我发消息

微信号:3007537140

上班时间: 10:30-22:30

关注我们
x

注册

已经有帐号?