Firefox Addons For Manual Testing

Manual testing always amazing it’s way in software testing. I like to quote a thumb rule which i heard from a senior colleague “Do not spend much time to think about achieving hundred percent automation coverage” . This is a big subject to debate, whether one can achieve hundred percent automation coverage.

Firefox add ons which are found to be helpful while manual testing web application using browser Mozilla Firefox

1) Firebug - An excellent  Firefox add on for debugging HTML pages or inspecting Dom elements in the page. it also help you to check page elements when you do automation testing.Allows the debugging, editing, and monitoring of any website’s CSS, HTML, DOM, and JavaScript.
2) YSlow- Good Firefox add on created by yahoo. Found to be very helpful in checking web performance across test network without help of any other tools (Not a detail performance testing). when you are more bothered about page loading time and page size.
Continue reading Firefox Addons For Manual Testing»