排序
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...
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...
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...
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...
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...
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 ...
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...
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...