|
| Version | Date Released | Status | Release Notes |
| 2.2.1 | Apr 24, 2012 | New Release | · httest: New XPath command to query parts of the HTML document. · httest: New variable scope GLOBAL. This variable are shared among all threads. |
| 2.1.18 | Apr 12, 2012 | New Release | · httest: Read trailing headers after chunked body. · httest: Support for variable definition in command line. You can now call httest -Dyour=var or in long from httest --define your=var of course this is possible multiple time. · httest: Started with a simple httest debuger. Can set breakpoint with _DBG:BP. On breakpoint a simple command line interpreter helps you investigate your test. There is "cont" to continue test, "quit" for quit test, "list" to geht list around breakpoint, "set =" to set a variable and a "get " to get the value of a variable even environment variables. |
| 2.1.17 | Feb 28, 2012 | New Release | · httest: Read trailing headers after chunked body. · httest: Support for variable definition in command line. You can now call httest -Dyour=var or in long from httest --define your=var of course this is possible multiple time. · httest: Started with a simple httest debuger. Can set breakpoint with _DBG:BP. On breakpoint a simple command line interpreter helps you investigate your test. There is "cont" to continue test, "quit" for quit test, "list" to geht list around breakpoint, "set =" to set a variable and a "get " to get the value of a variable even environment variables. |
| 2.1.15 | Feb 19, 2012 | New Release | · httest: Fixed _SSL:RENEG_CERT Again. Without "verify" option _SSL:RENEG_CERT get certificate but still verified it. Now it is possible to get a wrong client cert. It only do fail if there is no client certificate. You can inspect the received client cert with _SSL:GET_CERT_VALUE. · htntlm: Fixed scannf call for 64 bit machines. On 64 bit machines uint64_t is no longer %llx but %lx |
| 2.1.14 | Feb 6, 2012 | New Release | · httest: Fixed _SSL:RENEG_CERT Again. Without "verify" option _SSL:RENEG_CERT get certificate but still verified it. Now it is possible to get a wrong client cert. It only do fail if there is no client certificate. You can inspect the received client cert with _SSL:GET_CERT_VALUE. · htntlm: Fixed scannf call for 64 bit machines. On 64 bit machines uint64_t is no longer %llx but %lx |
| 2.0.12 | Oct 6, 2011 | New Release | · Serious fix: Fixed include problem, wrong recursive include detection. |
| 2.0.11 | Oct 5, 2011 | New Release | · Serious fix: Local variable scrambles line. |
| 2.0.9 | Jul 20, 2011 | New Release | · Removed compile warnings · Automatic 100 continue support for requests. · Ssl connect and accept command which can be run on a TCP connection. With this command even POP3 with TLS is possible either for server or client. The test pop3_tls.htt demonstrates the useage of this new commands. · A global lock for synchronize CLIENT SERVER script parts. · A global lock for synchronize CLIENT SERVER script parts. · Add httest version |
| 2.0.8 | May 31, 2011 | New Release | · Removed compile warnings · Automatic 100 continue support for requests. · Ssl connect and accept command which can be run on a TCP connection. With this command even POP3 with TLS is possible either for server or client. The test pop3_tls.htt demonstrates the useage of this new commands. · A global lock for synchronize CLIENT SERVER script parts. · A global lock for synchronize CLIENT SERVER script parts. · Add httest version |
| 2.0.6 | Apr 27, 2011 | New Release | · httest: Serious fix: _IF "" NOT EQUAL still not work. · httest: Add local variable support with command _LOCAL + · httest: Command list is now sorted, makes it easier to get an overview. · httest: Improved the vim colour coding plugin. · httest: Tabs before local commands are also allowed. · httest: Serious fix: _EXEC echo "foo('bar')" do not work anymore. |