Test and benchmark web applications with HTTP Test Tool
Posted by: Jon Ben-Mayor on 04/07/2015 07:18 AM
[
Comments
]
A handy script based tool used for testing and benchmarking web applications, web servers, proxy servers and web browsers.

This tool features advanced HTTP protocol handling, including timeout handling, request and response validation, simulating clients and servers, including startup and shutdown of server daemons. This allows to create mock-ups of back-end systems in more complex test situations, for example when the tested application needs to interact with a 3rd-party back-end system which is not available in the testing environment.
Even POP3 and SMTP can be emulated with the simple httest scripting language.
HTTP Test Tool is comprised of the following components for use in the testing/benchmarking process:
httest - main programm
htproxy - generate httest scripts
htntlm - enable ntlm in your httest scripts
hturlext - extracts url from html (GNU General Public License 2.0)
htremote - enable interactive scripts in your httest scripts
Download @ http://www.majorgeeks.com/files/details/http_test_tool.html

Even POP3 and SMTP can be emulated with the simple httest scripting language.
HTTP Test Tool is comprised of the following components for use in the testing/benchmarking process:
Download @ http://www.majorgeeks.com/files/details/http_test_tool.html
Comments