can u tell me how to know test case is failed by using sikuli

Asked by naveen

can u tell me how to know test case is failed by using sikuli

I typed the info something in search criteria , nothing displayed ,but its showing test result Pass in sikuli.

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
naveen (mopuramnaveen) said :
#1

scenarios like

a=3
b=3
a+b= 6 ------------pass

a+b=5------------FAIL

by using sikuli how to know pass or fail

Revision history for this message
RaiMan (raimund-hocke) said :
#2

If you want to do things like that you have to dive into the basics of Python/Jython, which is used on the scripting level.
see faq 1858 and the already mentioned faq 1804

a=3
b=3
assert a+b == 6

Can you help with this problem?

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

To post a message you must log in.