Where can we find the log file of sikuli ide to identify the failures in the script which ran in the whole night.

Asked by snehalkumar

First of all please ignore any mistakes in my English as I am not that good with this language.

While running a script when an assigned image does not identify by sikuli the script stops at that point. Hence I would like to know how can I continue the script without stopping it and later can see the log file and let know what are the errors occurred in the entire sequence.

The motto is to know whether we can create test cases for endurance testing via sikuli scripting.
Thanks in advance for your answer.......

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

see faq 1804 for more professional approaches to testing.

On the other hand: about how to handle image not found situations, you should go through
http://doc.sikuli.org/region.html#region

When running scripts from command line, you can always redirect the output to a file.

Beginning with the new version 1.0.1, you could even write user logs to a file.

BTW: feel free, to use any available logging feature either on the script or the Java level (which I guess most testers are doing)

Can you help with this problem?

Provide an answer of your own, or ask snehalkumar for more information if necessary.

To post a message you must log in.