How to use APIgee for checkin tests?

Hi.. I am new to APIgee, I and I'm told that it's a great tool to do API's tests & Mgmt, But I couldn't get to do a thing:

Her is it:

For example if I sent I request (POST) to save a new column to my database table (Cassandra), I would be sure that the format of the args are correct, and the size limit is respected, etc... even if all the required fields are field out or not.

How can I get to this stuff? Any suggested links to learn about it?

0 3 79
3 REPLIES 3

Apigee is good for API Management and not for API Testing.

Yes, you can do few simple validations on Apigee for real API Testing you need to use other tools like SoapUI, Postman, Apickli.

@Siddharth Barahalikar

Ok.. Let's suppose that I have a json file and I want to send it as a request for validation? How?
I hope that my question is understood!

It depends on how big is the json file and how many fields do you want to validate?