Re: [Sikuli-driver] [Question #205069]: Using type commands in test case (JUnit)

2012-08-09 Thread Martin D
Question #205069 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205069 Martin D requested more information: - How do you run it on its own? I run all the test methods, but then this one fails, so I just select the single test case and say run (right click -> run; using Ecli

Re: [Sikuli-driver] [Question #205069]: Using type commands in test case (JUnit)

2012-08-09 Thread Martin D
Question #205069 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205069 Martin D requested more information: Ok. Back with some internet on my side (don't wonder about the different user name, I had to create a new account on my phone, because I couldn't remember th

Re: [Sikuli-driver] [Question #205071]: Switch to JUnit testing app

2012-08-06 Thread Martin D
Question #205071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205071 Status: Answered => Solved Martin D confirmed that the question is solved: Yes, I noticed. I'm just using CMD+TAB now. Works fine for my needs. -- You received this question notification bec

Re: [Sikuli-driver] [Question #205069]: Using type commands in test case (JUnit)

2012-08-05 Thread Martin D
Question #205069 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205069 Status: Answered => Open Martin D is still having a problem: Did you give me he correct issue number? Can't seem to filter the correct answer to my problem. Ok, I'm roaming right now. T

Re: [Sikuli-driver] [Question #205071]: Switch to JUnit testing app

2012-08-05 Thread Martin D
Question #205071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205071 Martin D gave more information on the question: My code is something along this line: @Before public void testApp() { app.main(); // GUI opens here } @Test //Different test cases... -- You received

Re: [Sikuli-driver] [Question #205071]: Switch to JUnit testing app

2012-08-05 Thread Martin D
Question #205071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205071 Status: Answered => Open Martin D is still having a problem: Ok, I think I wasn't quite clear. When I run my test class a GUI of the program being tested is opened. In that app I have a button

Re: [Sikuli-driver] [Question #205071]: Switch to JUnit testing app

2012-08-05 Thread Martin D
Question #205071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205071 Status: Needs information => Open Martin D gave more information on the question: Sorry. I'm on Mac os x mountain lion. Running JUnit from within eclipse. The other suggestion: cmd + tab

Re: [Sikuli-driver] [Question #205071]: Switch to JUnit testing app

2012-08-05 Thread Martin D
Question #205071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205071 Martin D gave more information on the question: I was thinking maybe a possibility to switch back to the last app. Holy shit. Maybe cmd + tab. Gotta try. -- You received this question notification because

[Sikuli-driver] [Question #205071]: Switch to JUnit testing app

2012-08-05 Thread Martin D
New question #205071 on Sikuli: https://answers.launchpad.net/sikuli/+question/205071 I have a button in my application when pressing will open a link in Firefox. How can I switch back to my JUnit program? My test Class calls the main method of a certain class which then launches the GUI of that

[Sikuli-driver] [Question #205069]: Using type commands in test case (JUnit)

2012-08-05 Thread Martin D
New question #205069 on Sikuli: https://answers.launchpad.net/sikuli/+question/205069 I can't seem to use any "type(Key.SOMETHING)" in a test case. The weird thing is that it works if I run only one single test case with the 'type' method. . However, if I run the whole class it can't recognize t

Re: [Sikuli-driver] [Question #204354]: Use testing methods in Eclipse

2012-07-29 Thread Martin D
Question #204354 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204354 Status: Answered => Solved Martin D confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #204048]: Sikuli and Mountain Lion compatibility --- yes it is (install Java 6)

2012-07-29 Thread Martin D
Question #204048 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204048 Martin D posted a new comment: Oh. Wait. I forgot to mention. I DO have Java 6 installed and get the error message. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #204048]: Sikuli and Mountain Lion compatibility --- yes it is (install Java 6)

2012-07-29 Thread Martin D
Question #204048 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204048 Martin D posted a new comment: Ok. I see when I open the Sikuli-IDE.jar inside the content of the Sikuli-IDE.app it works. Thanks. -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #204048]: Sikuli and Mountain Lion compatibility --- yes it is (install Java 6)

2012-07-29 Thread Martin D
Question #204048 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204048 Martin D requested more information: Really? I downloaded Sikuli-X-1.0rc(Rev905) and it tells me "“Sikuli- IDE” is damaged and can’t be opened. You should eject the disk image." -- You rec

Re: [Sikuli-driver] [Question #204048]: Sikuli and Mountain Lion compatibility --- yes it is (install Java 6)

2012-07-29 Thread Martin D
Question #204048 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204048 Martin D proposed the following answer: Really? I downloaded Sikuli-X-1.0rc(Rev905) and it tells me "“Sikuli- IDE” is damaged and can’t be opened. You should eject the disk image." -- You rec

Re: [Sikuli-driver] [Question #204048]: Sikuli and Mountain Lion compatibility

2012-07-29 Thread Martin D
Question #204048 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204048 Martin D posted a new comment: Any news on this issue? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #204354]: Use testing methods in Eclipse

2012-07-29 Thread Martin D
Question #204354 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204354 Status: Answered => Open Martin D is still having a problem: Thanks for the thorough explanation! Now it works. Only one little thing left. If I don't initialize a region, I can't use &qu

Re: [Sikuli-driver] [Question #204354]: Use testing methods in Eclipse

2012-07-29 Thread Martin D
Question #204354 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204354 Status: Answered => Open Martin D is still having a problem: Oh. I see. Yes, using exists() doesn't give me exceptions anymore. However, it always goes to the else case and I don't

Re: [Sikuli-driver] [Question #204354]: Use testing methods in Eclipse

2012-07-27 Thread Martin D
Question #204354 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204354 Status: Answered => Open Martin D is still having a problem: I can't seem to get it working. I get some kind of exception. Code: from sikuli.Sikuli import * from sikuli.SikuliTest import * i

Re: [Sikuli-driver] [Question #204354]: Use testing methods in Eclipse

2012-07-27 Thread Martin D
Question #204354 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204354 Status: Answered => Open Martin D is still having a problem: Thanks. So if I wanted to have something like this openApp("/Applications/jEdit.app") wait("", 2) close = ("

[Sikuli-driver] [Question #204354]: Use testing methods in Eclipse

2012-07-27 Thread Martin D
New question #204354 on Sikuli: https://answers.launchpad.net/sikuli/+question/204354 How would I implement tests, similar to these ones http://sikuli.org/examples/TestJEdit.sikuli/TestJEdit.html in Eclipse? When I for example try to enter the method "wait(...)" it tells me that variable 'wait'

Re: [Sikuli-driver] [Question #204266]: Open jar files

2012-07-26 Thread Martin D
Question #204266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204266 Status: Answered => Solved Martin D confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

[Sikuli-driver] [Question #204266]: Open jar files

2012-07-26 Thread Martin D
New question #204266 on Sikuli: https://answers.launchpad.net/sikuli/+question/204266 Is it somehow possible to use openApp to load jar files? I tried, it tells me that it loaded the file, but nothing happened. My app uses a logging system every time it gets started. None was created when runnin