← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #212054]: can u tell me how to know test case is failed by using sikuli

 

Question #212054 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/212054

    Status: Open => Answered

RaiMan proposed the following answer:
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

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.