testing 第15页
Introducing Test GraphQL Java-拾光赋

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...
kity的头像-拾光赋kity6年前
04813
Introduction to concise and expressive REST API testing framework — WebTau-拾光赋

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...
kity的头像-拾光赋kity6年前
02414
How I Automated My Grading Responsibilities-拾光赋

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...
kity的头像-拾光赋kity6年前
02415
Why test POJOs?-拾光赋

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. ...
kity的头像-拾光赋kity6年前
0286
Extending Gotests for Strict Error Tests-拾光赋

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...
kity的头像-拾光赋kity6年前
03013
An intro to Mutation Testing - or why coverage sucks-拾光赋

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...
kity的头像-拾光赋kity6年前
03313
Testing nested structures with AssertJ-拾光赋

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...
kity的头像-拾光赋kity6年前
0365
Writing readable tests with AssertJ-拾光赋

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...
kity的头像-拾光赋kity6年前
0468
A very simple Test Driven Development Tutorial-拾光赋

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...
kity的头像-拾光赋kity6年前
04510
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

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...
kity的头像-拾光赋kity6年前
02310
Running Selenium Automation Tests Using Selenide, IntelliJ, And Maven-拾光赋

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 ...
kity的头像-拾光赋kity6年前
02912
How to enable JUnit 5 in new Spring Boot project-拾光赋

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...
kity的头像-拾光赋kity6年前
04115