51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

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

[原创] 利用QTP进行webservice进行附件上传,无法成功

[复制链接]
  • TA的每日心情
    郁闷
    2014-10-28 14:43
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    跳转到指定楼层
    1#
    发表于 2014-10-28 14:42:12 | 只看该作者 回帖奖励 |正序浏览 |阅读模式

    关于QTP9.2测试webservice进行附件上传无法成功,已经参考了帮助,但是仍无法成功,请大神们帮助

    Add Attachments for the Next Web Service Operation CallSub Attachments_Example()


    'The following example adds two attachments for use with the next WebService operation

    'call, then retrieves the temporary location where QuickTest has stored the attachments

    'and prints these locations in a message box.



    WebService("CheckAttachmentsLocalhostServi").AddAttachment "c:\temp.xml" ' Send temp.xml as an attachment of the toolkit default type with the next call to the Web service

    WebService("CheckAttachmentsLocalhostServi").AddAttachment "c:\temp.exe" ' Send temp.exe as an attachment of the toolkit default type with the next call to the Web service

    WebService("CheckAttachmentsLocalhostServi").CheckAttachmentsInfo True, 1 ' This call to the Web service will send existing attachments to the service and send them back after 1 second

    注,上边的代码无法执行,总报错,说没有CheckAttachmentsInfo的方法


    arrAttachments = WebService("CheckAttachmentsLocalhostServi").GetAttachments ' Get an array of file locations for attachments receieved with the last Web service call

    For Iterator = 0 To UBound(arrAttachments)

        MsgBox arrAttachments(Iterator) ' print the location of the attachment file, should be in %temp% directory

    Next


    End Sub
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    开心
    2024-10-4 10:34
  • 签到天数: 1208 天

    连续签到: 1 天

    [LV.10]测试总司令

    2#
    发表于 2014-10-29 09:56:44 | 只看该作者
    高大上 没用过
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-11-24 02:09 , Processed in 0.069211 second(s), 23 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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