Tvisha rajiforKeploy Community Blogkeploy.hashnode.dev·Oct 18, 2024What is Contract testing: A knowledge guideLet’s Take an e-commerce platform, where there are different services for user authentication, product catalog, and order processing. These services communicate through APIs. For example, the order processing service needs to get product details from...Discusscontract-testing
Bilge Pamukcubilge.hashnode.dev·Jul 14, 2024How to Run Integration Tests with Postman Collections on TeamCity: A Step-by-Step GuidePostman collections are commonly used for integration, contract, and as a part of end-to-end testing. In this article, considering the popularity and practicality of Postman, I'll cover typical steps to run a Postman collection test set inside a Team...Discuss·57 readsProgrammingcontract-testing
freeCodeCampforfreeCodeCampfreecodecamp.org·Nov 12, 2019How to split the deployment of your front end and back end with the help of Consumer Driven Contract TestingBy Mario Fernandez Consumer driven contract testing is a great way to improve the reliability of interconnected systems. Integration testing becomes way easier and more self contained. It opens the door for independent deployments, and leads to faste...DiscussCircleCI