随笔分类 -  测试相关

摘要:其实这篇文章一大部分来自于以前我在某个测试讨论群里同别人的讨论,讨论后感觉有些感悟,所以就讲这些讨论整理在此,已备后查.阿里(北京) 14:03:05对测试人员证书的看法But the ISTQB standards and other certifications aren't without controversy within the software test community. "It... 阅读全文
posted @ 2010-04-16 00:23 Chris Wang 阅读(405) 评论(0) 推荐(0)
摘要:在windows命令行窗口下执行: C:\>netstat -aon|findstr "4444"TCP 127.0.0.1:4444 0.0.0.0:0 LISTENING 2434 由上面得知,端口被进程号为2434的进程占用,继续执行下面命令: C:\>tasklist|findstr "2434"javaw.exe ... 阅读全文
posted @ 2008-12-19 16:37 Chris Wang 阅读(2042) 评论(1) 推荐(0)