Your team is developing an e-shop application (the SUT) that will use a third-party service to process payments via an API. This third-party payment gateway is itself still under development Which statement contains a pair of benefits that can BOTH be expected from service virtualization in this circumstance' SELECT ONE OPTION
Correct Answer: C
Service virtualization in the context of developing an e-shop application with an external payment gateway (still under development) offers significant benefits. It allows for realistic testing of the System Under Test (SUT) by simulating the behavior of the still-developing payment gateway, thus enabling testing to proceed without the actual service being available. Additionally, it simplifies the test environment by reducing the complexities associated with integrating and maintaining a live external service during development and testing phases .