[Sikuli-driver] [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?

2012-02-27 Thread balakrishnan
New question #188994 on Sikuli:
https://answers.launchpad.net/sikuli/+question/188994

We work on imaging software , so sikuli plays an important role . But my 
question is if the image structure changes tomorrow , how sikuli can identify ? 
.

Also i have one more question - 
Generally my code is like - Click (A.png)
   Click (B.png)

My code will become lengthier , how can i convince my collegues who are fond of 
programming script rather than clicks or double clicks

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [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?

2012-02-27 Thread RaiMan
Question #188994 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/188994

Status: Open => Needs information

RaiMan requested more information:
---  the image structure changes 
Not clear, what you mean by that?

If images change, they have to be captured again.

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [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?

2012-03-09 Thread dinev
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.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp