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

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

飞机订票系统测试脚本

发布: 2011-2-25 09:06 | 作者: 不祥 | 来源: 领测软件测试网采编 | 查看: 163次 | 进入软件测试论坛讨论

领测软件测试网

  tickets= randomnumber(1,10)

  Window("Flight Reservation").WinEdit("Tickets:").Set tickets

  ' 验证计算票价是否计算是否正确

  price= Window("Flight Reservation").WinEdit("Price:").GetROProperty("text")

  total= Window("Flight Reservation").WinEdit("Total:").GetROProperty("text")

  total=mid(total,2,len(total)-1)

  'print "total="& total

  price=mid(price,2,len(price)-1)

  'print "price="& price

  tickets=cdbl(tickets)

  total1 = price*tickets

  'print total1

  total1= cdbl(total1)

  If total - total1 > 0.001 Then

  print "票价计算出错"

  End If

  '验证票价的是否正确

  If c=1 and( price - price1*3) >0.001 Then

  print " 头等舱票价计算出错"

  else if c=2 and (price - price1*2) >0.001 then

  print "商业舱票价计算出错 "

  end if

  End If

  Window("Flight Reservation").WinButton("Insert Order").Click

  Window("Flight Reservation").WinButton("Update Order").Click

  '添加的检查点和检查点的输出!

  Window("Flight Reservation").WinEdit("Order No:").Check CheckPoint("Order No:")

  Window("Flight Reservation").WinEdit("Order No:").Output CheckPoint("Order No:_2")

  no = window("Flight Reservation").WinEdit("Order No:").GetROProperty("text")

  Window("Flight Reservation").WinMenu("Menu").Select "File;Open Order..."

  Window("Flight Reservation").Dialog("Open Order").WinCheckBox("Order No.").Set "ON"

  Window("Flight Reservation").Dialog("Open Order").WinEdit("Edit").Set no

  Window("Flight Reservation").Dialog("Open Order").WinButton("OK").Click

  Window("Flight Reservation").WinButton("Button").Click

  Window("Flight Reservation").Close

  wait(2)

延伸阅读

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

33/3<123

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

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