51Testing软件测试论坛

标题: loadrunner 找不到符号 [打印本页]

作者: scan369824461    时间: 2012-4-7 11:26
标题: loadrunner 找不到符号
本帖最后由 msnshow 于 2012-4-8 19:53 编辑

/*
* LoadRunner Java script. (Build: _build_number_)
*
* Script Description:
*                     
*/

import lrapi.lr;
import test.*;

public class Actions
{

        public int init() throws Throwable {
                return 0;
        }//end of init


        public int action() throws Throwable {
                LoadrunnerTest.main((String[])null);
                return 0;
        }//end of action


        public int end() throws Throwable {
                return 0;
        }//end of end
}






C:\Users\Miss\AppData\Local\Temp\noname3\Actions.java:9: 软件包 test 不存在
import test.*;
^
C:\Users\Miss\AppData\Local\Temp\noname3\Actions.java:20: 找不到符号
符号: 变量 LoadrunnerTest
位置: 类 Actions
                LoadrunnerTest.main((String[])null);
                ^
2 错误
作者: 云层    时间: 2012-4-7 12:44
你import写的不对,在Java Vuser中有些包不能写*,你写具体的试试




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2