Development assistant – Software Testing Tools Guide http://www.testingtoolsguide.net A comprehensive software testing tools listing Tue, 09 Dec 2025 09:55:26 +0000 en-US hourly 1 https://wordpress.org/?v=5.3.21 http://www.testingtoolsguide.net/wp-content/uploads/2016/11/cropped-icon-32x32.png Development assistant – Software Testing Tools Guide http://www.testingtoolsguide.net 32 32 LT Browser: Test Website For Responsiveness Easily http://www.testingtoolsguide.net/tools/lt-browser-test-website-for-responsiveness-easily/ http://www.testingtoolsguide.net/tools/lt-browser-test-website-for-responsiveness-easily/#comments Mon, 22 Jun 2020 13:16:41 +0000 http://www.testingtoolsguide.net/?post_type=tool&p=2998 LT Browser is an award winning Next-gen browser to build, test & debug mobile websites. That too for FREE With…

The post LT Browser: Test Website For Responsiveness Easily appeared first on Software Testing Tools Guide.

]]>
LT Browser is an award winning Next-gen browser to build, test & debug mobile websites. That too for FREE

With LT Browser, you can see mobile view of website on different screen sizes and resolution. With over 50+ devices to choose from, mobile website test hasn’t been much easier. Use LT Browser and ensure that your website is mobile responsive. You can create your own custom devices and save it for future uses. Create new mobile, tablet or desktop devices and test website on various devices, screen resolution and perform screen resolution test for website on different screen sizes.

You don’t have to switch between two devices to perform mobile website test. Test on two devices simultaneously with LT Browser and perform mobile website test on different tablet and desktop devices and inspect website on different resolution and resolution simultaneously.

LT Browser comes with Dev Tool to debug multiple devices while performing responsiveness test on your devices simultaneously. Test website on various devices simultaneously with separate Dev Tools for each device.

The post LT Browser: Test Website For Responsiveness Easily appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/lt-browser-test-website-for-responsiveness-easily/feed/ 8
DebugBar http://www.testingtoolsguide.net/tools/debugbar/ http://www.testingtoolsguide.net/tools/debugbar/#respond Wed, 02 Nov 2016 17:21:07 +0000 http://www.testingtoolsguide.net/tools/debugbar/ DebugBar features : The toolbar : Menu to customize the DebugBar and check updates. Toggle the Development bar Alert on javascript…

The post DebugBar appeared first on Software Testing Tools Guide.

]]>

DebugBar features :

  • The toolbar :
    • Menu to customize the DebugBar and check updates.
    • Toggle the Development bar
    • Alert on javascript errors
    • Send page screenshot by email
    • Color picker
    • Resize IE window
    • Zoom page
    • View source code
    • View MSHTML integrated ActiveX source code
  • The Development bar :
    • View HTML DOM Tree
    • View original ad interpreted source code
    • View tab attributes
    • Edit tab attributes
    • View HTTP and HTTPS headers
    • View page cookies
    • Validate html code for main page and frames/iframes
    • List all javascript functions
    • View javascript function code
    • Execute javascript code in the currently loaded page
    • Get information about currently loaded page

The post DebugBar appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/debugbar/feed/ 0
ModResponse http://www.testingtoolsguide.net/tools/modresponse/ http://www.testingtoolsguide.net/tools/modresponse/#respond Thu, 15 Sep 2022 14:32:09 +0000 https://www.testingtoolsguide.net/?post_type=tool&p=3350 ModResponse is a developer tool used to manipulate HTTP response. With ModResponse, you can modify the HTTP response body, status…

The post ModResponse appeared first on Software Testing Tools Guide.

]]>
ModResponse is a developer tool used to manipulate HTTP response. With ModResponse, you can modify the HTTP response body, status code, and headers. You can also reroute your HTTP request to a different server, allowing you to test your local changes in production domain within seconds.

** What can ModResponse do?**
– Record and replay HTTP response
– Stub HTTP response
– Reroute request to a different URLs
– Change HTTP response body, status code, and headers
– Delay HTTP requests to simulate slow network
– Simulate network errors
– Advanced filtering by tab, tab group, window, or time

** Sample use cases **

