Testing

Testing

WebClient in automated pipeline testing with Newman

How to handle changing responses in a static pipeline testing with Newman

Read

Testing Spring WebClient in Kotlin, with JUnit or Integration Tests

How to test the WebClient in Kotlin, using either JUnit with MockK or full on integration tests with @SpringBootTest

Read
Testing

Automated Postman testing with OAuth

Handling endpoints protected by OAuth in automated testing

Read
CI/CD

Setting up an automated pipeline with Github actions

Set up an automated pipeline with Github actions on Pull Requests and merges

Read
Testing

Automated API testing with Postman

Automate your Backend API testing with Postman

Read
Spring-Boot

Backend Unit Testing - JUnit 5, Kotlin and MockK

Unit Testing for Kotlin with JUnit 5 and MockK

Read
React Hooks

Improve Quality in React with Unit Tests

Do you want to ensure that your new code is working as expected, without breaking existing functionality? Protect business logic and layouts using Jest unit tests!

Read