最近比较忙, behave的项目结束之后,又加入了一新项目,一开始说要用C#语言来写selenium自动化,后来跟客户确定使用QTP来写。 个人还是比较喜欢用C#语言和selenium框架的。因为qtp,市场上用的不多,发展前途受限制,再加上vbscript语言现在基本上没有人使用了。 OK,开始进...
分类:
编程语言 时间:
2014-11-29 14:24:41
阅读次数:
513
前不久,InfoQ向大家推荐了几本有关 软件架构的新书,引起了国内读者的广泛兴趣。其中一本是《 开源应用架构(The Architecture of Open ?Source ?Applications)》, 来自知名开源项目的各位作者对软件的设计进...
分类:
Web程序 时间:
2014-11-29 00:20:51
阅读次数:
246
简述 使用selenium webdriver + Python做自动化测试,执行完成后要生成测试报告,Python我们使用的HTMLtestrunner 进行生成,但是默认提供的生成报告内容,并不能满足我们的需求,怎么才能让测试报告数据更清晰,内容更丰富呢。对于一些人来说,可能已经重写了报告生成方...
分类:
编程语言 时间:
2014-11-28 14:06:03
阅读次数:
663
一、安装 Requests 通过pip安装 Code example: 1 $ pip ? ? install ? ? requests 或者,下载代码后安装: Code example: 1 2 3 $ git clone git: ? ? //github ? ? .com ? ? /kennethreitz/requests ?...
分类:
编程语言 时间:
2014-11-28 01:09:16
阅读次数:
317
Next monthDecember, I want to learn selenium technic to improve my work. Also, have a bit for Phthon. It can be cool things.May be start my voline ......
分类:
其他好文 时间:
2014-11-27 23:27:59
阅读次数:
204
cool thing happen today :) envrioment set up and seleniumn can run. let's explore the selenium-webdirversave the comand as bat, so next time just doub...
分类:
编程语言 时间:
2014-11-27 00:00:56
阅读次数:
499
Selenium rc preparationDown load two jar documentsselenium-2.40.0 zipselenium-server.jarAdd them as external jar in eclipseTry it now.cmd in windows.1...
分类:
编程语言 时间:
2014-11-26 01:12:27
阅读次数:
290
预览效果图: Selenium 数据库结构:id(int) classname(string) parentid(int) sort(int用于显示与排序)1 家居 0 12 家电 0 23 沙发 1 14 某... 3 1...10 ...红色 4 1注:parentid 父...
分类:
数据库 时间:
2014-11-25 22:43:12
阅读次数:
287
接着上面一章所讲的,用selenium IDE录制139邮箱日历模块创建活动的脚本,并将其转换为java脚本到Eclipse中运行。运行发现脚本运行到打开日历模块页面就停止了,并没有创建活动。分析一下原因:其实当点击创建活动的时候,这里加载了一个iframe,而selenium2的get()方法并不...
分类:
编程语言 时间:
2014-11-25 20:30:08
阅读次数:
288