代码改变世界

selenium 问题解决:如何使页面滚动条移动到指定元素element的位置处?

2014-10-11 16:13 by 散步的鱼2013, 1028 阅读, 0 推荐, 收藏,
摘要:在用selenium做测试时,会遇到需要操作的元素不在当前可视页面中的情况,如果是手工测试,自然很简单,手动拖拽滚动条到目标元素处即可。那么,selenium如何实现这种情形呢?答案是需要借助Javascript.Java代码如下:1 WebElement target = driver.findE... 阅读全文

面试准备(3)

2013-09-08 19:10 by 散步的鱼2013, 173 阅读, 0 推荐, 收藏,
摘要:Q: Introduce yourselfA: I am XXX, 30 years old, married and have a babyfor 8 monthes.I recived a bachelor's degree in 2005 with major of Information management and Information system.I have more than 8 years work experience in software testing. I am good at function testing, compatibility testin 阅读全文

面试准备(2)

2013-09-08 15:49 by 散步的鱼2013, 160 阅读, 0 推荐, 收藏,
摘要:Q: Introduce the BCS project and describe your responsibilityA:Microsoft Business data connectivity service is includedin Microsoft Sharepoint 2010 and Microsoft Outlook 2010. It is a set of shared services and features that provide a way to enable sharepoint connect and interact with extreral data. 阅读全文

面试准备(1)

2013-09-08 12:26 by 散步的鱼2013, 204 阅读, 0 推荐, 收藏,
摘要:Q: Which methodsdid you use in designing test case? give me an exampleA:I always use these methods:Equivalence partitoning, boundary valueanalysis, cause effect graphing, error guessing er..I give a requirement point that I had just finished. May be it is a bit easy but can also show the combination 阅读全文

是不是该辞职了?

2013-09-01 22:45 by 散步的鱼2013, 302 阅读, 0 推荐, 收藏,
摘要:从5月底休完产假到现在每天都在想着要不要裸辞了,再找工作。和2011年刚进公司时一样翻来覆去的想,我觉得这次再没有理由让我呆下去了。辞职的原因总结有以下几个:测试方面:1. 测试流程很乱,尤其是我之前一直做的微软ONSITE,测试流程,测试方法都很规范,该是谁的就是谁的,每个人的责任和义务都很明确,目前的企业每天都在为是谁的责任,谁的活吵架,你推我我推你,测试的流程忙了就不遵守了,也没人监督,没有规范的软件监督,导致大家都很随意,不负责任成习惯了2. 测试方法简单粗暴,自己写测试用例,自己测试,用例没有人审核,随意性测试很多,单元测试的回归测试自己想测就测,反正没有跟踪回归测试用例的软件,大版 阅读全文