How to study Watir?】的更多相关文章

我在群空间,总是看到很多Watir新手,反复的问:我对元素的定位怎么又出错?我该从哪里着手啊?我给一个我认为最简单方便的学习方法.1. Ruby语法基础要入门,网上有一个不到2M的帮助文档,从头到尾仔细瞅瞅,每个语句自己手动执行一下,Ruby就能入门了:2. 进入安装好的Ruby,Watir的目录:D:\Ruby193\lib\ruby\gems\1.9.1\gems\watir-classic-3.0.0,把该文件夹导出到eclipse或者Netbeans项目中,就这些Example一个个执行…
1.Plan your time carefully. Make a list of your weekly tasks.Then make a schedule or chart of your time.Fill in committed time such as eating,sleeping,meeting,classes,etc. Then decide on good ,regular times for studying.Be sure to set aside enough ti…
基于ruby的watir自动化测试 笔记一的补充版,新增加了些特殊的控件捕获方法.还在更新中.... attribute_value 获取当前控件的属性 Value = ie.link(:id=>'xxx’).attribute_value("href") rand_select 随机选择select list中的某一项 ie.select_list(:name=>’’).rand_select popupwin 点击弹窗上的‘确定’按钮 ie.popupwin.butto…
watir自动化捕获上传图片元素: require 'watir' include Watir require 'test/unit' class TC_recorded < Test::Unit::TestCase def test_recorded puts "First Line" ie=Watir::IE.new puts "Open IE" ie.goto("http://localshot:8082") ie.file_fiel…
基于Ruby的watir-webdriver自动化测试方案与实施(五)   基于Ruby的watir-webdriver自动化测试方案与实施(四)   基于Ruby的watir-webdriver自动化测试方案与实施(三)   基于Ruby的watir-webdriver自动化测试方案与实施(二)   基于Ruby的watir-webdriver自动化测试方案与实施(一) 关于Watir的安装文章网上一大堆,但真正靠谱的没有几个,不是报错就是安装包不对.我开始也是初哥,用了近一个星期才总结出来一…
These days I study the RSA Algorithm. It is a little complex, but not very. Also, my study has not finished. There remains many other things to do. E.g. Program to realise RSA; Use Applications with RSA Study other encrypt algorithms ... Lattest News…
Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 本系列文章是Andrew Ng 在斯坦福的机器学习课程 CS 229 的学习笔记. Machine Learning Algorithms Study Notes 系列文章介绍 3 Learning Theory 3.1 Regularization and model selection 模型选择问题:对于一个学习问题,可以有多种模型选择.比如要拟合一组样本点,…
Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 本系列文章是Andrew Ng 在斯坦福的机器学习课程 CS 229 的学习笔记. Machine Learning Algorithms Study Notes 系列文章介绍 2    Supervised Learning    3 2.1    Perceptron Learning Algorithm (PLA)    3 2.1.1    PLA --…
Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 目 录 1    Introduction    1 1.1    What is Machine Learning    1 1.2    学习心得和笔记的框架    1 2    Supervised Learning    3 2.1    Perceptron Learning Algorithm (PLA)    3 2.1.1    PLA -- "知…
jar tvf study.war 0 Thu Oct 20 14:01:18 CST 2016 META-INF/ 137 Thu Oct 20 14:01:16 CST 2016 META-INF/MANIFEST.MF 0 Thu Oct 20 14:01:16 CST 2016 WEB-INF/ 0 Thu Oct 20 14:01:16 CST 2016 WEB-INF/classes/ 0 Thu Oct 20 14:01:16 CST 2016 WEB-INF/classes/di…
Mongo DB Study: first face with mongo DB 1.  study methods: 1.  Translate: I am the mongo DB organization website truck man. And I may use my knowledge to help myself learn more. 2.  Practice: only the practice can make me what I have done and what I…
转自:http://webrtc-security.github.io/ A Study of WebRTC Security Abstract Web Real-Time Communication (abbreviated as WebRTC) is a recent trend in web application technology, which promises the ability to enable realtime communication in the browser w…
文本框:          <INPUT id="email" name="_fmu.u._0.e" value="" />      方法1: ie.text_field(:id,'email').set("文本内容")      方法2: ie.text_field(:name, 'email').set("文本内容")      方法3: ie.text_field(:name,"…
永远不变的东西,原理 study roadmap: 1.user space: tizen power manager => suspend/resume or runtime? android power manager => early suspend / wakelock / suspend/resume / platform sleep 2.kernel: linux original suspend/resume linux runtime pm 3.write my own pow…
<学得少却考得好Learn More Study Less>这本书最早是从褪墨网站上看到的,crowncheng翻译了全文.这本书介绍了不少学习方法,非常适合在校的学生,原文的作者Scott Young在高中和大学的学习成绩很好,但花在学习上的时间并不太多. 全书一上来引入了Holistic(整体性学习方法)这个单词,用来与死记硬背(Rote Memorization)学习法相区别,书的第四部分为小结,所以主要内容实际上是三个部分: 一.策略Strategy 二.技术Technology 三.…
1.支持的语言 Watir:ruby Selenium2:支持多种语言,如:python,ruby,java,c#,php,perl,javascript QTP:vbscript 2.支持的浏览器 Watir:只支持IE Selenium2:支持多种浏览器,如:IE,firefox,chrome QTP:支持IE与Firefox 3.是否支持脚本录制 Watir:不支持录制 Selenium2:支持录制 QTP:支持录制 4.是否收费 watir:开源的测试工具,使用免费 Selenium2:…
Watir简介 "Watir" (发音与 water相近) 全写是 "Web Application Testing in Ruby".Watir是一款用Ruby脚本语言驱动浏览器的自动化测试工具.Wait是基于Web的自动化测试开发的工具箱. Watir对什么有效? Watir可以驱动那些作为Html页面被发送到Web浏览器端的应用程序. Watir对下列组件不起作用:ActiveX.Java Applets.Macromedia Flash或者其他的应用程序插件…
领略下传说中的Struts2,写了个小例子,有点意思.比起.net中的MVC有意思的在于它是你自己一步步去配置实现,想怎么搞就怎么搞,.net的MVC,它干了什么事你完全不知,只不过知道怎么用而已. 下载的struts2版本为2.3,里头有些小例子,我直接使用了最简单的那个struts2-blank.war里的jar包即可.(这是struts2最基本的jar,其实还有一些可以删除的,比如我删除了log4J) 1)有以下有个Jar需要引入到lib文件夹: asm-3.3.jar asm-commo…
1. Clustering Analysis Clustering is the process of grouping a set of (unlabeled) data objects into multiple groups or clusters such that objects within a cluster have high similarity, but are very dissimilar to objects in other clusters. Dissimilari…
很荣幸,经过三天的努力.终于把自己翻译的教材做完了,现在把它贴出来,希望能指出其中的不足.   Case Study: Random Number Generation Fig. 6.7  C++ 标准库头文件 (Part 3 of 3.) 6.7  Case的学习: 随机数的生成 我们现在需要一个简短的,并希望娱乐的分流成为一种流行的编程应用,即模仿和玩游戏,在这一节和下一节当中,我们将要开发一个包含多选功能的游戏. 这些元素的产生可以使用C++的标准库来获得,仔细研读下面的语句 i = ra…
转自:http://watirmelon.com/2010/04/10/watir-selenium-webdriver/ Please also see my new ‘Watir-WebDriver: a detailed introduction‘ post. Background Of all the open source automated web testing tools available, Watir and Selenium have been the two most p…
AIX Study之--AIX网卡配置管理(ent0.en0.et0) 1.查看AIX系统网卡信息: [root@aix211 /]#lsdev |grep et  en0 Available 1L-08 Standard Ethernet Network Interface en1 Available 14-08 Standard Ethernet Network Interface en2 Defined 1D-08 Standard Ethernet Network Interface e…
Php study schedule personal: 1. php intro + upper : imooc2. video course: php100, houdunwang (together with project practice)3. ubuntu system:?4. MVC codeignitor + thinkphp:?…
Parameter Binding in ASP.NET Web API http://www.asp.net/web-api/overview/formats-and-model-binding/parameter-binding-in-aspnet-web-api OAuth 2.0 in Web API http://www.codebetter.com/howarddierking/2011/10/11/oauth-2-0-in-web-api/ Threading in C# http…
Tom和Coco是有名的加班狂人.Tom加班改bug,Coco加班回归bug. 两人经常加班到很晚,Tom是男孩子,很自然的担负起护送Coco的任务.他打车先送Coco回去,然后自己回家.不过Tom和Coco在路上交流很少,无非就是寒暄几句,问下bug的情况,然后抱怨几句.Coco一直认为Tom有点口吃,其实Tom说话还是挺流利的,只是一见到Coco他就莫名紧张,脸红脖子粗,像喝多了酒,舌头有点哆嗦. Tom和Coco在同一个项目,Fred是项目经理.Fred有一种超凡的能力,那就是能让所有的人…
第27本:<学得少却考得好Learn More Study Less> <学得少却考得好Learn More Study Less>这本书最早是从褪墨网站上看到的,crowncheng翻译了全文.这本书介绍了不少学习方法,非常适合在校的学生,原文的作者Scott Young在高中和大学的学习成绩很好,但花在学习上的时间并不太多. 全书一上来引入了Holistic(整体性学习方法)这个单词,用来与死记硬背(Rote Memorization)学习法相区别,书的第四部分为小结,所以主要…
        搜索下拉提示(Query Auto Completion,简称QAC)如今差点儿是每一个搜索引擎必备的基本功能,作用是在用户在搜索框输入查询词的过程中,给用户展示一系列搜索查询query供用户选择,能够方便用户输入.缩短用户搜索时间.提高用户搜索体验.在这方面的研究已经有非常多,如基于上下文.基于时间序列等预測query的热度.个性化排序等,但关于用户怎样与搜索下拉提示(下文简称QAC)交互的研究眼下还是一个空白. 微软的Katja Hofmann前几天(11.3-11.7)刚刚…
MySQL Study之--Mysql无法启动"mysql.host" 系统环境: 操作系统:RedHat EL55 DB Soft:  Mysql 5.6.4-m7 通过源代码包安装mysql后,在启动mysqld时出现错误: [root@rh55 mysql]# bin/mysqld_safe & [1] 15846 [root@rh55 mysql]# 150610 17:04:36 mysqld_safe Logging to '/usr/local/mysql/dat…
Windows环境搭建Web自动化测试框架Watir 一.前言     Web自动化测试一直是一个比较迫切的问题,对于现在web开发的敏捷开发,却没有相对应的敏捷测试,故开此主题,一边研究,一边将Web自动化测试应用于工作中,进而形成能够独立成章的博文,希望能够为国内web自动化测试的发展做一点绵薄的贡献吧,笑~ 二.Watir搭建流程 图1-1 需要安装的工具     下载地址:http://railsinstaller.org/     因为安装Ruby还需要用到其他的一些开发工具集,所以建…
接触web方面的自动化测试,会接触几个常用的工具,selenium1,selenium2,watir 有的时候总是混淆,那么他们的优缺点啥的呢,在让你给项目选自动化框架,会选择哪个??? 1,语言的支持:selenium1和selenium2均支持多种语言,常用的事python,java,ruby: watir只支持ruby 2.  浏览器的支持:selenium1和2支持多种浏览器,例如:ie,chrome,火狐,opera watir:只支持ie 3. 实现原理: selenium1:基于浏…