REST-assured HTTP POST and PUT Examples
Learn to make HTTP POST and PUT requests in tests with REST-assured including sending the request body, params, headers and authentication.
Learn to make HTTP POST and PUT requests in tests with REST-assured including sending the request body, params, headers and authentication.
Learn to send requests with XML request body (either from an XML file or using custom objects) using REST-assured APIs with examples.
Learn to use REST-assured library to write automated tests for REST API testing with examples, specially useful in BDD style development.
Learn about service virtualization concepts in detail and also look into a popular and useful service virtualization tool – Hoverfly. Also see how Hoverfly can be used to capture request/responses in proxy mode and use those captured responses while Hoverfly will run in simulation mode.
Lombok is very handy tool for minimizing the boilerplate code as well as providing lot’s of other features such as lazy loading, thread safety or immutability. This is the reason it becoming very popular among the developer community.
HowToDoInJava provides tutorials and how-to guides on Java and related technologies.
It also shares the best practices, algorithms & solutions and frequently asked interview questions.