I want to do POST API performance test with Jmeter for the end to end system. Backend architecture is as follows,
API <-> [A system] <-API-> [B system]
The problem is when I am setting up Jmeter POST API it just generates 200 ok status for [A system] and does not care if the request is failed in further system. But I want to test the performance of the complete system and would like to know the RESPONSE OK or NG from [B system] for the POST API called from [A system]. Is there any solution to this concern? If more details are required about the problem let me know...