Saving multiple names and how we can use them into sikuli

Asked by pallavi

I am using sikuli for testing window based application. I want to save different parameters and want to call them into scripting. I got stuck in above issue. Plz help

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
masuo (masuo-ohara) said :
#1

What does the "name" mean?
What does the "parameters" mean?

Revision history for this message
pallavi (pchougale) said :
#2

names that we can use while saving file like test.JPEG, trial.JPEG etc
Parameters means I want save parameters (names which will use while saving files) in .txt format and want to call/import in sikuli. Is it possible?

Revision history for this message
RaiMan (raimund-hocke) said :
#3

All this has nothing to do with SikuliX.

It simply is basic scripting knowledge with Python language in this case.
With Python (interpreted by Jython in the case of SikuliX) "everything" can be done somehow.

So get a headstart with some Python tutorial and then start solving your problems step by step.

There are tons of tutorials and examples in the net.

about SikuliX:
- use latest version: http://sikulix.com
- read the docs: http://sikulix-2014.readthedocs.io/en/latest/index.html
- look in the net for examples: searchitem: sikuli examples

Revision history for this message
pallavi (pchougale) said :
#4

Ok thanks alot. I will check with Python.
One more thing which I want to know that is it possible to get assertion in Sikuli means can we get message whether written script is "PASS" or "FAIL" after complete running the script.

Revision history for this message
RaiMan (raimund-hocke) said :
#5

yes, possible - but you have to learn some basic Python.

Can you help with this problem?

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

To post a message you must log in.