html tool

2012年10月23日星期二

crm - load Runner 脚本中出现问题的总结



  • web_reg_save_param 如何使用正则匹配
    • 正则表达参数
      http://www.cnblogs.com/testbug/

      /RE - The value is a regular expression. See Regular Expressions.
      /RE 是web_reg_save_param_ex才有  意思是左右边界的值可以使用正则表达式
      "RB/RE=\" name=\"chkItem_......\"\r\n    中的......就表示任意字符了。

  • lr_xml_get_values --
  • try ld setup flex 协议
    • 1.setup
    • 2.use
      • flex setting
        http://wenku.baidu.com/view/e53174cc050876323112128d.html
        http://wenku.baidu.com/view/c6701524af45b307e871971b.html
  • try flex 脚本中 tree 视图 -> snopshot 标签 查看replay
  • other 内容
    • web.xml 修改
      解决的办法是,在web.xml中给MessageBrokerServlet增加一个初始参数:

      useContextClassLoader
      true


来源:http://blog.sina.com.cn/s/blog_6054ce730100dopu.html
问题:这个值是做什么的啊?why?
+ - DSId 在flex中有什么特殊作用啊?why?
  • 来源:http://www.alexglosband.com/2010/03/avoiding-duplicate-session-detected-errors-in-lcds-and-blazeds/

    Note: If one of the HTTP endpoints is being used, the session cookie is the standard JSESSIONID cookie used by JEE application containers. If one of the NIO HTTP endpoints is being used, this by default is the AMFSessionID cookie. The session cookie name for NIO HTTP endpoints can be changed in your services-config.xml file.

    When the browser receives the second response, it will overwrite the first session cookie with the new session cookie on this response. Both session cookies have the same path element so only one will get stored by the browser. Each sub app will store the DSID (the FlexClient id) included in the reply message it received from the server.


read other
  • DSId 的引导者
    [这个是最早发现的,此人的其他文可以详细看]
    http://www.51testing.com/?uid-249834-action-viewspace-itemid-249421
    一个可以测试flex用的工具
    https://code.google.com/p/jmeter-amfsampler/

没有评论:

发表评论