Processing Pop-up Alerts and Confirmations with Selenium and Cloud Testing

This article covers the basics of how Selenium handles pop-ups, as well as how to test them using the Cloud Testing service. Future articles will cover the advanced details of handling Alerts and Confirmations. What are Alerts and Confirmations? The following very basic page will use Javascript to display either an Alert (which only has [...]

Capturing screen shots of browsers with Selenium and Cloud Testing – Part 1

When functionally testing your website, it is always useful to have a screen shot of what the browser window looked like. There are a number of ways of doing this. In this first of a series of articles we cover producing these with Selenium. Future articles will cover further advanced features of Selenium and using [...]

Cloud Testing HowTos

The fill list of Cloud Testing How To articles can now be found at: http://blog.cloudtesting.com/howtos/

Running Selenium scripts on Cloud Testing

This HowTo covers running your Selenium test script using the Cloud Testing service. It assumes that you have already captured and uploaded/imported your script – for details see HOWTO: Capture a script using Selenium IDE and import into Cloud Testing. Log in to the Cloud Testing portal at http://portal.cloudtesting.com/, navigate to the project which contains [...]

Selenium 1.0

Selenium 1.0 has been released (Core, RC and IDE). It is available for download at http://seleniumhq.org/ Scripts captured using Selenium IDE can be uploaded and run within the Cloud Testing service.

Support for WebDriver now in alpha

The developers at Cloud Testing are pleased to announce that they have implemented support for the WebDriver API, and are currently running tests using it. This extends the current support for Selenium commands already available.