测试的功能大概是这样的,新增一笔记录,然后对这条记录进行审批,录制成一个脚本。
由于审批时要用到新增记录的Oid,而新增记录的Oid是由服务器端实时生成的,因此不能参数化oid,只能使用手动关联。在新增处取得了oid后,在审批处引用。
目前的情况是单用户迭代跑多少次都没问题,但是多用户跑时,新增记录是能够成功的,但是跑到审批时,就会报错如下:
createUnit.c(71): Error -26377: No match found for the requested parameter "UnitOid". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 900000 bytes, use web_set_max_html_param_len to increase the parameter size