亚洲好骚综合-亚洲黄色录像-亚洲黄色网址-亚洲黄色网址大全-99久久99久久-99久久99久久精品国产

您的位置:軟件測試 > 開源軟件測試 > 開源功能測試工具 > Selenium
Selenium教程之使用jquery輔助進行測試
作者:網絡轉載 發布時間:[ 2016/12/23 15:46:29 ] 推薦標簽:Selenium 功能測試

  Jquery是當下比較流行的1個js框架,通過使用webdriver的execute_script方法,我們可以將jquery庫結合到自動化測試中去。
  結合jquery進行自動化測試的思想是這樣的:首先將jquery的源碼讀到1個string中去,然后使用execute_script執行該string。執行完畢后我們可以通過execute_script方法來調用jquery庫了。
  下面的html代碼中有一個隱藏的div,當鼠標移動到(mouseover)頁面上名為Mouse Over Here的鏈接時,隱藏的div將會顯示出來。
  <html>
  <head>
  <title>FireEvent</title>
  <style>
  .mo {color: blue;}
  .tips {display:none;border: 1px solid #ccc; background-color:#EFEFEF;width: 100px;height:100px}
  </style>
  <script>
  function show_tips(){
  document.getElementById("t").style.display = "block";
  }
  function hide_tips(){
  document.getElementById("t").style.display = "none";
  }
  </script>
  </head>
  <body>
  <a class = "mo" href = "#" onmouseover = "show_tips()" onmouseout = "hide_tips()">Mouse Over Here</a>
  <div id = "t" class = "tips">This is the tips of link</div>
  </body>
  </html>
  下面的代碼使用jquery的庫函數實現了不去觸發Mouse Over Here鏈接而直接顯示隱藏div的效果(僅在ruby1.9.2下測試過,ruby1.8x應該都不支持)
  jquery_helper.rb
  #encoding: utf-8
  module JqueryHelper
  def load_jquery dr,jquery_path
  jq = read_jquery(jquery_path)
  jq.force_encoding('utf-8')
  dr.execute_script jq
  end
  def read_jquery(jquery_path)
  js = ''
  File.open(File.expand_path(jquery_path), 'r') do |f|
  js = f.read
  end
  js
  end
  end
  fire_event.rb
  require 'rubygems'
  require 'selenium-webdriver'
  require './jquery_helper'
  include JqueryHelper
  dr = Selenium::WebDriver.for :firefox
  select_file = 'file:///'.concat File.expand_path(File.join(File.dirname(__FILE__), 'fire_event.html'))
  dr.navigate.to select_file
  jquery_path = './jquery-1.6.4.min.js'
  load_jquery dr, jquery_path
  jq = <<JQ
  $("#t").show();
  JQ
  dr.execute_script jq
  使用jquery來輔助測試實用性應該不是很強,不過有些時候可以使用jquery方法來獲得dom節點的css屬性,從而達到簡化腳本的目的。

軟件測試工具 | 聯系我們 | 投訴建議 | 誠聘英才 | 申請使用列表 | 網站地圖
滬ICP備07036474 2003-2017 版權所有 上海澤眾軟件科技有限公司 Shanghai ZeZhong Software Co.,Ltd
主站蜘蛛池模板: 日韩亚洲人成网站 | 黄色国产在线观看 | 天天干天天在线 | 亚洲成a人片在线v观看 | 涩涩小网站 | 国产欧美日韩精品第二区 | 日韩在线第三页 | 黄色视屏在线免费看 | 黄黄视频在线观看 | 天天综合网色 | 天天操夜夜做 | 污片在线观看 | 亚洲精品第五页中文字幕 | 成人羞羞视频在线 | 免费的色视频 | 曰韩一级片 | freefr性欧美69hd | 欧美 亚洲 中文字幕 | 日韩一区视频在线 | 小娜的荡高h放荡日记 | 天天干天天色天天射 | 久久午夜精品视频 | 香蕉视频黄色 | 星光影院网高清在线观看 | 亚洲欧美日韩在线线精品 | 阿v精品一区二区三区 | 久久看免费 | china精品对白普通话 | 国产一区亚洲二区 | 日本综合视频 | 高清欧美一级在线观看 | 成人毛片免费免费 | 午夜欧美成人久久久久久 | 久久午夜鲁丝片午夜精品 | 天天射夜夜骑 | 一级一片一_级一片一 | 最近日本韩国高清免费观看 | 精品国产品欧美日产在线 | 99视频精品全部在线播放 | 一级视频在线观看 | 国产一级黄色大片 |