The httest provides a large variety of HTTP-related functionality, useful for implementing all kinds of HTTP-based tests. - Advanced HTTP protocol handling, including...
the httest provides a large variety of httprelated functionality, useful for implementing all kinds of httpbased tests.
advanced http protocol handling, including negrained timeout handling,request and response validation simulating clients and servers, including startup and shutdown of server daemons. this allows to create mockups of backend systems in more complex test situations, for example when the tested application needs to interact with a 3rdparty backend system which is not available in the testing environment. execution of external commandline tools, using their output as request or response data, or for validation purposes. copying stream data (e.g. from a response) and reusing it in variables. supports icap, websocket, pop3, smtp and many more
testing http