欢迎访问 lijingcheng3359 的个人空间

我的文集

  • pylot:开源的web性能测试工具

    2011-03-01 16:38:24   /   [开源测试工具]

    pylot是一款开源的web性能测试工具,http://www.pylot.org/参考文档:http://www.pylot.org/gettingstarted.html很容易上手使用分为以下4步:Step 1: 创建testcase(参照文档配置起来很灵活)Step 2: 测试方案Agents: 指定并发用户数Rampup: 所有Agent启动所用时间,他会均匀的分布在所设时间段内Interval: 每个Agent发送请求的间歇时间(除非响应时间超过了间隙时间,这样会等待响应以后再发送下一次请求)Duration: testcase运行的时间Step 3: 启动模式:Run ModesBlocking ModeGUI ModeStep 4: 查看.
  • Mocking with Jmockit

    2009-11-25 14:20:57   /   [软件测试新手上路]

    JMockit 是用以帮助开发人员编写测试程序的一组工具和API,该项目完全基于 Java 5 SE 的 java.lang.instrument 包开发,内部使用 ASM 库来修改Java的Bytecode。When writing Unit Tests, it's often necessary to mock classes. There are several good frameworks to do this, such as EasyMock. This works fine in most cases, but it's possible to run into problems when using certain designs.EasyMock (the same is true for most other mocking frameworks) can only mock public, non static or final methods. In .

我的资料

  • 用户组: 中级站友
  • 发帖数: 37
  • 发短消息
  • 注册日期: 2009-11-18
  • 更新日期: 2012-06-01
Open Toolbar