
2008年5月28日
摘要: 本文概要介绍 IBM Rational Performance Tester (简称 RPT)和 HP Mercury LoadRunner (简称 LR)两个性能 / 压力测试工具,主要从脚本开发,场景构建与配置,性能监控,测试结果分析几个方面,对 LR 和 RPT 的使用做了详细的对比分析,并根据 IBM Lotus Form 系统测试团队从 LR 到 RPT 的迁移的工作经历中总结了一些 RPT 的一些实用技巧。对于那些需要从 LR 工具切换到 IBM RPT 的测试人员的测试技术的平滑过渡,具有较强的借鉴意义。
阅读全文
posted @
2008-05-28 17:14 Lotto 阅读(18) |
评论 (0) |
编辑

2008年4月26日
1.Set IE browser Item: "Property"-->"Advanced"-->Remove "disable script debugging(IE)" and "disable script debugging(others)";
2.Fristly, You can set "break point" in page js block while js function in page or user control;
3.Secondly, You can't set "break point" directly while debugging js function of web custom control, In VS2008 please as the following steps:
(1).open the page which contains the js function you want to debug in browser, the "Attach to process" in IDE and select browser process.
(2). now, you will get new item in the "solution explorer", that means "script documents" and you can get the js file as "WebResource.axd" file.
(3). set "break point" ,and do js function operation, you can start debugging.
posted @
2008-04-26 10:43 Lotto 阅读(148) |
评论 (2) |
编辑