4. November 2015
Geb provides a very good way for end-to-end tests of browser applications. One drawback while writing is that it might get rick to get the selectors for the UI elements right. Being able to debug, stop in the middle of a test and adjusting the selectors would come in very handy. But, as things are […]
4. November 2015 · Software, Work
25. Juni 2011
Dieser Beitrag wird recht technisch, und damit davon möglichst viele was haben, geht’s auf Englisch weiter Recently, I experienced some problems debugging an Java/Swing application on my Ubuntu Linux box using IntelliJ IDEA 10.5 . The problem is that java.awt grabs control of all input devices while running. If you place an breakpoint inside an […]
25. Juni 2011 · Java, Linux, Software, Work