技术宅,fat-man

增加语言的了解程度可以避免写出愚蠢的代码

导航

2012年8月7日 #

Selenium测试用例复用与测试框架

摘要: //selenium-java testcasepublic class KwebAdminLogoutSelenium extends SeleniumTestCase{ public void testAdminLoginLogout() throws Exception { selenium.open("/kweb/"); selenium.type("j_username","admin"); selenium.type("j_password","change_on_install") 阅读全文

posted @ 2012-08-07 17:22 codestyle 阅读(828) 评论(0) 推荐(0)

Google前工程经理王忻:如何准备软件工程师的面试

摘要: http://news.csdn.net/a/20101020/280727.html导读: 原文作者王忻,Google前工程经理,2003年月加入Google,是Google Lively背后的主导力量,是Google Desktop的重要贡献人,并在Google招聘委员会任职。2008年11月从Google离职,现是Trackville.com的创始人。2010年10月12日王忻在博客中透露,她已是Minted.com的CTO。(注:此文写于2006年6月。)Google前工程经理王忻六月份的时候,我曾经在黑板报上介绍过“如何写一份好的工程师简历”, 今天想跟大家来谈谈如何准备软件工程师的 阅读全文

posted @ 2012-08-07 16:51 codestyle 阅读(297) 评论(0) 推荐(0)