Loadrunner自定义函数在脚本中的应用样例

#include "web_api.h"int SumFour(int a,int b,int c,int d) //自定义四个整型数字求和函数{  if ((a<100) || (a>9000) || (b<100) || (b>9000) || (c<100) || (c>9000) || (d<100) || (d>9000))      { return -1; }  else { ret
相关文章
相关标签/搜索