排序
Introducing Test GraphQL Java
Introducing Test GraphQL Java,I was recently asked by one of my friend how can we test the GraphQL APIs in Java. He is currently exploring Karate's capability, however, he doesn’t...
Introduction to concise and expressive REST API testing framework — WebTau
Introduction to concise and expressive REST API testing framework — WebTau, Introduction Webtau (short for web test automation) is a tool and API to write expressive and concise...
How I Automated My Grading Responsibilities
How I Automated My Grading Responsibilities,Originally published at The Renegade Coder on March 11, 2019 Since I started teaching, I’ve been trying to find ways to automate my gra...
Why test POJOs?
Why test POJOs?,Photo by Louis Reed on Unsplash POJOs (Plain Old Java Objects) and their ilk such as value objects and JavaBeans occupy a unique place in modern Java applications. ...
Extending Gotests for Strict Error Tests
Extending Gotests for Strict Error Tests,This is my first post on dev.to, X-posted from my new personal blog which can be found here. Hopefully I'll have dev.to publish from RSS fe...
An intro to Mutation Testing – or why coverage sucks
An intro to Mutation Testing - or why coverage sucks, This article was originally shared on my personal blog. Please visit the original link to get the full version I think it's sa...
Testing nested structures with AssertJ
Testing nested structures with AssertJ,In a previous post I described why I like writing tests with AssertJ. In this post I would like to describe a nice pattern that helps testing...
Writing readable tests with AssertJ
Writing readable tests with AssertJ,AssertJ is a library that provides 'fluent assertions for java'. The fluent interface of the assertions allows developers to write very readable...
A very simple Test Driven Development Tutorial
A very simple Test Driven Development Tutorial, Thoughts on TDD (2 Part Series) 1 A very simple Test Driven Development Tutorial 2 Tests and Requirements Now I'm addicted with Test...
How to start with unit testing in Java: A complete introduction to JUnit 5
How to start with unit testing in Java: A complete introduction to JUnit 5,Hello Dev.to! In this post, I would like to focus on unit testing in Java with JUnit5 library. It introdu...
Running Selenium Automation Tests Using Selenide, IntelliJ, And Maven
Running Selenium Automation Tests Using Selenide, IntelliJ, And Maven,There are a lot of tools in the market who uses Selenium as a base and create a wrapper on top of it for more ...
How to enable JUnit 5 in new Spring Boot project
How to enable JUnit 5 in new Spring Boot project,This post was originally posted on Medium. In this article, we will learn how to enable JUnit 5 in a newly created Spring Boot proj...