• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

NET移植案例学习:建造Web站点(7)

发布: 2007-6-30 18:56 | 作者: admin | 来源: | 查看: 12次 | 进入软件测试论坛讨论

领测软件测试网   图5 客户端的验证逻辑

FormSubmitTest(problemTitle,bugDescription,buildVersion,cboProduct,
appLanguage,cboArea, cboSubArea,severity,build)
{
 var iG;
 var renl = "\r" + "\n";
 iG = 0;
 ResetArrowSize();
 if (problemTitle.value == "" ){ 
  document.images.item("ArrowProbTitle").width=8
  iG++
  }
 if (buildVersion.value == -1){
  document.images.item("ArrowBuildVersion").width=8
  iG++
 }
 if (buildVersion.value == ""){
  document.images.item("ArrowBuildVersion").width=8
  iG++
 }
 if (appLanguage.value == -1){
  document.images.item("ArrowAppLanguage").width=8
  iG++
 }
 if (cboProduct.value == ""){
  document.images.item("ArrowProductName").width=8
  iG++
 }
 if (cboArea.value == ""){
  document.images.item("ArrowProblemArea").width=8
  iG++
 }
 if (cboSubArea.value == ""){
  document.images.item("ArrowProblemSubArea").width=8
  iG++
 }
 if (severity.value == -1){
  document.images.item("ArrowSeverity").width=8
  iG++
 }
 if (bugDescription.value == "Problem Description:" + renl + renl + 
     "Steps to reproduce:" + renl + renl + "Expected behavior:" 
     + renl + renl + "Actual behavior:"+ renl + renl + renl){ 
  document.images.item("ArrowDescription").width=8
  iG++
 }
 if (bugDescription.value == ""){
  document.images.item("ArrowDescription").width=8
  iG++
 }
 if (iG != 0){
  alert("You are missing one or more of the required items 
     (indicated by the red arrow) needed to submit this form.")
  return false;
 }
 else{
  if (document.form1.bugDescription.value == "")
  {
   // don@#t submit
   alert("Please enter a problem description.")
   return false;
  }
 else{
  if (document.form1.bugDescription.value == "Problem 
     Description: 
     Steps to reproduce: Expected behavior: Actual 
     behavior:")
   {
    // don@#t submit
    alert("Please enter a problem description.")
    return false;
   }
  else{
   var buildval = build.value;
   var buildlen = buildval.length;
   file://alert(buildlen);
   if (buildlen <= 0)
   {
    var typ = buildVersion.type;
    if (typ == "text") file://build is a text box
    {
     var val = buildVersion.value;
     var len = val.length;
     if ((isNaN(val)) || (len != 4))
     {
      // don@#t submit
      alert("Please enter @#Build@# using the 
         format @#NNNN@#.")
      return false;
      }
    else
    {
     // concatenate the build number with 
      "07.00.00."
     buildVersion.value = "07.00.00." + 
     buildVersion.value
     // submit
     document.form1.method = "POST"
     document.form1.action = "lamegeneral.asp" 
     return true;
     }
    }
   else
   {
    // submit
    document.form1.method = "POST"
    document.form1.action = "lamegeneral.asp" 
    return true;
    }
   } 
  }
 }
 }
 }
 

  图6 在报告漏洞时选择产品的版本


延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网