Welcome to the world of seamless REST service testing with Rest Assured! If you are a developer or automation engineer seeking a reliable solution to validate RESTful APIs, you have come to the right place! Rest Assured is not just another testing tool. It is an open-source Java DSL designed to simplify the testing process … Continue reading Rest Assured Framework: A Guide to Using Cucumber/BDD and Java Language
Tag: Java
Zerodha Publisher API Integration : using Thyme-leaf Spring Boot
Stock trading has become very popular these days. Tech behind stock trading application has improved significantly over last few years. Complexity of adding stock trading option in your application has reduced significantly. This blog will help you for integrating publisher Trading API using Spring Boot and Thyme-leaf template. By using this you can place order … Continue reading Zerodha Publisher API Integration : using Thyme-leaf Spring Boot
Mockito: An Unit Testing Framework
Mockito is a Java based mocking framework most preferred with the Junit testing framework. It internally uses Java Reflection and allows to create dummy objects of service. Mockito is a very useful tool that simplifies the test case creation by creating mock/dummy object of external dependencies this dummy data will later apply with mocks into … Continue reading Mockito: An Unit Testing Framework
