码迷,mamicode.com
首页 > Web开发 > 详细

Web automation test splinter and selenium usage

时间:2015-12-06 02:00:32      阅读:354      评论:0      收藏:0      [点我收藏+]

标签:splinter and selenium

        There is sth wrong with input on my ubuntu. So the first blog would be written in english about what i am doing during this weekend. i study python for a while about algorith and network and now  find some small project for practice. One of pratice is to log on website automatically. Splinter is an interesting item which would cover web communication and testing. Following link is an implementation on how to log on 12306 to buy ticket presented by youerning.  http://youerning.blog.51cto.com/10513771/1719159

       I follow its steps and find these API are provided in selenium, one of most popular web automation test. You will know well about its API if you track to its implementation. Of course you need to understand the code and has willness and time to learn.

All source code list as following:

You are free to access its github for more info.splinter

splinter: usr/local/lib/python2.7/dist-packages/splinter

selenium: usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote

技术分享

.技术分享

技术分享

本文出自 “Tech” 博客,请务必保留此出处http://2274552.blog.51cto.com/2264552/1719823

Web automation test splinter and selenium usage

标签:splinter and selenium

原文地址:http://2274552.blog.51cto.com/2264552/1719823

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!