← Back to team overview

sikuli-driver team mailing list archive

[Question #205157]: unit test

 

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

Hi, 
try a test of the windows calculator but does nothing, I'm doing wrong?

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

def tearDown(self):
    App.close("C://Windows/system32/calc.exe")

def testA(self):
    click("cuatro.PNG")
    click("suma.PNG")
    click("siete.PNG")
    click("igual.PNG")
    assertExist("resultado-1.PNG")
    click("cerrar-1.PNG")



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