Search Google

Saturday 29 November 2014

Top 8 Useful Firefox Add-ons For Software Testing

 software testing

 

http://www.softwaretestingclass.com/category/basics-of-software-testing/

 

1) Firebug:

Download Here: Firebug
Firebug Firefox Add-on
Firebug one of the greatest Firefox add-on I have ever been seen in my software testing carrier. Using this tool you can edit, debug, and monitor CSS. On live web page it allow to edit HTML, JavaScript code and see the instant changes on the webpage. This can be used for web application testing to check the logging of errors, warnings and notices. It has the ability to run and debug Javascript code on webpages.
It also helps for editing element and child nodes, copying inner HTML, moving the element in the DOM, tab for inspection, creating XPath expressions, deleting element in HTML. You can easily modify the CSS properties and disable CSS rules.
The Automation testers are using this tool to copy the web elements for automation script.

2) Web Developer:

Download Link: Web Developer
Web Developer Firefox Add-on
Firefox Web Developer add-on enables you many features which gives flexibility while testing your web applications. Using this tool you can easily inspect the pages, HTML inspector, CSS Inspector, JavaScript scratchpad, Web Console etc. It helps to identify the style information about the each web elements on web page. All tools are available under File > Web Developer in Firefox’s menu. Use of both Web developer and Firefox is powerful combination which makes Firefox an ideal browser for web developers and Software Testers. In this article we are learning many tools but I strongly recommend installing these two tools which definitely helps your life.

3) FireShot – Webpage Screenshot in Firefox:

Download Link: Fireshot
Fireshot Firefox Add-on
Fireshot FireFox add-on is used to capture the web page screenshots as test proof while testing web application. Along with taking screenshots it offers you to edit using Advanced Editor and quickly annotating the screenshots. Also you can Crop and Resize captured screenshot. It allows you to get the screenshots in different formats like Saved as PDF, PNG, GIF, JPEG, BMP etc.
It provides multiple options to capture the image like Capture Visible area, Capture Selected area, Capture Entire page and you can also capturing all tabs in single click. The captured screenshot also gets copied in the Clipboard.

4) iMacros – Automate Repetitive Work:

Download Link: iMacros
iMacros Firefox Add-on
The Selenium is more powerful tool and can be used for detailed automation testing. However if you want to automate daily routine tasks like opening URL’s in the web browser, filling forms etc then you can go for Firefox iMacros add-on. iMacros enables you to record and replay testing activities which is reduce the tedious repetitive work. The recorded files can be readable and can be easily modified as per our requirement. The Passwords are stored securely with secure 256-Bit AES encryption.
This add-on is used to do functional testing, regression testing and performance testing of application under test.

5) MeasureIt:

Download Link: MeasureIt
measureit Firefox Add-on
Firefox MeasureIt add-on is simple and powerful tool for UI testers and it draw a ruler on any webpage to check the width, height of web element on page. Using this tool you can check alignments of web elements and verify the pixel sizes of web elements.

6) Firesizer:

Download Link: Firesizer
Firesizer Firefox Add-on
Firefox Firesizer add-on is very helpful and can be used to test application with different browser window sizes. Provides a menu and status bar to resize the window dimensions to a specific size. Using menu status bar you can change the window size, resize with custom sizes.

7) Fox Splitter & Tile Tabs:

Download Link: Fox Splitter | Tile Tabs
Fox Splitter and Tile Tabs Firefox Add-on
If you want to split the tabs in different windows then Firefox allows you to install great add-ons like Tile Tabs and Fox Splitter. You can arrange tabs vertically, horizontally, Split tabs at right, left, above and below in a single click. This means you can see the 2 tab side by side in same Firefox window. It can be used to compare the web page in a one go. Also if you want to execute test cases with steps mentioned in one page then you can use this add-on and open test case in one tab and application under test in other tab and execute the test case easily, which results saving your time. It is also used when you want to do multitasking in Firefox browser window.

8) Print Pages to PDF:

Download Link: Print Pages to PDF
Print Pages to PDF Firefox Add-on
Firefox Print Pages to PDF add-on is nice tool to capture the current state of web page and can be used as testing proof for any reference.

No comments:

Post a Comment