Automated testing of a website for IE7 javascript errors?
- by Andreas Bonini
This week I decided to add a new element to a javascript array by copying a similar one from a previous line; unfortunately I forgot to remove the comma so the end result was something like var a = [1, 2, 3,].
The code went live late Friday afternoon just before everyone left for the week-end, and it completely broke everything in Internet…