Re: [Sikuli-driver] [Question #402289]: Test Loop System

2016-09-27 Thread Georg Steyn
Question #402289 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402289

Status: Answered => Solved

Georg Steyn confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because your team Sikuli Drivers
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 #402289]: Test Loop System

2016-09-27 Thread Georg Steyn
Question #402289 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402289

Georg Steyn posted a new comment:
Thank You very much.

So basically do it the Python way.

-- 
You received this question notification because your team Sikuli Drivers
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 #402289]: Test Loop System

2016-09-27 Thread RaiMan
Question #402289 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402289

Status: Open => Answered

RaiMan proposed the following answer:
These are basic questions, about how to read from files and then use the
input you got in some scripted workflow on the automated screen.

To get nearer to a solution, you have to do the following steps:
- design and create the files, that you need as input
- learn how to read files in Python (tutorials in the net)
- decide how to use the file input in your script 
- try to script a sample workflow

if you get problems in the last step, then you might come back to here
with your script and ask concrete questions.

-- 
You received this question notification because your team Sikuli Drivers
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 #402289]: Test Loop System

2016-09-27 Thread Georg Steyn
Question #402289 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402289

Status: Needs information => Open

Georg Steyn gave more information on the question:
That is one way but for a other type of test.
The whole ideas is to test the software for manual input.

Just like 5 or 10 new users and then after that do few other processes and 
use the same users.

We are testing the GUI. Thats why we are using sikuli after all.

-- 
You received this question notification because your team Sikuli Drivers
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 #402289]: Test Loop System

2016-09-26 Thread Cam
Question #402289 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402289

Status: Open => Needs information

Cam requested more information:
You described what you're doing, but why are you doing it?  Wouldn't it
be easier to access the database for something and add users that way?

-- 
You received this question notification because your team Sikuli Drivers
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


[Sikuli-driver] [Question #402289]: Test Loop System

2016-09-26 Thread Georg Steyn
New question #402289 on Sikuli:
https://answers.launchpad.net/sikuli/+question/402289

Hello

I know a similar question have been asked:
https://answers.launchpad.net/sikuli/+question/141373

But i want to go bit further. Need some advice and help. Please

Basically imagine a create account screen where you fill in unique info that 
you want to use later.

I want to parse a file with names. Parse another file with surname and another 
with ID number ect ect.

It would be some kind of "parse" and "for" system i guess and import the 
.sikuli folder with the .py names and other .sikuli folder
with the .py surnames ect ect.

Don't know how to go about it really. Bit new with python also.

-- 
You received this question notification because your team Sikuli Drivers
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