Service Simulation |
Service simulation is a functionality to simulate services which your application depends on. It gives a way to testers to control the replies of the dependent service in order to test how application behaves to these replies.
In the reality, you can test application earlier and do not need to wait until the dependency service is operational, you can also test application easier without finding a specified test data that can gives you a specific reply.
In Hummingbird, you can control the service simulation locally and in real time. Service simulation needs to register TCP endpoint to your system, to run service simulation, you need either Administrator rights or Register TCP Port by an Administrator.
Note |
---|
In test automation project, there are test steps allow you to control the service simulation status and update service simulation data. |
Start & Stop service simulation: This section shows how to add needed virtual servers and control the service simulation.
Configure services replies: This section shows how to configure the behavior of the replies.
Reply errors or Faults: How to reply fault and control the delay to send replies.
Conditional reply: Gives some intelligent to service simulation, that to send replies according to given rules.
Register HTTP Port for Simulation: How to register TCP Port for service simulation.