REST api integration testing

Declarative Approach to Testing

Banner vector created by katemangostar - www.freepik.com

A declarative approach means writing a code in a way to tell the computer what needs to be done and not how to do it. How to do something is an imperative approach. We are used to write code in an imperative by writing step by step logic but it's difficult to read and grasp. Declarative approach is more natural way of writing. Checkout the project for more.