← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #192601]: Unittest - unable to start the application from setup

 

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

    Status: Open => Needs information

RaiMan requested more information:
not really clear, what your problem is.
please talk about, what you want to achieve and paste error messages if any.

setUp() is specific for each class TestCase().

each class TestCase can have as many testXXX() as you like.
per class TestCase, each testXXX is preceded by the class's setUp() and followed by the class's teardown.

So usually tests are grouped in one class, according to the fact, that
they need the same setUp() and tearDown().

---  aview = App(r'C:/Files/Classroom/Classroom.exe') # not able to start the app
when using raw strings, you have to use \

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