← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #188994]: I am very much happy with sikuli ...But i have concern , say if my image is going to change in future ...Then how sikuli works?

 

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

    Status: Needs information => Answered

dinev proposed the following answer:
Whenever I am testing an application I am building an UI map that
represents the element I am working with. All tests uses the logical
name of the UI elements(never refer directly to the image). This is my
first level of abstraction. Whenever something changes(this always
happens a lot :-)) I am updating my UI map. Simple as that.

A for the "click". The language used for sikuli is jython(python). So
developers can be fully satisfied with the "sikuli way" :-)

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