51Testing软件测试论坛

标题: 为什么我录不到web_link函数(小白问题) [打印本页]

作者: polly_jing    时间: 2012-7-6 14:48
标题: 为什么我录不到web_link函数(小白问题)
是不是我哪里设置错误,勾选了A script describing user action  录出来的脚本没有web_link函数(录的时候有点击链接)
作者: mr.bee    时间: 2012-7-6 15:34
link是上下文关联 url不是上下文关联 vugen自己决定使用哪个——我由帮助文档推断出来的

In the following example, the script loads a URL and then clicks a link:

web_url("test.html",

    "URL=http://localhost/test.html",

    "Resource=0",

    "RecContentType=text/html",

    "Referer=",

    "Mode=HTML",

    LAST );

web_link("Test1",

    "Text=Test1",

    LAST );
作者: polly_jing    时间: 2012-7-6 15:37
回复 2# mr.bee


我就是只录到了这部分web_url("test.html",

    "URL=http://localhost/test.html",

    "Resource=0",

    "RecContentType=text/html",

    "Referer=",

    "Mode=HTML",

    LAST );

而后面的web_link("Test1",

    "Text=Test1",

    LAST );一个都没录到
作者: polly_jing    时间: 2012-7-6 15:39
都只录到了web_url这个函数,web_link一个都没录到
作者: mr.bee    时间: 2012-7-6 16:19
link是上下文关联 url不是上下文关联 vugen自己决定使用哪个
作者: polly_jing    时间: 2012-7-6 16:40
LR自带网站的注册用户那个sign up 链接  是可以录到的
作者: femir    时间: 2012-7-8 22:19
好好度LR帮助文档,搞清楚HTML和URL2中录制模式的区别




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