We need a tool to test a collection of fairly complex Java applications. Applications are basically independent client programs or applets that interact with a servlet or apache server on a remote site. Specifications:
- Runnable on Windows XP, Vista, and 7
- Parameterizable (can indicate in the script the sequence of clicks, the text to enter in JTextFields and the address bar of the browser, etc.)
- May fail or fail or display an unpleasant message if the expected window or dialog box does not appear
- Write the output to the Java console of the browser in a TXT file (IE is currently sufficient) when the application opens a browser window.
- During work, I have to see how it works with folded arms, while it starts up in a few minutes
We were thinking of writing an AWTRobot-based tool that reads a batch file and does it - (I don’t know how to do # 3 or # 4 yet - ask you someday how to detect a window on the desktop). Would you suggest an open source tool available for this? We do not need anything interesting to capture video or screenshots. Thank you, M.S.
source
share