Re: [Sikuli-driver] [Question #264578]: Error while installing Sikuli on Windows server 2012 64 bit

2016-11-23 Thread Nupur
Question #264578 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264578 Nupur posted a new comment: Sorry, but I didn't receive any email containing your log file. Kindly send it again. -- You received this question notification because your team Sikuli Drivers is an a

[Sikuli-driver] [Question #264578]: Error while installing Sikuli on Windows server 2012 64 bit

2015-04-04 Thread Nupur
New question #264578 on Sikuli: https://answers.launchpad.net/sikuli/+question/264578 Hi, I am trying to install Sikuli on Windows Server 2012 machine. I have setup java successfully on that machine and executed the sikuli jar file using cmd. It asked to run runSetup.cmd using command prompt. W

Re: [Sikuli-driver] [Question #264578]: Error while installing Sikuli on Windows server 2012 64 bit

2015-04-04 Thread Nupur
Question #264578 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264578 Status: Answered => Open Nupur is still having a problem: When trying to install using the latest setup, it started well but soon prompted the following message: Bad things happened trying to

Re: [Sikuli-driver] [Question #264578]: Error while installing Sikuli on Windows server 2012 64 bit

2015-04-04 Thread Nupur
Question #264578 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264578 Status: Answered => Open Nupur is still having a problem: sent -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sik

Re: [Sikuli-driver] [Question #264578]: Error while installing Sikuli on Windows server 2012 64 bit

2015-04-04 Thread Nupur
Question #264578 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264578 Status: Open => Solved Nupur confirmed that the question is solved: Thanks It solved my problem. -- You received this question notification because you are a member of Sikuli Drivers, which is

[Sikuli-driver] [Question #203040]: ImportError: Errors in loading sikuli module: unittest

2012-07-13 Thread nupur
New question #203040 on Sikuli: https://answers.launchpad.net/sikuli/+question/203040 Hi, I'm using Win7 and Sikuli-r930-win32. I've written this script in Sikuli IDE: from sikuli import * from unittest import * from HTMLTestRunner import * class BDTests(unittest.TestCase): def setUp(self

Re: [Sikuli-driver] [Question #203040]: ImportError: Errors in loading sikuli module: unittest

2012-07-13 Thread nupur
Question #203040 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/203040 Status: Answered => Open nupur is still having a problem: Hi Raiman, First of all thanks for the reply!! I've tried your suggestion but now its showing: runner = HTMLTestRunner.HTMLTestRunne

Re: [Sikuli-driver] [Question #203040]: ImportError: Errors in loading sikuli module: unittest

2012-07-13 Thread nupur
Question #203040 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/203040 Status: Open => Solved nupur confirmed that the question is solved: My problem is solved :) The issue was with import statement. I have changed : from unittest import * from HTMLTestRunner imp

Re: [Sikuli-driver] [Question #203040]: ImportError: Errors in loading sikuli module: unittest

2012-07-15 Thread nupur
Question #203040 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/203040 nupur posted a new comment: Actually i changed "from unittest import *" to "import unitest" but didn't change HTMLTestRunner statement. Thats y i faced that issue. Now its wo

[Sikuli-driver] [Question #203274]: Some script is not getting executed when using HTMLTestRunner.

2012-07-15 Thread nupur
New question #203274 on Sikuli: https://answers.launchpad.net/sikuli/+question/203274 import unittest import HTMLTestRunner class BDTests(unittest.TestCase): def setUp(self): App.open("C:\\Program Files\\Internet Explorer\\iexplore.exe www.proofguru.com") wait("EmailID.png")

Re: [Sikuli-driver] [Question #203274]: Some script is not getting executed when using HTMLTestRunner.

2012-07-15 Thread nupur
Question #203274 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/203274 Description changed to: import unittest import HTMLTestRunner class BDTests(unittest.TestCase): def setUp(self): App.open("C:\\Program Files\\Internet Explorer\\iexplore.exe www.proofguru.com")

Re: [Sikuli-driver] [Question #187835]: HTML reporting on multiple suites

2012-07-16 Thread nupur
Question #187835 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187835 nupur posted a new comment: Hi, I also have a similar problem. I have created 2 Test Scripts and 1 main script where these 2 test scripts are getting called. If I change in one test script and even after

Re: [Sikuli-driver] [Question #203274]: Some script is not getting executed when using HTMLTestRunner.

2012-07-16 Thread nupur
Question #203274 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/203274 Status: Needs information => Open nupur gave more information on the question: It does not execute past the click statement. But in HTML report, its showing the print statement. I dont know whether

Re: [Sikuli-driver] [Question #187835]: HTML reporting on multiple suites

2012-07-16 Thread nupur
Question #187835 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187835 nupur posted a new comment: Ofcouse Yes!! I hv replaced some_module with my test script name. Now wat exactly i hv to write to import latest changes of any test script?? Not yet clear :( -- You received

Re: [Sikuli-driver] [Question #203274]: Some script is not getting executed when using HTMLTestRunner.

2012-07-16 Thread nupur
Question #203274 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/203274 nupur confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #203274]: Some script is not getting executed when using HTMLTestRunner.

2012-07-16 Thread nupur
Question #203274 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/203274 Status: Answered => Solved nupur confirmed that the question is solved: Thanks It works :) -- You received this question notification because you are a member of Sikuli Drivers, which is an ans

Re: [Sikuli-driver] [Question #208370]: key input 'Enter'

2012-09-12 Thread nupur
Question #208370 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/208370 Status: Open => Answered nupur proposed the following answer: Hi Satyamoorthy, Use Key.BACKSPACE instead of key.BACKSPACE. (K of Key must be in CAPS) -- You received this question notificat

Re: [Sikuli-driver] [Question #209608]: implicit wait in Sikuli

2012-09-26 Thread nupur
Question #209608 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209608 Status: Open => Answered nupur proposed the following answer: @Sathyamoorthy: U can use wait(some-image, max-wait) It will wait for an image for upto the given time, if the image appears before

Re: [Sikuli-driver] [Question #212373]: How to make a batch script?

2012-10-25 Thread nupur
Question #212373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/212373 Status: Open => Answered nupur proposed the following answer: @Naveen, did u create a main test suite to run all the scripts? -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #212372]: How to get the test reports after running the sikuli scripts

2012-10-25 Thread nupur
Question #212372 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/212372 Status: Open => Answered nupur proposed the following answer: Hi Naveen, If you are using unittest method then u can implement HTMLTest Runner to get the reports. or You can implement robot framew

Re: [Sikuli-driver] [Question #212372]: How to get the test reports after running the sikuli scripts

2012-10-26 Thread nupur
Question #212372 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/212372 Status: Open => Answered nupur proposed the following answer: first of all, download HTMLTestRunner.py file and placed it in your Sikuli script folder. --script-- from sikuli import * import unitt

Re: [Sikuli-driver] [Question #212372]: How to get the test reports after running the sikuli scripts

2012-10-26 Thread nupur
Question #212372 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/212372 Status: Open => Answered nupur proposed the following answer: class channel(unittest.Testcase): replace 'Testcase' with 'TestCase' :P and please focus on these small issues.