Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium

New issue 237 by Nancy.l.ting: The problem about log size and execution time for big loop(:FOR)
http://code.google.com/p/robotframework/issues/detail?id=237

Hi,

There is a probelm about using ":FOR loops" to repeat the similar remote
command  about 1500 times in a test case, which causes a huge log file
generated and very long execution time.

For log size issue: even using "Set Log Level NONE" before ":FOR"
beginning, every step's content and execute time in every loop still will
be printed to log file and only the result of the step will not be printed
in the log file, which still generates many logs.

For execution time issue: current "execute command" keyword open a session
to execute one command. Except for writing scripts on RTE, any other way
to execute about these loops(about 1500) in one session on Robot sever?


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to