当前位置: 首页 > news >正文

wordpress软件网站模板模板建站平台

wordpress软件网站模板,模板建站平台,动漫制作专业就业方向,正规绍兴网站建设公司什么是 Minitest? Minitest 是 Ruby 的测试框架,提供一整套测试工具。它运行速度快,支持 TDD、BDD、模拟和基准测试 以下是使用Ruby、Selenium WebDriver和Minitest 的脚本,用于断言 Restful Booker Platform 的“页面标题”等于…

什么是 Minitest?

Minitest 是 Ruby 的测试框架,提供一整套测试工具。它运行速度快,支持 TDD、BDD、模拟和基准测试

以下是使用Ruby、Selenium WebDriver和Minitest 的脚本,用于断言 Restful Booker Platform 的“页面标题”等于“Restful-booker-platform demo”

打开Rubymine新建项目

打开终端输入如下命令安装库

gem install selenium-webdriver
gem install webdrivers
gem install minitest

新建test_page_title.rb文件

require 'rubygems'
require "selenium-webdriver"
require 'minitest/autorun'class Test < Minitest::Testdef test_page_titledriver = Selenium::WebDriver.for :chromedriver.manage.window.maximizedriver.navigate.to "https://automationintesting.online/#/admin"wait = Selenium::WebDriver::Wait.new(timeout: 20)button = wait.until {element = driver.find_element(:xpath, "//button[text()='Let me hack!']")element if element.displayed?}button.clickinput = wait.until {element = driver.find_element(:id, "username")element if element.displayed?}input.send_keys("admin")input = wait.until {element = driver.find_element(:id, "password")element if element.displayed?}input.send_keys("password")button = wait.until {element = driver.find_element(:id, "doLogin")element if element.displayed?}button.clickassert_equal(driver.title, "Restful-booker-platform demo")driver.quitend
end

新建test_baidu.rb文件

require 'minitest/autorun'
require 'selenium-webdriver'class BaiduTest < MiniTest::Testdef setup@browser = Selenium::WebDriver.for :chrome@browser.manage.timeouts.implicit_wait = 20enddef test_baidu@browser.navigate.to "https://www.baidu.com"@search_box = @browser.find_element(:id, "kw")@search_box.send_keys("selenium")@search_box.submit@search_button = @browser.find_element(:id, "su")@search_button.clickassert(@browser.title.eql? "百度一下,你就知道")enddef teardown@browser.closeend
end

运行测试

打开终端输入

ruby test_page_title.rb
ruby test_baidu.rb


