Test Everything: Part 3 of x

jk2addict on 2006-10-10T18:42:58

Two tests in one day. This is going to be a long week it seems. Someone noticed that a product detail page accidentally contains data from multiple products instead of just data from the requested product due to a 'query snafu' under rare conditions.

Also, sometimes, pagination would fail to pass a need parameter, leading to inconsistent results.

Time to fire up Test::WWW::Mechanize. One less thing to identify/fix again in the future.

The score so far is 4 to nothing. My future free time is in the lead.

  1. Test part images exists on servers
  2. Test names in table X for duplicates
  3. Test product page contains only requested products data
  4. Test that required params are getting sent in pagination links