软件工程的一些思考与实践
软件工程没有银弹,是一个古老的话题,来自于在1987年的论文《No Silver… Continue Reading
软件工程没有银弹,是一个古老的话题,来自于在1987年的论文《No Silver… Continue Reading
引言 在存储领域,数据正确性是那个1,其余的功能性、稳定性是后面的0,如果数据正… Continue Reading
今天在看一篇“腾讯技术工程"公众号时,提到了使用GoReplay工具支持流量的录… Continue Reading
这两天发现的STF工具( Smartphone Test Farm),基于Nod… Continue Reading
我用Nginx+FastCGI的方式来运行我们的Bugzilla系统,但几天前的… Continue Reading
在做一些Android自动化脚本,比如向手机QQ中输入中文聊天内容,由于使用Ro… Continue Reading
在Jenkins上有一大批老的job不需要跑了,想批量disable这一批job… Continue Reading
Bugzilla作为最好的Bug管理系统之一,它是主要用Perl编写的开源软件,… Continue Reading
用Jenkins做自动化测试执行平台,运行自动化的case。当case较多需要时… Continue Reading
《Google软件测试之道》 总的来说,这本书是我看过的所有软件测试相关书籍中,… Continue Reading
根据个人的经验和理解,将性能测试分一下类别,可能在实际操作过程中不一定每种测试都… Continue Reading
这几天,将图书馆借来的《从菜鸟到测试架构师》这本书看完了;尽管作为有5年测试经验… Continue Reading
在Linux上有个常用的命令 curl(非常好用),支持curl的就是大名鼎鼎的… Continue Reading
互联网中当然有很多写爬虫的需求,包括自动化测试也需要,周末简单看了几篇文章;整理… Continue Reading
有些网站的WebServer对User-Agent有限制,可能会拒绝不熟悉的Us… Continue Reading
首先说明,这个Bug已经在这两天发布的Selenium 2.38.4版本中被修复… Continue Reading
有的网页,不能直接通过wget/curl等命令、或者直接使用Python中的li… Continue Reading
(最近没有做多少Linux system level的事情了,看着草稿箱中还有以… Continue Reading
在我的《KVM虚拟化技术:实战与原理解析》书中8.5节“磁盘I/O性能测试”中也… Continue Reading
Jacoco是一个Java代码覆盖率统计工具,见:http://www.ecle… Continue Reading