11 2015 档案

摘要:1, Create a folder fileFolder2, create a file tester.py3, create another file setup.py:The content of setup.py from distutils.core import setup setu... 阅读全文
posted @ 2015-11-23 17:13 My_Litter_Princess 阅读(161) 评论(0) 推荐(0)
摘要:1、整合Visual Studio和NUnit在Visual Studio 2010中,通过安装NUnit插件,可以不使用外部客户端,直接运行测试。当然,貌似在最新版本的VS2012中,安装过NUnit之后,就可以在不需要安装插件的情况下,运行NUnit的测试。2、运行时区别看网上的帖子讲,NUni... 阅读全文
posted @ 2015-11-06 14:24 My_Litter_Princess 阅读(231) 评论(0) 推荐(0)
摘要:Source: This is the example how to use eclipse and python. http://www.360doc.com/content/15/0206/10/20107535_446635492.shtml The open source tool abou 阅读全文
posted @ 2015-11-04 12:27 My_Litter_Princess 阅读(292) 评论(0) 推荐(0)
摘要:1, Install python and selenium. I use python 3.5, the following is the example 1.) Python download: 3.5 https://www.python.org/downloads/release/py... 阅读全文
posted @ 2015-11-04 11:16 My_Litter_Princess 阅读(256) 评论(0) 推荐(0)