Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » [SOLVED] is there a corresponding setting in the IDE for the runner eclExecutionDelay (when the varassity of a test is challenged, can it be slowed in the IDE)
[SOLVED] is there a corresponding setting in the IDE for the runner eclExecutionDelay [message #1713632] Thu, 05 November 2015 10:03 Go to next message
Eclipse UserFriend
RPCTT is so quick developers are skeptical that their code is actually being invoked. Debug is not a useful tool for this since there is no issue, rather the lack of an issue. Slowing the test to allow human time review would greatly improve deveopment's confidence and resolve their management concerns

[Updated on: Mon, 16 November 2015 04:45] by Moderator

Re: is there a corresponding setting in the IDE for the runner eclExecutionDelay [message #1713638 is a reply to message #1713632] Thu, 05 November 2015 10:32 Go to previous messageGo to next message
Eclipse UserFriend
I use show-alert to stop it or u can use wait method (wait method use ms so 2000 are 2 seconds).
You can also create a superdebug modality using both of them just to create a procedure an you put it in your ECL contest script.

/***
 super_debug
Time: in ms 5000 ms are 5 secons
opearion: String to print in a show-alert
**/
proc "super_debug" [val time][val operation]
{
wait $time
show-alert $operation
}



[Updated on: Thu, 05 November 2015 10:36] by Moderator

Re: is there a corresponding setting in the IDE for the runner eclExecutionDelay [message #1713694 is a reply to message #1713638] Fri, 06 November 2015 00:05 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

This setting is Commands execution delay in Preferences/RCP Testing Tool.
Re: is there a corresponding setting in the IDE for the runner eclExecutionDelay [message #1713782 is a reply to message #1713694] Fri, 06 November 2015 10:57 Go to previous message
Eclipse UserFriend
outstanding, thank you
Previous Topic:HTML Report blank screenshots on VM
Next Topic:Right click action does not work
Goto Forum:
  


Current Time: Fri Jun 20 01:13:41 EDT 2025

Powered by FUDForum. Page generated in 0.06854 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top