sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04656
Re: [Question #168233]: Test Case Results Error
Question #168233 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/168233
Status: Needs information => Open
Vinay Kulkarni gave more information on the question:
RaiMan thanks for your concern
Yes my code is running with normal IDE run.
I need to know whether my test has passed or failed. Is it the correct
way?
I am starting with simple programs as follows
popup("Hello World!")
above code runs fine in normal IDE run.
I tried this with unit test by putting
def setUp(self):
setAutoWaitTimeout(1)
def test_calculator(self):
popup("Hello World!")
def tearDown(self):
close(self)
Is it necessary to put setUp and tearDown functions? without these the
unit test wont return to IDE.
Please provide me some sample code.
My boss wants me to perform automated test on GUI. condition is that it
must run at client machine. how can i know where is my application
installed. sikuli is totally on screen capture.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.