ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 125 - CTAL-TTA discussion

Report
Export

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

A.
Earlier discovery of defects in the SUT; the ability to share code between the SUT and the payment gateway.
Answers
A.
Earlier discovery of defects in the SUT; the ability to share code between the SUT and the payment gateway.
B.
Parallel compilation, continuous integration, and test automation; more effective configuration management.
Answers
B.
Parallel compilation, continuous integration, and test automation; more effective configuration management.
C.
Realistic testing of the SUT before the actual payment gateway is available, simplification of the test environment
Answers
C.
Realistic testing of the SUT before the actual payment gateway is available, simplification of the test environment
D.
Earlier testing of the API, reduction in the amount of test data needed
Answers
D.
Earlier testing of the API, reduction in the amount of test data needed
Suggested answer: C

Explanation:

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 .

asked 18/09/2024
Leandro Ruwer
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first