– Speed up slow requests
Do you have API requests that are taking a long time to finish, and every time you make a small UI tweak you need to wait >10 seconds for the API request to finish to visualize your change? Using replay response, you can record and replay the slow API request. That way, you will only need to wait on the slow API request once. All subsequent requests to be served from the cached response within a few milliseconds.

– Develop against edge cases
Need to handle a 4XX or 5XX status code from an XHR request, or try out how your UI will behave with a very long string? Using replay response or stub response, you can modify the response body, status code, or response headers to simulate different scenarios that you need to handle.

– Develop against unimplemented APIs
Are you a web developer who is blocked because an endpoint you depend on is not yet implemented? Using stub response, you can mock the API response so you can start developing against that endpoint. That way, you can develop the frontend while others implement the endpoint (as long as the actual implementation return the response in the same format).

– Testing on production domains
Do you need to integrate with a third party platform that only works on your production domain? Using proxy request, you can reroute the request from your production domain to localhost or a dev domain, allowing you to test your changes on your production domain without the risk of breaking it.

– Debug edge cases
Need to test how your app behaves when some resources takes too long to load, or when they fail to load due to network errors? With ModResponse, you can add artificial delay and simulate different network error conditions so you can debug and handle edge cases with ease.

** Other ModResponse features **
– Support having multiple profiles with quick switching between profiles
– Export and import profile
– Easily share your profiles with others
– Dark mode support
– Customizable profile badge
– Clone profile
…and more!!!

The post ModResponse appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/modresponse/feed/ 0
ModHeader http://www.testingtoolsguide.net/tools/modheader/ http://www.testingtoolsguide.net/tools/modheader/#respond Thu, 15 Sep 2022 14:30:15 +0000 https://www.testingtoolsguide.net/?post_type=tool&p=3339 ModHeader is a popular browser extension to modify request and response headers. What can ModHeader do? - Add, modify, and…

The post ModHeader appeared first on Software Testing Tools Guide.

]]>
ModHeader is a popular browser extension to modify request and response headers. What can ModHeader do? - Add, modify, and remove request and response headers - Use ModHeader to set X-Forwarded-For, Authorization, Access-Control-Allow-Origin, Content-Security-Policy, and your custom headers! - Modify cookies in request / response header - Advanced Content-Security-Policy editor - Redirect URL to another - Enable header modification by URLs - Advanced filtering by tab, tab group, or window
Why ModHeader
- ModHeader is fast, efficient, and light-weight. You can quickly enable/disable header modification with just 1-2 clicks.
- ModHeader provides you with many convenient features that will help you increase your development velocity with the least amount of frictions. Check out the big list the features below!
- ModHeader is free to use, with a paid option to unlock even more features.
- ModHeader works on Chrome, Firefox, Edge, and Opera.
- ModHeader is used by over 600,000+ users on Chrome Web Store!

ModHeader features
- Add comments to header
- One-click "undo" if you made a mistake
- Support having multiple profiles with quick switching between profiles
- Export and import profile
- Easily share your profiles with others
- Customize autocomplete names and values
- Support for dynamic variables
- Dark mode support
- Sorting headers and name, value, or comments
- Append value to existing request or response header
- Customizable profile badge
- Clone profile
- Cloud backup
...and more!!!

The post ModHeader appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/modheader/feed/ 0
Requestly http://www.testingtoolsguide.net/tools/requestly/ http://www.testingtoolsguide.net/tools/requestly/#respond Mon, 20 Dec 2021 17:39:15 +0000 https://www.testingtoolsguide.net/?post_type=tool&p=3219 Requestly is a cross platform tool available as a browser extension & desktop app to intercept & modify network requests.…

The post Requestly appeared first on Software Testing Tools Guide.

]]>
Requestly is a cross platform tool available as a browser extension & desktop app to intercept & modify network requests. Using Requestly you can Modify Headers, Redirect Url, Replace Hosts, Mock API response, Delay/Throttle requests, etc.
QA and Developers can collaborate with team mates by sharing rules via shared lists.

Requestly is currently used by 100,000+ software test engineers and developers from 500+ organizations.

