QA & Testing
A technical blog about QA & testing
Monday, September 5, 2011
maintenance versus performance
›
I was recently sent an example xpath for Selenium automation. The xpath, for a DIV, was: "//*[@class="val1 val2 val3 val4" ...
1 comment:
Thursday, September 1, 2011
How to do focused testing
›
After years of software testing I have found one constant... there is never enough time to test everything. So how do I pick what I'm ...
Monday, July 25, 2011
Tools to determine how to use Selenium
›
Being able to view the source code to a page is helpful when trying to use Selenium. Many of the methods in Selenium require you to locate t...
Thursday, May 26, 2011
Defensive programming
›
Had an interesting conversation with a programmer today. He created a program for updating pricing on books. It allowed you to update the pr...
Sunday, May 22, 2011
Asking for automation help
›
I've noticed a trend on help forums and groups. When people ask for help with their automation that often post what they tried and that ...
1 comment:
Wednesday, April 27, 2011
Test Web APIs
›
Testing web APIs essentially breaks down into: Building an HTTP Request Sending the HTTP Request Get the HTTP Response Verify the HTTP R...
Friday, April 1, 2011
Upgrading Selenium 2.0b2 to 2.0b3 - Python
›
Selenium 2.0b3 was recently released. My current company is using Selenium 2.0 for web testing and the preferred language for the team is py...
‹
›
Home
View web version