testdev共8篇
Integration Testing Done Right-拾光赋

Integration Testing Done Right

Integration Testing Done Right,Writing integration tests is not always straightforward. By definition, integration tests require interaction between several components, and we need...
kity的头像-拾光赋kity3年前
0406
Sample code to setup Selenium, chrome driver with a java project-拾光赋

Sample code to setup Selenium, chrome driver with a java project

Sample code to setup Selenium, chrome driver with a java project,Slenium is popular open source project that consists of a range of tools and libraries. Here is the most basic exam...
kity的头像-拾光赋kity4年前
03113
Reasons to avoid RandomStringUtils for test data generation-拾光赋

Reasons to avoid RandomStringUtils for test data generation

Reasons to avoid RandomStringUtils for test data generation, Which problem do we want to solve? We will try to solve one of the worst practices used on tests at any level: fixed/ha...
kity的头像-拾光赋kity4年前
0247
Testes Arquiteturais - Padronize já a arquitetura do seu projeto!-拾光赋

Testes Arquiteturais – Padronize já a arquitetura do seu projeto!

Testes Arquiteturais - Padronize já a arquitetura do seu projeto!, Introdução Muita das vezes quando iniciamos um projeto, a maior dificuldade que possuímos é no momento de fa...
kity的头像-拾光赋kity4年前
04114
Mutation testing with PIT-拾光赋

Mutation testing with PIT

Mutation testing with PIT,Ever wondered what metric can be used to measure quality of Unit test. Mutation testing comes to the rescue. This video will use PIT library to enable Mut...
kity的头像-拾光赋kity4年前
03112
Architecture tests with ArchUnit, pt. 3: Advanced stuff-拾光赋

Architecture tests with ArchUnit, pt. 3: Advanced stuff

Architecture tests with ArchUnit, pt. 3: Advanced stuff,​​​ArchUnit has many tricks up to its sleeve. We’ve already seen how to check package structure, language elements such ...
kity的头像-拾光赋kity4年前
02213
Architecture tests with ArchUnit, pt. 2: Rules-拾光赋

Architecture tests with ArchUnit, pt. 2: Rules

Architecture tests with ArchUnit, pt. 2: Rules,In the first part of this series, we’ve had a glimpse of an architecture test written with the almighty ArchUnit, but of course ther...
kity的头像-拾光赋kity4年前
02912
Architecture tests with ArchUnit, pt. 1: Reasons-拾光赋

Architecture tests with ArchUnit, pt. 1: Reasons

Architecture tests with ArchUnit, pt. 1: Reasons,Good architecture is essential for a codebase to enjoy a long and happy life (the other crucial ingredient is running automated uni...
kity的头像-拾光赋kity4年前
0459