51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1646|回复: 2
打印 上一主题 下一主题

高手进来,有哥问题我不知道问题出在什么地方了

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2005-9-15 11:19:41 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
在采用lr,使用RTE协议 ,录制一个pop3登陆口令时,
刚开始录制 就出现

如图所示的错误,请教高手这是为什么啊?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?(注-册)加入51Testing

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

使用道具 举报

该用户从未签到

2#
发表于 2005-9-15 14:38:22 | 只看该作者
你在RTE的recording option中改一下设置就行了!
回复 支持 反对

使用道具 举报

该用户从未签到

3#
 楼主| 发表于 2005-9-15 15:00:43 | 只看该作者
这个问题我解决了,,可是 我在那个蓝色背景的面板上面不能输入命令阿

你看看运行结果

虚拟用户脚本已启动
正在开始操作 vuser_init。
Connect succeeded on try 1: comm-type = telnet;host-name = 192.168.2.251;telnet-port = 18110;set-window-size = true;terminal-type = vt420-7;terminal-model = vt320;.
vuser_init.c(29): 错误: TE_connect failed after  1 tries.  Retrying.
Reason: Unable to connect to host.
The error message is: 已连接.
During connection of comm-type = telnet;host-name = 192.168.2.251;telnet-port = 18110;set-window-size = true;terminal-type = vt420-7;terminal-model = vt320;
vuser_init.c(29): 错误: TE_connect failed after  2 tries.  Retrying.
Reason: Unable to connect to host.
The error message is: 已连接.
During connection of comm-type = telnet;host-name = 192.168.2.251;telnet-port = 18110;set-window-size = true;terminal-type = vt420-7;terminal-model = vt320;
vuser_init.c(29): 错误: TE_connect failed after  3 tries.  Retrying.
Reason: Unable to connect to host.
The error message is: 已连接.
During connection of comm-type = telnet;host-name = 192.168.2.251;telnet-port = 18110;set-window-size = true;terminal-type = vt420-7;terminal-model = vt320;
vuser_init.c(29): 错误: TE_connect failed after  4 tries.  Retrying.
Reason: Unable to connect to host.
The error message is: 已连接.
During connection of comm-type = telnet;host-name = 192.168.2.251;telnet-port = 18110;set-window-size = true;terminal-type = vt420-7;terminal-model = vt320;
vuser_init.c(29): 错误: TE_connect failed after  5 tries.  Giving up.
Reason: Unable to connect to host.
The error message is: 已连接.
During connection of comm-type = telnet;host-name = 192.168.2.251;telnet-port = 18110;set-window-size = true;terminal-type = vt420-7;terminal-model = vt320;
Aborting RTE vuse

这个市脚本


/*
* init.c
*
* A standard template file for RTE VuGen.
*/

#include <lrrte.h>

vuser_init()
{
        /* *** The terminal type is VT420-7. */
        TE_connect(
                "comm-type = telnet;"
                "host-name = 192.168.2.251;"
                "telnet-port = 18110;"
                "set-window-size = true;"
                "terminal-type = vt420-7;"
                "terminal-model = vt320;"
                , 60000);
        if (TE_errno != TE_SUCCESS)
                return -1;
        /* *** The terminal type is VT420-7. */
        TE_connect(
                "comm-type = telnet;"
                "host-name = 192.168.2.251;"
                "telnet-port = 18110;"
                "set-window-size = true;"
                "terminal-type = vt420-7;"
                "terminal-model = vt320;"
                , 60000);
        if (TE_errno != TE_SUCCESS)
                return -1;
        TE_wait_text("+OK China Mobile push proxy v1.0 ready", 90);
        TE_wait_cursor(1, 2, 100, 90);
        lr_think_time(6);
        TE_type("user luojingen<kReturn>pass luojingen<kReturn>");
        /* *** The terminal type is VT420-7. */
        TE_connect(
                "comm-type = telnet;"
                "host-name = 192.168.2.251;"
                "telnet-port = 18110;"
                "set-window-size = true;"
                "terminal-type = vt420-7;"
                "terminal-model = vt320;"
                , 60000);
        if (TE_errno != TE_SUCCESS)
                return -1;
        /* *** The terminal type is VT420-7. */
        TE_connect(
                "comm-type = telnet;"
                "host-name = 192.168.2.251;"
                "telnet-port = 18110;"
                "set-window-size = true;"
                "terminal-type = vt420-7;"
                "terminal-model = vt320;"
                , 60000);
        if (TE_errno != TE_SUCCESS)
                return -1;
        TE_wait_cursor(1, 2, 100, 90);
        lr_think_time(8);
        TE_type("user luojingen<kReturn>pass nhmvyz<kReturn>");
        TE_wait_cursor(1, 2, 100, 90);
        lr_think_time(7);
        TE_type("uidl<kReturn>list<kReturn>dele 1<kReturn>");
      return 0;
回复 支持 反对

使用道具 举报

本版积分规则

关闭

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

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

GMT+8, 2024-11-25 04:49 , Processed in 0.071901 second(s), 26 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

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