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?

Asked by balakrishnan

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

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

--- the image structure changes
Not clear, what you mean by that?

If images change, they have to be captured again.

Revision history for this message
TestMechanic (ndinev) said :
#2

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" :-)

Can you help with this problem?

Provide an answer of your own, or ask balakrishnan for more information if necessary.

To post a message you must log in.