Re: [Sikuli-driver] [Question #270581]: Report regarding failed scenarios

2015-08-24 Thread Sahil Dev
Question #270581 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270581

Sahil Dev posted a new comment:
Thank you very much, understood. You have been very helpful and patient.

-- 
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 #270581]: Report regarding failed scenarios

2015-08-21 Thread RaiMan
Question #270581 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270581

Status: Open = Answered

RaiMan proposed the following answer:
your question was about advantages when using RFW and disadvantages if
you do not use it, but do some scripting/programming.

... and so you have to read my answer ;-)

-- 
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 #270581]: Report regarding failed scenarios

2015-08-21 Thread Sahil Dev
Question #270581 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270581

Status: Answered = Open

Sahil Dev is still having a problem:
Thank you very much again for your efforts and patience

Sorry for dragging this further ,

1) Regarding the disadvantages, you said;

disadvantage: base programming effort to get a proprietary solution that
implements the currently needed features (usually only a small part of
what a tool/framework delivers).

I do not get the above. RFW is a free ware. What do you when you
saybase programming effort to get a proprietary solution...

2) You say: ..Not to forget the effort for the follow-up
maintenance/developement

As I understand,  Robot Framework (RFW) is a free ware, what exactly you
mean regading follow-up / maintenance/development?

Thanks 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


[Sikuli-driver] [Question #270581]: Report regarding failed scenarios

2015-08-20 Thread Sahil Dev
New question #270581 on Sikuli:
https://answers.launchpad.net/sikuli/+question/270581

Using Sikuli, I create automated tests for my application.

NOw, when I run the test, the test might pass or fail.

1) For example, I might have a toggle unchecked in a test case, whereas my 
expected result is that the toggle should be checked.
2) Similarly, a button might be disabled wherein it should be enabled.

Does Sikuli automatically create a 'report' of such failed scenarios during a 
test run?

How does the user evaluate failed tests/ failed test scenarios?

-- 
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 #270581]: Report regarding failed scenarios

2015-08-20 Thread RaiMan
Question #270581 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270581

Status: Open = Answered

RaiMan proposed the following answer:
SikuliX does not produce any reports.

As already stated more than once with your other questions: It is only
an API.

Repoting depends on your scripting/programming or the test tool you are
using (e.g. unittest, HTMLTestRunner, RobotFramework or whatever)

... please have a look at the docs.

-- 
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 #270581]: Report regarding failed scenarios

2015-08-20 Thread Sahil Dev
Question #270581 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270581

Status: Answered = Open

Sahil Dev is still having a problem:
Thank you very much,

Can you elaborate on 1), why do you say re-invent the wheel again?  I
did not get because I want to clearly understand why and how Robot
Framework helps.

Will read the 2a and 2b references, thanks 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 #270581]: Report regarding failed scenarios

2015-08-20 Thread RaiMan
Question #270581 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270581

Status: Open = Answered

RaiMan proposed the following answer:
--- Can you elaborate on 1), why do you say re-invent the wheel again?
If you want some test result reporting, then you might script/program this 
using some logging feature.

I think doing this, would be like re-inventing the wheel again,
because there are many, many testing tools and frameworks out there,
that can be used for that and most of them will easily allow to
integrate the usage of SikuliX features.

BTW: an example for using RFW with SikuliX 1.1.0 you can find here:
http://www.sikulix.com/support.html (Experimental: Play with Robot Framework)
To try this out you of course have to first setup SikuliX on your system.

-- 
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 #270581]: Report regarding failed scenarios

2015-08-20 Thread RaiMan
Question #270581 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270581

Status: Open = Answered

RaiMan proposed the following answer:
at 1) surely not mandatory, but why invent the wheel again ;-)

at 2a) see faq 1804 for usage of unittest

at 2b) follow the link at the end of this faq, to read the by far most
popular blog post about RFW/Sikuli.

-- 
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