sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24458
Re: [Question #244600]: How to link up a series of Test Cases
Question #244600 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244600
Status: Answered => Solved
Brian confirmed that the question is solved:
i found
http://doc.sikuli.org/globals.html#importingsikuliscripts
is more useful for me.
i have create testcase1.py
===============
from sikuli import *
def t_c_1():
click("1.png")
click("2.png")
===============
and create testcycle1.py
===============
import testcase1
tc1.t_c_1()
===============
it works
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.