首页 | 互联网 | IT动态 | IT培训 | Cisco | Windows | Linux | Java | .Net | Oracle | 软件测试 | C/C++ | 嵌入式开发 | 存储世界 | 服务器
网络设备 | IDC | 安全 | 求职招聘 | 数字网校 | 网页设计 | 平面设计 | 技术专题 | 电子书下载 | 教学视频 | 源码下载 | 搜索 | 博客 | 论坛
中国IT实验室软件测试频道
Google
首页 资讯动态 测试技术 测试工具 行业软件测试 测试管理 测试下载 经验分享 软件质量 其他技术 RSS订阅 博客 论坛
您现在的位置: 中国IT实验室 >> 软件测试 >> 测试工具 >> Rational >> 正文

定制于数据驱动测试Rational Functional Tester 脚本

IDatapoolIterator dpitr = dpss.dpFactory().open(dp,"");

  //Initialize Test Datapool

  dpitr.dpInitialize(dp);

  //Starting application

  startApp("ClassicsJavaB");

  while(!dpitr.dpDone())

  {

  // Click on Place order

  placeOrder().click();

  // Click on New Customer

  newCustomer().click();

  ok().click();

  //Get the current record &store it in record object

  IDatapoolRecord dprec = dpitr.dpCurrent();

  // Frame: Place an Order – Click on Card Number

  cardNumberIncludeTheSpacesText().click();

  //By accessing the corr

  esponding cell in the current record from excel sheet

  placeAnOrder().inputKeys(dprec.getCell(0).getStringValue());

  // Frame: Place an Order – Click on Date

  expirationDateText().click();

  //By accessing the corresponding cell in the current record from excel sheet

  placeAnOrder().inputChars(dprec.getCell(1).getStringValue());

  // Frame: Place an Order – Click on Name

  nameText().click();

  //By accessing the corresponding cell in the current record from excel sheet

  placeAnOrder().inputChars(dprec.getCell(2).getStringValue());

  // Frame: Place an Order – Click on Street

  streetText().click();

  //By accessing the corresponding cell in the current record from excel sheet

  placeAnOrder().inputChars(dprec.getCell(3).getStringValue());

  // Frame: Place an Order – Click on CityStateZip

上一页  [1] [2] [3] [4] [5] [6] [7] 下一页

【责编:Zenghui】

中国IT教育

相关产品和培训
文章评论
 专题推荐

 ·建立可全面监控Squid代理服务器
 ·华为认证题库、模拟器下载专题
 ·嵌入式操作系统Linux资料下载(A)
 ·JAVA的应用编程接口——JAVA API详解…
 ·Linux Shell学习技术专题[上]…
 ·windows Server 2008专区…
 ·WEB开发ASP.NET和PHP、JSP究竟学哪个
 ·五步带你入门XML
 ·零距离接触OCP_Oracle认证体系全攻略
 ·揭秘:网络工程师职业发展路线图
 最近更新
 博客论点
 频道精选
 软件测试频道导航