Wednesday, September 22, 2010

JSON Test Tools

I'm working on a piece concerning JSON testing so I thought I'd put together a list of tools that I'm going to use in the piece. Here they are...


Fiddler - Fiddler is a web debugging proxy that captures HTTP traffic and allows you to inspect, analyze, and manipulate data going back and forth between browsers and servers.
FireBug - FireBug, a FireFox addon, is essential for anyone that is doing web development. It is among other things the best Javascript debugger available and its free.
JSONovich - JSONovich is also a FireFox addon that allows you to view formatted JSON in the browser.
JSON Diff - JSON Diff is a web app that allows you to perform diffs on JSON - it works great!!

The piece I am writing will demonstrate the use of all these tools to do data integrity tests on JSON responses. Stay tuned...

Golden Scenarios

Hello, it's been some time since I posted... I had a piece published on the quick testing tips site on golden scenarios. I'm interested in your thoughts on how to accelerate test design. Email me with your suggestions at cruisinqa@gmail.com