尹立刚

LoadRunner改脚本

加action,不支持嵌套大括号
Action()
{
int iCt = 0;

iCt = lr_output_message("abcdefg"); 

iCt = funA(3,5);

lr_output_message("abcdefg %d",iCt);    

}
 
int funA(int a,int b)
{
    int c;
    c = a+b;
    return c;
}

posted on 2015-11-09 20:18  尹立刚  阅读(354)  评论(0编辑  收藏  举报

导航