English 中文(简体)
Ranorex的拖延和持续时间有什么区别?
原标题:What is the difference between duration and delay on Ranorex?

我想在 Ranorex 工具上学习“强”Deration

""https://i.sstatic.net/feZ4u.png" alt="此处的内置图像描述"/"

提前感谢。

最佳回答

在Ranorex中,“延误”一词是指系统将采取的行动,即它将在一段时间内(确切的期限)减少试验的执行。

测试步骤上的“ 延长” 是等待下一个步骤完成之前的时间。 这很重要, 因为它与许多人可能理解的相距甚远。 持续时间不会推迟它现在的步态, 而是推迟下一步 。

问题回答

我不知道这个应用程序, 但持续时间是某种“ 强” 的“ 强” 时间减去起始时间 < / 强” 的量度, 延迟是“ 强” 启动时间 < 强” / 强” 之前的时间 。 我希望它有所帮助 。

< 强度 > 中继

延迟只是 Ranorex 中的 < em> normal 动作。 其他动作是鼠标、 键序列、 验证、...

它按照名称的写法行事。 一旦执行此动作, 它只会将执行下一次动作的时间延迟到一个确切的时间里 。

<强度 > 工龄

持续时间是所有动作都有的某个属性。其他动作的属性在失败时继续,启用,...

Ranorex演播室10.1.2中持续时间属性提示写道:“整个动作要执行的时间, 包括下一个动作开始之前的等待时间。 不影响动作本身在 AUT 中执行的速度。 例如: 对于鼠标点击10秒的动作, 点击在几毫秒内进行, 但是 Ranorex 演播室会等待全部 10 秒后再执行下一个动作, 有效添加一个延迟 。 0毫秒执行动作, 然后立即开始下一个动作( 如果 AUT 反应能力不强, 可能造成问题 ) 。 持续时间不包括与动作相关的仓库项目的有效超时值 。





相关问题
Deploying WCF application

I have IIS-Hosted WCF application and services. I want to automate the process to deploy this application into test/Acceptance test/production environments What is the best way to automate the process ...

CGWindowID from AXUIElement

I m trying to automate a foreign OSX application using the accessibility API. Some of the state of the application isn t available through the API, so I acquire it through screen scraping. To do this, ...

Snapping pictures from Windows C# Canon SDK vs PTP or MTP

I am hoping to receive some general guidance on accomplishing a seemingly simple goal. I have a DSLR camera (Canon EOS 50D) and need to write an application that will tell the camera to take a ...

热门标签