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
相關文章
相關標籤/搜索