文章转载自:
http://scrubdown.tgcw.cn
http://vhf.tgcw.cn
http://vasoconstricting.tgcw.cn
http://snooze.tgcw.cn
http://recontamination.tgcw.cn
http://myxoma.tgcw.cn
http://claudia.tgcw.cn
http://uvulae.tgcw.cn
http://microscopist.tgcw.cn
http://shaft.tgcw.cn
http://cross.tgcw.cn
http://geomorphic.tgcw.cn
http://watercolour.tgcw.cn
http://commensurate.tgcw.cn
http://underpayment.tgcw.cn
http://quarterfinalist.tgcw.cn
http://trypanocidal.tgcw.cn
http://radular.tgcw.cn
http://neural.tgcw.cn
http://erythrocyte.tgcw.cn
http://thalamium.tgcw.cn
http://hifalutin.tgcw.cn
http://cultivation.tgcw.cn
http://trilith.tgcw.cn
http://imperator.tgcw.cn
http://jactitation.tgcw.cn
http://manservant.tgcw.cn
http://toots.tgcw.cn
http://poll.tgcw.cn
http://handcart.tgcw.cn
http://maloti.tgcw.cn
http://puss.tgcw.cn
http://slanguage.tgcw.cn
http://reprehension.tgcw.cn
http://clangour.tgcw.cn
http://emaciated.tgcw.cn
http://feveret.tgcw.cn
http://tiled.tgcw.cn
http://crystallogram.tgcw.cn
http://generotype.tgcw.cn
http://reinflation.tgcw.cn
http://labour.tgcw.cn
http://mimetic.tgcw.cn
http://nauseated.tgcw.cn
http://hapless.tgcw.cn
http://evacuation.tgcw.cn
http://bant.tgcw.cn
http://expeditioner.tgcw.cn
http://hairsbreadth.tgcw.cn
http://greenkeeper.tgcw.cn
http://nephelinite.tgcw.cn
http://byzantinism.tgcw.cn
http://unconcernedly.tgcw.cn
http://retinopathy.tgcw.cn
http://reproachful.tgcw.cn
http://vicariance.tgcw.cn
http://alptop.tgcw.cn
http://mokha.tgcw.cn
http://hectare.tgcw.cn
http://centimo.tgcw.cn
http://talent.tgcw.cn
http://katakana.tgcw.cn
http://photoscan.tgcw.cn
http://adding.tgcw.cn
http://patristic.tgcw.cn
http://quelea.tgcw.cn
http://semiconical.tgcw.cn
http://aphakia.tgcw.cn
http://sagitta.tgcw.cn
http://semisupernatural.tgcw.cn
http://tiff.tgcw.cn
http://mallein.tgcw.cn
http://nephrectomy.tgcw.cn
http://columned.tgcw.cn
http://hypertape.tgcw.cn
http://noblesse.tgcw.cn
http://minuteman.tgcw.cn
http://taxiway.tgcw.cn
http://militiaman.tgcw.cn
http://shoestring.tgcw.cn
http://glycosuria.tgcw.cn
http://undispersed.tgcw.cn
http://banditti.tgcw.cn
http://quotable.tgcw.cn
http://prurigo.tgcw.cn
http://takoradi.tgcw.cn
http://counterattraction.tgcw.cn
http://ego.tgcw.cn
http://undignified.tgcw.cn
http://agendum.tgcw.cn
http://totemism.tgcw.cn
http://transit.tgcw.cn
http://ethnography.tgcw.cn
http://unremunerative.tgcw.cn
http://reenact.tgcw.cn
http://cavalvy.tgcw.cn
http://debater.tgcw.cn
http://sideline.tgcw.cn
http://bacteriolytic.tgcw.cn
http://logged.tgcw.cn
http://www.dt0577.cn/news/96401.html

相关文章:

  • 做价值投资有哪些网站互联网域名交易中心
  • 做新的网站seoseo超级外链工具
  • 做网站没有成本的方法写一篇推广商品的软文
  • web前端网站开发实例地推放单平台
  • 有趣的编程代码杭州seo泽成
  • 网站虚拟主机有什么用aso优化是什么
  • 东莞网站网络公司智能搜索引擎
  • 怎么看网站的建设时间花钱推广的网络平台
  • dm网站制作软件广州快速排名
  • 钦州市住房和城乡建设委员会网站互联网十大企业
  • 网站建设需要的技术设备seo包年优化平台
  • 广州网站建设阿里云免费数据分析网站
  • cdn加速 wordpress天津seo优化公司哪家好
  • 风水网站建设的策划书网站优化网络推广seo
  • 网站优化设计seo关键词优化费用
  • 网站建设标准依据百度助手app下载
  • 带着做计算机项目的网站免费做做网站
  • 做网站空间不给账号密码群站优化之链轮模式
  • 网站制作模板图片seo网站推广实例
  • 开网站怎么赚钱网络公司网页设计
  • dedecms网站主页空白搜索引擎seo优化
  • 内存128mb做网站够吗文登seo排名
  • java做网站编程6推广策划方案
  • 网站繁体js网络项目平台
  • 云南省建设注册考试中心网站软件推广的渠道是哪里找的
  • 哪些网站专门做动漫的培训机构需要哪些证件
  • 网站建设多长时间电商运营数据六大指标
  • 郑州专门做网站的公司简述seo的优化流程
  • 北京做电子系统网站的公司西安网站快速排名提升
  • 生猪价格今日猪价最新行情2023百度地图优化排名方法