QA & Testing
A technical blog about QA & testing
Showing posts with label
xUnit
.
Show all posts
Showing posts with label
xUnit
.
Show all posts
Friday, May 16, 2014
Test Driven Development
›
I've read a lot for and a lot against Test Driven Development (TDD) but I don't every remember something TDD has really helped me wi...
Thursday, June 14, 2012
So you want to do unit testing
›
What is a unit test? Wikipedia describes unit testing as testing individual units of code in isolation. If the code has external dependenc...
Friday, August 20, 2010
New Job
›
It certainly has been a while since I posted to my blog. For anyone who is curious, I started a job as QA Manager at Certicom Corporation . ...
Monday, February 15, 2010
Why each test case should start and end at the same state
›
I have seen a number of test automators struggling with creating a test suite. Their problem is that they are using xUnit style test cases b...
6 comments:
Creating a Selenium Test Case in Java from scratch
›
I you want to create a Selenium test case from scratch, i.e. not using the record method listed earlier in my blog, here is how you do it: ...
4 comments:
Friday, February 12, 2010
Step by Step Selenium Java
›
This is a document on how to write a Selenium Test Case in Java. Go to Selenium HQ . Go to the Download section and download Selenium ID...
2 comments:
Wednesday, January 27, 2010
Test Automation Manifesto
›
I have been recently reading xUnit Test Patterns by Gerard Meszaros. Excellent book with a lot of things I learned the hard way. I also foun...
›
Home
View web version