Processing Javascript with Selenium

To allow you to create dynamic testing scripts, i.e. ones where the information entered onto forms, such as dates change over time, Cloud Testing has implemented the processing of JavaScript.
Stored Variables
The commands store, storeValue and storeText can be used to store a variable value for later.

Store
javascript{var d=new Date(); d.toString()}
dateToday

Store
javascript{var d=new Date(); d.setDate(d.getDate() + [...]

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.