Admeld, (and I) acquired by Google
As some of you may know, the company I work for was recently acquired by Google. This is great news for all involved, and is sure to be an experience to remember, and the beginning of a new chapter.
As some of you may know, the company I work for was recently acquired by Google. This is great news for all involved, and is sure to be an experience to remember, and the beginning of a new chapter.
There are many ways to test JavaScript, both the kind you find on a website, and local JavaScript as you would find in a Server-Side application like Node. While Selenium and WebDriver are good for this task, HTMLUnit does not always provide the results you expect. Here are some other Python based Headless JavaScript execution [...]
I don’t like switching from my text editor to terminal, so I created a TextMate snippet that will run the currently highlighted test in py.test.
For a long time I wondered if it was possible to run scripts in a pre-existing terminal window
I’ve heard a couple of people ask how to run Selenium test cases through a web interface with python. Here is how you do it.
I was searching for a list of common data models for picka. What I came across was this monster listing.
This is a tiny script which will get the current status of your build, and tweet it to your twitter account.
It’s very simple to add jquery functionality to your selenium installation, and also very useful if you use the functions a lot.
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.