The post Requestly appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/requestly/feed/ 0
Calliope Pro, test results reporting and monitoring for DevOps http://www.testingtoolsguide.net/tools/calliope-pro-test-results-monitoring-for-devops/ http://www.testingtoolsguide.net/tools/calliope-pro-test-results-monitoring-for-devops/#respond Tue, 10 Sep 2019 20:23:18 +0000 http://www.testingtoolsguide.net/?post_type=tool&p=2830 Calliope Pro is a DevOps tool for reporting and monitoring test results and was created to allow a development team…

The post Calliope Pro, test results reporting and monitoring for DevOps appeared first on Software Testing Tools Guide.

]]>
Calliope Pro is a DevOps tool for reporting and monitoring test results and was created to allow a development team to collaborate as effectively and efficiently as possible during a development project. Our SaaS solution allows the entire team to share, compare, and monitor test results, independent of anyone test framework or tool, so that all stakeholders of the team are aware of the health of the development project.

As the SDLC becomes quicker and more iterative, testing has the possibility to become a bottleneck, slowing down release cycles. Calliope Pro allows all stakeholders the ability to be aware of the state or health of the codebase and the results of tests of business-critical functionalities. This provides all at a quick glimpse, in real-time, in the cloud.

Calliope Pro was created by spriteCloud a leading software testing service provider located in Amsterdam, the Netherlands.

The post Calliope Pro, test results reporting and monitoring for DevOps appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/calliope-pro-test-results-monitoring-for-devops/feed/ 0
Testsigma http://www.testingtoolsguide.net/tools/testsigma/ http://www.testingtoolsguide.net/tools/testsigma/#respond Fri, 05 Jan 2018 14:24:52 +0000 http://www.testingtoolsguide.net/?post_type=tool&p=2409 Testsigma is an agentic test automation platform powered by AI-coworkers that work alongside QA teams to simplify testing, accelerate releases…

The post Testsigma appeared first on Software Testing Tools Guide.

]]>
Testsigma is an agentic test automation platform powered by AI-coworkers that work alongside QA teams to simplify testing, accelerate releases and improve quality across web, mobile, desktop, API, and applications like Salesforce and SAP. Testsigma’s complete platform unifies all the capabilities of a traditional, fragmented test stack.

-Directly sign-up on the Cloud with no setup, or deploy locally using docker image
-Create test scripts in simple English or record user actions, auto-converted to editable steps
-Run infra-less tests directly on the cloud on various browsers and devices.
-Check step-wise results & detailed reports generated right after your execution
-AI automatically fixes unstable elements and test steps so you don’t have to maintain them
-One-click integrations with Jenkins JIRA, Slack, Trello and several more tools.
-Extend without limits using addons that support various automation actions & data generators.

The post Testsigma appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/testsigma/feed/ 0
Android Studio http://www.testingtoolsguide.net/tools/android-studio/ http://www.testingtoolsguide.net/tools/android-studio/#respond Mon, 19 Feb 2018 13:38:59 +0000 http://www.testingtoolsguide.net/?post_type=tool&p=2510 Android Studio is designed to make testing simple. With just a few clicks, you can set up a JUnit test…

The post Android Studio appeared first on Software Testing Tools Guide.

]]>
Android Studio is designed to make testing simple. With just a few clicks, you can set up a JUnit test that runs on the local JVM or an instrumented test that runs on a device.

The post Android Studio appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/android-studio/feed/ 0
ARCAD http://www.testingtoolsguide.net/tools/arcad/ http://www.testingtoolsguide.net/tools/arcad/#respond Fri, 03 Nov 2017 10:56:44 +0000 http://www.testingtoolsguide.net/?post_type=tool&p=2396 DevOps and Modernization solutions for IBM i (AS / 400)

The post ARCAD appeared first on Software Testing Tools Guide.

]]>
DevOps and Modernization solutions for IBM i (AS / 400)

The post ARCAD appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/arcad/feed/ 0
debug_new http://www.testingtoolsguide.net/tools/debug_new/ http://www.testingtoolsguide.net/tools/debug_new/#respond Wed, 02 Nov 2016 17:21:00 +0000 http://www.testingtoolsguide.net/tools/debug_new/ Memory leakage detector

The post debug_new appeared first on Software Testing Tools Guide.

]]>
Memory leakage detector

The post debug_new appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/debug_new/feed/ 0