51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

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

请教老师一道题

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2007-8-26 23:53:49 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
题目是这样的:
if you stop your scriot in some step , and them want to check it step by step , which kind of function will you use ?
选项有: step into ,step over ,debug ,break point
因为在书中只介绍了step into, step over,step out与调用另一个action时的作用:

STEP INTO: Runs the current step of the active test. If the current line calls another
action, the called action is displayed. The test pauses at the first line of the called
action.
• STEP OVER: Runs the current step in the active test. When the current step calls
another action, the called action is executed but not displayed.
• STEP OUT: Runs the current step until the end of the function, returns to the calling
component or function library, and then pauses the run session.

如果只是普通的action,这几个具体的功能要怎么用? 希望老师能解释一下这几个功能,以及上面那道题,谢谢!
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2007-8-27 10:33:06 | 只看该作者
帮助文档写的很清楚,单步调试是F11 ,也就是step into
其他两个,step over指的是流经函数体是直接执行过去,不进入函数体内单步调试;
step out是正在函数体内调试的时候,如果不希望再单步调试下去了,那么直接跳出当前函数体。
回复 支持 反对

使用道具 举报

该用户从未签到

3#
 楼主| 发表于 2007-8-27 23:25:24 | 只看该作者
好的,知道了,谢谢!sdlkfj2
回复 支持 反对

使用道具 举报

本版积分规则

关闭

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

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

GMT+8, 2024-9-21 15:20 , Processed in 0.076072 second(s), 27 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

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