QA & Testing
A technical blog about QA & testing
Tuesday, March 21, 2017
Using Charles from the command line
›
If you are testing network traffic you are probably familiar with Fiddler. Fiddler is a nice, easy to use tool for monitoring network traffi...
Wednesday, August 24, 2016
Mobile web testing
›
I've been working on a project recently which required testing on a mobile device. The project started in April this year and was focuse...
The difference between NotFoundException, NoSuchElementException and StateElementReferenceException
›
Been a while since I posted something here... Recently, someone on the WebDriver Google Group asked what the difference between NotFoundEx...
Friday, January 8, 2016
Difference between using current node (.) and text() function in XPath for Selenium locators
›
Recently someone asked about using the partial link text to find an anchor with an IMG tag in the middle of the text. The HTML snippet was:...
Thursday, September 25, 2014
Silencing ChromeDriver with WebDriver
›
While setting up a test environment today we decided to have the tests running on the same machine as the build radiator. A build radiator...
Saturday, July 12, 2014
DIRSTACK
›
I was recently poking around on my Terminal (Mac OS X) and I noticed one of the environment variables was: DIRSTACK=() So I checked the m...
Friday, July 11, 2014
Interactive Ruby Shell
›
My current project uses Ruby and has a web testing component to it. The obvious choice for testing a web application with Ruby would be Sele...
‹
›
Home
View web version