We\'re working on a project with a number of applets that has to work across a large range of OS (WIndows, Mac, Linux), browsers (IE, FF, Safari, etc) and Java versions (1.5+), and it often happens th
I am working on an application where I am writing some automation framework for testing a web application.I am using Watij / Watin for开发者_如何学Go the framework, but have run into a problem with ve
I\'ve just installed Hudson and it is running beautifully. It builds, runs JUnit-tests and also CheckStyle analysis.
I have an app in which the user clicks a button, triggering an iFrame to open. I\'m having real trouble waiting for this frame to open an load before continuing.
I like using the UI Recorder in Xcode for testing a UI in the simulator.However, that I k开发者_StackOverflow社区now of, UI Recorder doesn\'t work on the device.Is there a similar tool for automating
Does anyone know of a good replacement to Watij which will allow automated tests to be written in Java?It lo开发者_开发百科oks like the Watij library isn\'t being developed anymore.You could take a lo
I\'m looking to add a very simple layer of automated integration testing to our current Continuous Integration setup. (CI currently only checks for build breaks).
I am looking for a tool to integrate many different types of automation and test frameworks in order to automate fully end-to-end scenarios for testing. For example, a typical workflow might be:
I\'m running Hudson for my automated builds and love it. I\'d now like to create automated Web browser tests using either WaTiN (preferred) or Selenium.
I\'m testing a full-screen Flash application.My preference is to drive the process with Java and I\'ve had a lot of luck with the java.awt.Robot class.I\'m looking for ways of modifying the test\'s be