以上三个问题,不知道那位大侠解决一下!!!
谢谢了作者: ray_wym2000 时间: 2004-12-2 11:56
怎么没有人理我?自己顶一下作者: andrei 时间: 2004-12-2 13:35
对于第一个问题,你是不是想将id和name关联起来,如果是这样,你可以这样:1.将id参数化,parameter type选为file,在parameter properties对话框中用 [Add Col...]新建一列,存放name字段。
2.将name参数化,parameter type选为file,在parameter properties对话框中,file path选为存放id的那个文件,然后将[Select next row]字段设为:
Same line as XXX。
这样就把id和name关联了。作者: 吱吱 时间: 2004-12-2 17:33
1. lr_output_message("The ID is %s and the name is %s", lr_eval_string("{ID}"), lr_eval_string("{Name}"));作者: yuxingxin 时间: 2004-12-3 10:03
第二个和第三个问题不太容易做,并且在压力测试中,也没有太大的意义这么做