Hey Guys, I got an in-person interview next week for a Senior Software Engineer - WebLogic Integration. And I was wondering if anyone has any ideas about what...
... Well, since it's Weblogic, I'm guessing that the testing of Java GUIs won't be high on the list.... -- John Brewer Jera Design Extreme Programming FAQ:...
Thanks for the reply, John. But the recruiter said that the interview is gonna be mainly on IDE GUI TESTING, and I am a bit confused here. Any thoughts on that...
... No clue. Any idea what IDE, or what GUI (that is, what kind of application you'd be testing)? -- John Brewer Jera Design Extreme Programming FAQ:...
My guess is they are building an IDE for something that integrates with WebLogic's tools and need you to test its GUI. Think about what goes into regular GUI...
Does anyone know of code that maps (keyboard layout, key event, locale, input mode) -> keycode or something like that? (Sorry if this is OT, but I don't know...
I believe you can switch locales any time you please, but I would expect that most code is written expecting that the locale is *not* a dynamic setting. You...
Tom, Let me first suggest that if we come up with something solid to this proposal, that needs to be done to Robot, that it be submitted to Sun as an RFE for...
... Are you being extremely sarcastic, or what? ... For me it doesn't really have anything to do with i18n but rather the ability to figure out the right...
... I'm being truthful about the process of getting a change into Java. I'm not going to apologize - for better or worse Sun is running the process in this...
... David Herron Tue Nov 4, 2003 10:22 pm ... OK. 2 responses: * How would someone submit such an RFE? I've never put a bug or FR on Java, so I dunno what the...
It depends on what we might end up with as to whether it would be in java.awt.Robot or not. And, yes, if it's a big honking layer with lots of tables for...
... why, yes, yes it is a bit picky of you :) I'll try to be a bit less loose with my terminology in the future. ... well, my deepest experience is with X11...
I think a reasonable place to start would be a library that does the following: 1) map characters to keycodes ( or combinations/sequences of keycodes) and vice...
Hi, I need to know if any coding can be done to restrict an customer from printing a PDF file which is automatically generated when he provides some...
I think this question is off topic. And no, you can't. (Ghostview prints PDFs with print-protection enabled). ... -- "Llegó satanás y rindió culto a Dios...
Hi, I was able to do it with the help of iText.jar . we can make changes to the PDF files using the classes in it. Kavitha ... enabled). ... from ... provides...
In Java, how does one get the current position of the mouse on the screen? There ought to be some static method somewhere that returns Point, but I haven't...
In short, no. It's trivial on most OSes, but you won't find it anywhere in Java. nor will you find anything that tells you the current state of the keyboard...
Hi, I am trying to do drag and drop in Jemmy. It works if my screen is not too wide, can someone comment on this code? It is dragging something from a JTree...
... Peter, a) Java runs on more platforms than Windows and Solaris/Linux b) For instance it probably runs on your cellphone c) Not every platform has every...
Hi, We are searching for GUI testing tools for Solaris platform. Do any one suggest a good tool other than Silk and XRunner? Part of the GUI is written in C++...
Can you be more specific about what it is you would like to test and how? This group is focused on testing java guis in particular and gui testing in general,...
hello all, I am swetha. I have to do a java project on Kaleidoscope using swing graphics library..Could any of you send me the source code please !!!! It would...
Thanks for replying Timothy, We are looking for a test tool similar to XRunner to minimize development from our end. I worked on the automation of the same...
hi i am mohan tripathi , u give me the complete requirements and the flow layout of ur project i will send u the code in swings .. or else i have got some...
Hello all, I am a developer in the GUI-Team for a big application, writing GUIs with Swing. For our developer tests I'm searching for an relatively easy usable...
My advice is not to give up so easily. You cannot expect these tools to work out of the box the first time for every application. It's just not possible. Go...