51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1753|回复: 1
打印 上一主题 下一主题

[求助] 编写脚本时遇到的问题

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2006-5-17 15:33:39 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
参数化一个变量后,进行多个循环,我定义了一个外部变量,想将每次循环得到的值赋给定义好的外部变量,不知道该怎么做?
以下时部分代码:
  web_custom_request("OSOBJP.HDR_2",
                "URL=http://*****",
                "Method=POST",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://*****",
                "Snapshot=t60.inf",
                "Mode=HTML",
                "Body=pageaction=SAVE&gisinstalled=false&profileorganization=&categorymanufacturer=&can_delete=true&audittablename=R5OBJECTS&sysleveldesc=&classorganization=&autonumber=false&can_insert=true&locorganization=&can_update=true&categoryclass=&persontypefilter=&usrgroup=TEST&addgisasset=&recordid=&statusrcode=I&pagemode=display&new_permissions=true&assleveldesc=&eqrtype=P&categoryclsorg=&compleveldesc=&linkgiswo=0&multiorg=&transferequipment=&costrollupparentasset=&createwo=&criticality=&"
                "criticality_display=&creategisasset=&equipmentdesc={lib_position}&syslevel=&eqtype=P&eqtype_display=Position&linearreferenceprecision=&linearreferenceprecision_display=&complevel=&gisobjid=&viewgisattributes=&cgmp=&geographicalreference=&viewgismap=&vmrsdesc=&profile=&department=*&ylocation=&dependentonparentasset=&outofservice=0&assetstatus=I&assetstatus_display=Install%C3%A9&location=&xlocation=&linearreferenceuom=&linearreferenceuom_display=&production=-1&organization=*&equipmentlength=&safety"
                "=&costcode=&class=&category=&preventwocompletion=&soldscrapdate=&equipmentno={Cod_Position}&assignedto=&commissiondate=05%2F16%2F2006&gislayer=&linearequipmentsearch=&withdrawaldate=&asslevel=&equipmentlengthuom=&equipmentlengthuom_display=&transferdate=&meterunit=&parentasset=&PAGEMODE=display&SYSTEM_FUNCTION_NAME=OSOBJP&CURRENT_TAB_NAME=HDR&USER_FUNCTION_NAME=OSOBJP&CHECK_CF_CHANGEFLAG=true&CHANGEDCUSTOMFIELDS=",
                LAST);
以上红色部分为参数化变量
赋值给事先定义好的外部变量:      cod_precedent=&equipmentno;
                                                       lib_precedent=&equipmentdesc;

结果出错:   Action.c (120): undeclared identifier `equipmentno'
                          Action.c (121): undeclared identifier `equipmentdesc'
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
 楼主| 发表于 2006-5-17 18:46:36 | 只看该作者
problem solved !!

cod_precedent=lr_eval_string("{Cod_Position}");
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-11-23 03:29 , Processed in 0.063524 second(s), 27 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表