We are new to APIGEE,Can any one help on this . 1)is the Functional testing required for APIGEE proxies Testing?

Not applicable

We are new to APIGEE,Can any one help on this . 1)is the Functional testing required for APIGEE proxies Testing?

0 4 413
4 REPLIES 4

As part of best practices, you should be striving to ensure custom code is unit tested and your proxies have integration tests that test through its different scenarios/routes.

Hi @dane knezic,

We are part of testing team,so anyways unit testing would be done by Dev team.

Can you please help me, what tools we can use as part of testing?

If possible can you explain proxies integration tests with some example.

As I didn't find the much info on the Web.

Thanks,

Swapna

There's apickli, which is a cucumber.js based API Integration testing framework

It also includes examples on how to use it.

Thanks @dane knezic.I will look into it.