51Testing软件测试论坛

标题: 关于winrunner如何导入程序 [打印本页]

作者: mybasswood    时间: 2004-9-29 15:31
标题: 关于winrunner如何导入程序
例如:
      在服务器上有一个exe文件,如何在winrunner中打开.
我的文件绝对路径:\\10.167.16.8\public\Test\KU11XX\iMake\iMaker.exe
     我建立一个路径:
     static  test_path=getvar("testname");
     static  guifile_path=test_path & "\\输入测试.gui";
     static app_path="\\10.167.16.8\public\Test\KU11XX\iMake\iMaker.exe";
  
     gui_unload_all();
     gui_load(guifile_path);
     report_msg(guifile_paht);
     if(invoke_application(app_path,"","",SW_show)!=0)
       {
             report_msg("file not found");
             texit;
       }
怎么不能调用.
作者: liujinkui    时间: 2009-8-1 14:49
"\"是转义字符 当你用到一个"\"那就得写"\\"
static app_path="\\\\10.167.16.8\\public\\Test\\KU11XX\\iMake\iMaker.exe";




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