Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 15: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 09:45] by Moderator

Report message to a 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 15:32 Go to previous messageGo to next message
Angelo Luciani is currently offline Angelo LucianiFriend
Messages: 129
Registered: September 2015
Location: Milan
Senior Member

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
}





"Ce sont les petits désirs qui rendent un jeune homme hardi."
Giovanni Giacomo Casanova

[Updated on: Thu, 05 November 2015 15:36]

Report message to a 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 05:05 Go to previous messageGo to next message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hi,

This setting is Commands execution delay in Preferences/RCP Testing Tool.


Yours sincerely,
Olga.
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 15: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: Thu Mar 28 20:45:56 GMT 2024

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

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

Back to the top