Archive for March, 2010
A simple getCSSCount for use with Selenium-RC
We know that XPath runs slowly in IE, but XPath has the getXPathCount method. And CSS runs quickly but Selenium doesn’t have a corresponding getCSSCount method. I looked around for a simple way of getting count from a CSS selector. I found this blog post by Aditya Ivaturi, but since I like to keep my [...]
Another XPath tool to help out with your automated testing
I use XPather to help me write my automated tests, and other people seem to like XPath Checker. But today I needed something a little harder hitting and something which didn’t sit in the browser to help me write some batch processing xml tests. I found SketchPath, a fantastic free .net written tool.
Selenium as a performance and load test tool with BrowserMob
I recently had the good fortune at work to have tested an Amazon cloud hosted application. And this led to the test team having to investigate alternative performance test tools. We settled on BrowserMob and we have loved it. I wish BrowserMob had an affiliate program, then I might get some cash if I send [...]

