Archive by Author

Twitter your build status with Twildbot.

This is a tiny script which will get the current status of your build, and tweet it to your twitter account.

Continue Reading

Adding JQuery Locators to Selenium

It’s very simple to add jquery functionality to your selenium installation, and also very useful if you use the functions a lot.

Continue Reading

Selenium on the cloud, with Amazon EC2

I am currently writing a doc which aims to provide directions, analysis and benefits of using selenium in the cloud, with Amazon’s EC2. Included in the write-up, is Boto vs. Twisted Amazon. Essentially they are the same, the main difference being, Boto is ‘blocking’ while TxAWS is ‘non-blocking’.

Continue Reading

iTunes: One key song deletion.

This AppleScript snippet will allow you to assign a key to instantly move the currently playing song to your trash. To set this, put it in ~/Library/iTunes/Scripts then assign the hotkey via System Preferences.

Continue Reading

Combining Performance and Functional Testing, Using Selenium and JMeter.

In progress. Combining Performance Testing with Functional Testing: 1) Using JMeter 2) Using Selenium 3) Combining the two Non-GUI Mode (Command Line mode) For non-interactive testing, you may choose to run JMeter without the GUI. To do so, use the following command options -n This specifies JMeter is to run in non-gui mode -t [name [...]

Continue Reading

Where I’m Going From Here…

For the past few months I have put a lot of effort, a long with the help of others in creating more efficient and useful automated tests.

Continue Reading