← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #205157]: unit test

 

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

    Status: Answered => Open

Leticia Bermond is still having a problem:
Sorry, as a looking faq 1804?

modify the code, but continue to do nothing, ie does not open or run the
calculator returns nothing and information.

def setUp(self):
    App.open("C://windows/system32/calc.exe")
    wait(2)

def tearDown(self):
    App.close("Calculadora")

def testA(self):
    click("cuatro.PNG")
    click("suma.PNG")
    click("siete.PNG")
    click("igual.PNG")
    assert exist("resultado-1.PNG")
   
thanks

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