
9. iMACROS: It does everything that Session Manager does. But apart from that, you can record actions on a particular webpage and review is later. This extension doesn’t have any direct implications in software testing but can improve productivity when you are actually testing software.
10. AXE: This turns the Chrome Browser into a software tester. The extension itself is very light and full of handy features. If aXe supervises the codes that you write on the basis of Web Content Accessibility Guidelines and communicates and mistakes or deviations on the same instant.
11. RESOLUTION TEST: As the name suggests, this extension tests your application on a wide variety of screen resolutions.
12. AWESOME SCREENSHOT: Most of the software testers make use of this Chrome extension to grab screenshots of the test as evidence. Testers can also grab the screenshot of a particular region on the screen, annotate, highlight and crop it. The screenshot can be easily shared with other testers or you can just save it to your desktop.
13. WEB DEVELOPER: This extension was initially introduced for Firefox. The functionality on the Firefox version was limited but the Web Developer Chrome Extension came with a bunch of useful features. It allows you to manage cookies, anchor information, control browser cache, populate forms inspect web elements, highlight web elements, and so on. All these features come in pretty handy during software testing.
Also Read: What is Monkey Testing? Features, Examples with Types
14. FIREBUG LITE: This Chrome extension works in conjunction with Chrome developer tools. Its main job is to cast visuals of DOM elements, HTML elements etc. All the inspection takes place with a single click. 15. SCREENCASTIFY: This is another screen recorder. It records all the activities on the web page in the form of a video which you can view at a later point in time or you can just share it with the developers as evidence that you conducted the test. The recording is fairly simple; hit record and leave the rest to Screencastify. 16. COOKIE EDITOR: This extension does exactly what its name suggests. You can edit, protect, add, and delete cookies. Exporting cookies in JSON format is ever so easy with Cookie Editor. 17. CLEAR CACHE: You can simply set the extension to clear app cache, file systems, local storage, passwords, downloads, form data, browsing history and so on. Clear Cache avoids the need to manually clear the cache every time during testing. 18. CACHE KILLER: Cache Killer is an extension of Clear Cache. It clears the cache whenever you load a new web page. You can toggle on or off Cache Killer with a single click. 19. GHOSTERY: Network outages have become pretty common nowadays. Ghostery deals with this problem really nicely. It shows the behavior of an application when the network is down. You can see different trackers present on a web page and also you can disable or enable a particular tracker. 20. EXPLORATORY TESTING CHROME EXTENSION: Having is extension is a boon for exploratory testers as it makes their job a lot more easy and convenient. Just take the screenshot of a particular session and annotate different part of it with ideas, questions, and notes. 21. PROXY SWITCHYSHARP: As the name suggests, this Chrome extension enables you to switch between different proxies in a quick and efficient manner. This is a must-have extension for those who have to move back and forth between proxies quite often. It allows for you to change/hide the IP address which has huge implications during penetration testing. 22. JSON VIEW: It is very difficult to understand JSON data when testing RESTful API’s. This Chrome extension represents the JSON data in a simple tree view which is readable. 23. WEB DEVELOPER FORM FILLER: Fill all the fields in a form using just a single key. This saves time when filling redundant forms and is a great tool for those into exploratory testing. 24. BUG MAGNET: This is another very handy tool for exploratory testers. It stores all the names, postcodes, e-mails etc. to fill in the forms with a single click. 25. WAVE EVALUATION TOOL: WCAG guidelines have been set so that all web pages are designed according to the guidelines. Wave Evaluation Tool makes sure that a particular web page follows the WCAG guidelines. This is perhaps the best tool for accessibility testing.
26. ACCESSIBILITY DEVELOPER TOOLS: This is an extension of the Wave Evaluation Tool. When you run the extension, it generates a list of all the violations of the WCAG guidelines.
Read Also: What is Compatibility Testing and How is it Conducted?
27. D3CODER: One of the best tools for penetration testing is D3coder. It allows for you to encode and decode UNIX timestamp, rot13, CRC32 hashing, and base 64.